No description
  • CSS 54%
  • TeX 35.8%
  • Scheme 10.2%
Find a file
Andreas Enge 15f537d9d4 assets: Update laptop location.
* posts/assets/index.md: Add one laptop.
2026-03-05 21:48:05 +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 downloads: Add PDF of "Guix Foundation - Fundraising and Future (2026)". 2026-02-17 13:38:59 +00:00
images Only keep the website part of the repository. 2025-07-15 10:48:32 +02:00
minutes minutes: Add a SAC decision. 2026-02-06 11:21:05 +01:00
posts assets: Update laptop location. 2026-03-05 21:48:05 +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.