Documents and web site of bootstrappable.org https://git.savannah.gnu.org/cgit/guix/bootstrappable.git
Go to file
Ludovic Courtès 637d479e13 guix: Install UTF-8 locale to build the site.
* guix.scm: Install UTF-8 locale.
2021-10-14 13:20:48 +02:00
pages Switch most URLs to https 2021-09-26 08:10:05 +02:00
static graphs: Add missing maven graph. 2020-06-30 20:18:29 +02:00
.gitignore Add Guix build file. 2021-10-14 12:58:00 +02:00
COPYING Update copy of the GNU Affero General Public License. 2021-09-26 08:09:45 +02:00
README.org Add Guix build file. 2021-10-14 12:58:00 +02:00
guix.scm guix: Install UTF-8 locale to build the site. 2021-10-14 13:20:48 +02:00
haunt.scm Switch most URLs to https 2021-09-26 08:10:05 +02:00
index.skr Switch most URLs to https 2021-09-26 08:10:05 +02:00
notes.org Switch most URLs to https 2021-09-26 08:10:05 +02:00
screen.css Reorganize website. 2018-12-16 00:17:33 +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/branch/master/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 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.