bootstrappable/README.org

32 lines
899 B
Org Mode
Raw Permalink Normal View History

2016-12-15 16:33:35 +01:00
#+TITLE: Bootstrappable.org website
Hi there! This is the code for the [[bootstrappable.org]] website. It is a static site generated with [[https://dthompson.us/projects/haunt.html][Haunt]].
2016-12-15 16:33:35 +01:00
* Hacking
Heres how to get Haunt and build the site:
#+BEGIN_SRC sh
cd /path/to/this/dir
2018-12-12 16:32:03 +01:00
guix environment --ad-hoc haunt guile-commonmark
2016-12-15 16:33:35 +01:00
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!
Alternatively, you can build the site /via/ Guix with:
#+BEGIN_SRC sh
guix build -f guix.scm
#+END_SRC
2016-12-15 16:33:35 +01:00
* 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.