A mirror of my website's source code.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 README.md

View raw Download
text/plain • 709 B
ASCII text

Steve0Greatness' Website

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
3
This is the static site generator of my website! It's written completely in
4
Python, using the libraries Jinja2(templating), Markdown2(blog posts), and PyYAML(lists).
5
6
It's built to be runnable with a single command, and can be ran on multiple operating systems
7
and then dump its contents into the `build` directory(this can be configured); and from there,
8
you can pretty much do whatever you want with it:
9
10
* Deploy it to GitHub pages
11
* Zip it up using and upload it to Nekoweb.org
12
13
I mostly use this SSG so I don't have to over-complicate my pages with tons of JavaScript that
14
slows down the load time significantly.
15
16
17
It's licensed under GPL-v3, so don't go close-sourcing it :P
18