No description
  • CSS 54%
  • TeX 35.8%
  • Scheme 10.2%
Find a file
2026-02-04 20:06:43 +01:00
assets Only keep the website part of the repository. 2025-07-15 10:48:32 +02:00
builder *: Update everything related to the new association. 2025-09-24 12:30:36 +02:00
downloads Only keep the website part of the repository. 2025-07-15 10:48:32 +02:00
images Only keep the website part of the repository. 2025-07-15 10:48:32 +02:00
minutes minutes: Add a SAC decision. 2025-12-10 09:09:36 +01:00
posts posts: assets: Update tampines location. 2026-02-04 20:06:43 +01:00
statutes statuts: Update Guix Foundation English statutes. 2025-10-31 20:20:51 +01:00
.gitignore Add a .gitignore file. 2022-11-13 16:26:49 +01:00
COPYING Only keep the website part of the repository. 2025-07-15 10:48:32 +02:00
guix.scm Only keep the website part of the repository. 2025-07-15 10:48:32 +02:00
haunt.scm Only keep the website part of the repository. 2025-07-15 10:48:32 +02:00
LICENSE Only keep the website part of the repository. 2025-07-15 10:48:32 +02:00
manifest.scm Only keep the website part of the repository. 2025-07-15 10:48:32 +02:00
README README: Update. 2025-10-31 17:23:36 +01:00

-*- 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.