No description
- CSS 54%
- TeX 35.8%
- Scheme 10.2%
|
|
||
|---|---|---|
| assets | ||
| builder | ||
| downloads | ||
| images | ||
| minutes | ||
| posts | ||
| statutes | ||
| .gitignore | ||
| COPYING | ||
| guix.scm | ||
| haunt.scm | ||
| LICENSE | ||
| manifest.scm | ||
| README | ||
-*- mode: org -*-
#+TITLE: Guix Foundation website
* Building
#+begin_example
guix shell -C -m manifest.scm \
-- haunt build
#+end_example
or simply =guix build -f guix.scm=.
* Running
#+begin_example
guix shell -CN -m manifest.scm \
-- haunt serve -w
#+end_example
Then, visit http://localhost:8080 in a web browser.
You can stop the server pressing ~Ctrl + C~ twice.