Skip to content

andrewgiessel/giessel.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the github repository for giessel.com.

Requirements (all installable via pip):

The site is built using Flask for the backend, and Twitter Bootstrap for the front-end (+ a lot of custom work). The main three directories are as follows:

  • static - all resources for the site- images, css, and js.

  • templates - a series of jinja2 templates for the site. The essential structure is that base.html has a block that is replaced by each of the sub-pages as needed.

  • blog - the markdown files that are the content of the blog posts. Inside of blog, there is a subdirectory for each year, and inside of that, simply named markdown files with YAML front-matter. This directory and these files are parsed to generate the blog.

The final component is __init__.py - the single python file that uses Flask to power the site. The file consists of 8 functions, 2 of which are for parsing the blog directory and individual files, and 6 to do the routing for the Flask application itself. The main index page is by default the most recent blog post, and as such is very redudent with individual blog post pages. The rest of the routing functions ( about_index(), research_index(), contact_index() )simply render relatively static templates.

That's basically it! I wrote the blog engine in the winter of 2011 and finally found a designer, Mike Stone, to help me with the front end. Feel free to fork this site, play around with it, or even use it to build your own blog. The entire site is licensed under the Creative Commons Attributuion License, except where otherwise noted, meaning you can do whatever you like with anything, just give me credit.

Pull requests welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published