-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# steve0greatness.github.io | ||
# Steve0Greatness' Website | ||
|
||
This is the source-code of my website. Feel free to base yours off of it. It's not really easy to use, though. | ||
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 |