README.md
ASCII text
Steve0Greatness' Website
Note that whilst this repository is the official code of my website, the only offically support depolyment of this code is steve0greatness.nekoweb.org.
This is the static site generator of my website! It's written completely in Python, using the libraries Jinja2(templating), Markdown2(blog posts), and PyYAML(lists).
It's built to be runnable with a single command, and can be ran on multiple operating systems
and then dump its contents into the build
directory(this can be configured); and from there,
you can pretty much do whatever you want with it:
Deploy it to GitHub pages
Zip it up using and upload it to Nekoweb.org
I mostly use this SSG so I don't have to over-complicate my pages with tons of JavaScript that slows down the load time significantly.
It's licensed under GPL-v3, so don't go close-sourcing it :P
1# Steve0Greatness' Website 2 3Note that whilst this repository is the official code of my website, the only offically support 4depolyment of this code is [steve0greatness.nekoweb.org](https://steve0greatness.nekoweb.org). 5 6This is the static site generator of my website! It's written completely in 7Python, using the libraries Jinja2(templating), Markdown2(blog posts), and PyYAML(lists). 8 9It's built to be runnable with a single command, and can be ran on multiple operating systems 10and then dump its contents into the `build` directory(this can be configured); and from there, 11you can pretty much do whatever you want with it: 12 13* Deploy it to GitHub pages 14* Zip it up using and upload it to Nekoweb.org 15 16I mostly use this SSG so I don't have to over-complicate my pages with tons of JavaScript that 17slows down the load time significantly. 18 19 20It's licensed under GPL-v3, so don't go close-sourcing it :P 21