Documents and web site of bootstrappable.org https://git.savannah.gnu.org/cgit/guix/bootstrappable.git
Go to file
rekado b137191734 css: Style links. 2016-12-19 12:13:58 +01:00
pages pages: Correct title. 2016-12-16 01:08:59 +01:00
static css: Style links. 2016-12-19 12:13:58 +01:00
COPYING Initial commit. 2016-12-16 00:41:45 +01:00
README.org Initial commit. 2016-12-16 00:41:45 +01:00
haunt.scm Add a footer. 2016-12-19 12:13:58 +01:00
index.skr Initial commit. 2016-12-16 00:41:45 +01:00
notes.org Initial commit. 2016-12-16 00:41:45 +01:00
skribe-utils.scm Initial commit. 2016-12-16 00:41:45 +01:00

README.org

Bootstrappable.org website

Hi there! This is the code for the /guix/bootstrappable/src/commit/b137191734568dd01b5e93b3141e80a6203fccb7/bootstrappable.org website. It is a static site generated with Haunt.

Hacking

Heres how to get Haunt and build the site:

cd /path/to/this/dir
guix package -i haunt
haunt build

This will create a site directory containing the built website.

Hacking can be more fun by letting Haunt build the site whenever the source files are modified:

haunt serve -w

Now browse to http://localhost:8080/ and rejoice!

License

The sources of this website are made available to you under the Affero General Public License, either version 3 of the license or (at your option) any later version.