hitler.rip
This is the source code for my website.
Any code (scripts, etc.) is licensed under AGPLv3-or-later,
the content is licensed under CC BY-SA 4.0.
See ./licenses/ for more information.
Build Instructions
The pages on this website are written in Markdown. Thus we have to convert the Markdown to HTML first using pandoc. This project includes a build script that builds the website.
./build.sh
It also contains a wrapper around the build script that automatically publishes the website when the server is configured using server.sh (which yours probably isn't)
./pub.sh
Please note that you should place static content (such as images you link to) in ./dir/. anything in ./dir/ will get copied without any modification to the ./web/ directory, which will be the root of your web page.
Custom directories are not supported yet. you will have to manually edit the build script.
To-Do
-
blog categories/tags
-
title share options that link to id
-
add a copy button to code blocks
-
allow user to create directories
-
cgit: styling
-
fully automate
server.sh
