2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-artwork.git synced 2023-12-14 05:33:02 +01:00
guix-artwork/website
Ricardo Wurmus 5ff8929b80
website: grafts-continued: Add missing word.
* website/drafts/grafts-continued.md: Add missing word.
2020-05-06 13:22:01 +02:00
..
apps website: Update the list of maintainers on the about page. 2020-05-04 15:39:31 -04:00
designs website: Incorporate sirgazil's major update. 2017-12-06 14:21:00 +01:00
drafts website: grafts-continued: Add missing word. 2020-05-06 13:22:01 +02:00
posts website: Add post about Guix maintainer collective update. 2020-05-03 14:32:51 -04:00
static website: grafts-continued: Improve. 2020-05-06 13:03:12 +02:00
tests website: Fix typo in file headers. 2019-10-26 12:53:14 +00:00
.gitignore website: Add '.gitignore'. 2015-05-12 21:34:14 +02:00
.guix.scm website: Build with Guile 3.0. 2020-03-21 12:00:49 +01:00
COPYING website: Apply GNU AGPL licence. 2015-05-25 17:25:45 +02:00
guix.packages website: Incorporate sirgazil's major update. 2017-12-06 14:21:00 +01:00
haunt.scm website: Move screenshots code to new media module. 2019-10-26 10:40:05 +00:00
README website: Replace GuixSD in README. 2020-04-15 16:03:06 +02:00

-*- mode: org -*-

#+TITLE: Guix website

The Guix website available at https://www.gnu.org/software/guix/ is
a static website built with [[https://haunt.dthompson.us/][Haunt]].  This directory contains the source
files of the website.


* Development environment

This website is developed using the [[https://www.gnu.org/software/guix/download/][GNU Guix]] package manager. Run the
following command to install all the software needed to build the
website:

#+BEGIN_EXAMPLE
$ guix package -i git glibc-locales gnutls guile guile-json guile-syntax-highlight guix haunt
#+END_EXAMPLE

* Running the website

To try out the website locally while you work on it, run the following
commands:

#+BEGIN_EXAMPLE
$ cd path/to/guix-artwork/website
$ GUIX_WEB_SITE_LOCAL=yes haunt build
$ haunt serve
#+END_EXAMPLE

Then, visit http://localhost:8080/guix.html in a web browser.

You can stop the server pressing ~Ctrl + C~ twice.

* Deploying

Like the pages of many GNU websites, this website is managed through
Savannah CVS.  To deploy the website it should be copied to the CVS
tree and then checked in.  The website will be updated automatically
once the files have been checked into CVS.

See https://savannah.gnu.org/cvs/?group=guix for information on how to
access Savannah CVS.

* Copying

** Guile code

See [[file:COPYING][COPYING]].

** Graphics

Public domain 2015 Luis Felipe López Acevedo

All the graphics in this directory are dedicated to the public domain, except
for the Guix System Distribution logo, which can be used under the Creative
Commons Attribution-ShareAlike 4.0 International License.

You can find information about authors and copyright in the metadata of SVG
files. If you are using Inkscape, you can access the Document metadata from
the File menu.