Source code of the Guile web site
  • Scheme 70.4%
  • CSS 15.2%
  • HTML 14.4%
Find a file
Image Ludovic Courtès 272b84da13
Image
download: Update repository URL.
* website/apps/base/download-page.scm (download-page): Update repository URL.
2025-12-03 22:18:30 +01:00
designs Update cover image for reference manual to 3.0 2020-01-15 22:29:06 +01:00
posts Add Guile 3.0.11 announcement. 2025-12-01 23:37:32 +01:00
website download: Update repository URL. 2025-12-03 22:18:30 +01:00
.gitignore Add Haunt file. 2016-11-10 13:50:48 +01:00
COPYING Initial commit. 2015-10-12 15:44:02 -05:00
haunt.scm website: Update for Haunt 0.2.6. 2022-10-21 18:26:57 +02:00
README.md Add ‘README.md’ with build instructions. 2025-10-24 22:16:39 +02:00

Guile’s Web Site

This web site was designed by @luis-felipe.

Testing

To build the web site, enter an environment that contains all the nice Guile tools to build it:

guix shell -CN haunt guix guile

From there, you can build a version of the web pages for local screening:

GUILE_WEB_SITE_LOCAL=yes haunt build

… and serve them to look at them in the browser:

haunt serve

The web site should be visible at http://localhost:8080.

Uploading

To build the final web site, run the same command without GUILE_WEB_SITE_LOCAL=yes:

haunt build

From there, copy the site sub-directory to your CVS checkout and commit the damn thing (!):

cp -r site/* /path/to/checkout/
cd /path/to/checkout
cvs ci -m Update.

And then, it will automatically appear at gnu.org/software/guile.