@@ 1,11 1,9 @@
-This is my website, https://froghat.ca. This file is the readme for the
-website generator; also available online in a git repo at
-https://git.sr.ht/~sqwishy/froghat.ca.
+Hi. This is the readme for a static site generator used by https://cazander.ca
+and https://froghat.ca.
-Documents are in reStructuredText and can be found in `content/`.
-
-*fucko* is the site generator, a Python program that compiles the documents into a
-static website.
+This site generator is a Python program named *fucko* that makes a website from
+content written in reStructuredText. The site content, along with the Python
+code, is available online at https://git.sr.ht/~sqwishy/froghat.ca.
license
~~~~~~~
@@ 52,7 50,15 @@ usage
Install the Python package (from the directory containing setup.py) with:
`python -m pip install -e .`
-Once installed, you can run it with: `fucko build`
+The site generator builds one of two sites at a time, either `cazander.ca` or
+`froghat.ca`. Make a symbolic link from `content` to either directory.
+
+`ln -s $(printf 'froghat.ca\ncazander.ca' | shuf -n1) content`
+
+You can run it with `fucko build`, which should dump a bunch of output to
+`/tmp/fucko`. There's also `fucko serve` which does the same thing but also
+serves the files with a simple http server and tries to do reload your web
+page on file changes.
fucko-fwd
~~~~~~~~~