Skip to content

npmcdn-to-unpkg-bot/mysite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Between the data analysis projects that I run through and the software libraries that I tinker with, I write a lot of code. My personal website helps me keep track of things by giving me a space in which to ruminate on what I've done, where I'm going, and how I'm going to get there.

The service is written in Flask and hosted on PythonAnywhere. Content is written in HTML and CSS, with templating via Jinja2.

Current worflow:

  1. Add the new post to post_list in app.py.
  2. Run munge_posts.py (this generates the RSS Feed).
  3. git push
  4. git pull on PythonAnywhere.
  5. Reload.

About

The source code for my personal website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.1%
  • Python 4.5%
  • JavaScript 1.4%
  • CSS 1.0%