Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/john-b-yang/blog-website
- Owner: john-b-yang
- Created: 2017-11-09T05:29:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T00:49:19.000Z (2 months ago)
- Last Synced: 2024-10-17T13:47:01.547Z (2 months ago)
- Topics: css, flask, heroku, html, javascript, jinja2, jquery, python
- Language: HTML
- Homepage:
- Size: 28.6 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)