mirror of
git://git.savannah.gnu.org/guix/bootstrappable.git
synced 2023-12-14 03:02:57 +01:00
Documents and web site of bootstrappable.org
https://git.savannah.gnu.org/cgit/guix/bootstrappable.git
637d479e13
* guix.scm: Install UTF-8 locale. |
||
---|---|---|
pages | ||
static | ||
.gitignore | ||
COPYING | ||
guix.scm | ||
haunt.scm | ||
index.skr | ||
notes.org | ||
README.org | ||
screen.css | ||
skribe-utils.scm |
Bootstrappable.org website
Hi there! This is the code for the /guix/bootstrappable/src/branch/master/bootstrappable.org website. It is a static site generated with Haunt.
Hacking
Here’s how to get Haunt and build the site:
cd /path/to/this/dir
guix environment --ad-hoc haunt guile-commonmark
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!
Alternatively, you can build the site via Guix with:
guix build -f guix.scm
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.