Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/john-b-yang/blog-website

Personal Blog Site
https://github.com/john-b-yang/blog-website

css flask heroku html javascript jinja2 jquery python

Last synced: 26 days ago
JSON representation

Personal Blog Site

Awesome Lists containing this project

README

        

# Personal Website

[![HitCount](http://hits.dwyl.com/john-b-yang/blog-website.svg)](http://hits.dwyl.com/john-b-yang/blog-website)

This is the source code for my personal blog.

Made with Flask + pure HTML/CSS with Jinja2 templating. The entire architecture is hosted with Github (formerly Heroku).

If you're interested in using this template, check out this [tutorial](http://john-b-yang.github.io/flask-website/) I wrote to help you get set up. Edit the "pages" folder to write your own new blog posts using Markdown files. For more styling related edits, look into the "static" folder for CSS, Javascript, and extra assets such as pictures.

### Tips
* [Tagging Commits](https://stackoverflow.com/questions/18216991/create-a-tag-in-github-repository)
* [CSS Tips List](https://paulund.co.uk/)
* [Load JS inside Jinja2 Template](https://stackoverflow.com/questions/3412275/loading-external-script-with-jinja2-template-directive)