diff options
author | rekado <rekado@elephly.net> | 2016-12-15 16:33:35 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-12-16 00:41:45 +0100 |
commit | 88844945bf0ee2218790bbf5a4f72f3e02370f0a (patch) | |
tree | 8047c8b4d05025e3be89c06608ad84e59447a5dd /README.org |
Initial commit.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..40cc917 --- /dev/null +++ b/README.org @@ -0,0 +1,25 @@ +#+TITLE: Bootstrappable.org website + +Hi there! This is the code for the [[bootstrappable.org]] website. It is a static site generated with [[http://haunt.dthompson.us/][Haunt]]. + +* Hacking +Here’s how to get Haunt and build the site: + +#+BEGIN_SRC sh +cd /path/to/this/dir +guix package -i haunt +haunt build +#+END_SRC + +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: + +#+BEGIN_SRC sh +haunt serve -w +#+END_SRC + +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. |