~sqwishy/froghat.ca

c9f10b726ab350671447d31e9f0da6fb41db52fe — sqwishy 1 year, 8 months ago 846cdf2
update readme to shift blame
1 files changed, 14 insertions(+), 8 deletions(-)

M README.rst
M README.rst => README.rst +14 -8
@@ 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
~~~~~~~~~