3
1
Fork
You've already forked website
0
Source for guixotic.coop
  • HTML 59.3%
  • Scheme 15.9%
  • CSS 14.8%
  • JavaScript 6.6%
  • Shell 1.4%
  • Other 2%
Maxim Cournoyer 15a8a709f1
manifest: Add reuse.
For running 'reuse lint'.
2026年06月23日 07:53:33 +09:00
assets Remove unused code from base Inazuma template. 2025年11月26日 14:53:15 +09:00
LICENSES Make project REUSE compliant. 2025年11月19日 12:09:14 +09:00
pages Make project REUSE compliant. 2025年11月19日 12:09:14 +09:00
posts/2025 posts/fsf40-hackathon: Add some links and fix typos. 2025年11月26日 15:28:43 +09:00
src footer: update year 2026年01月27日 11:53:40 +09:00
.gitignore Make project REUSE compliant. 2025年11月19日 12:09:14 +09:00
build.sh Make project REUSE compliant. 2025年11月19日 12:09:14 +09:00
COPYING Make project REUSE compliant. 2025年11月19日 12:09:14 +09:00
haunt.scm assets: use local lineicons 2026年01月27日 11:53:40 +09:00
Makefile Adjust website permissions to use www-users group. 2026年05月12日 15:41:06 +09:00
manifest.scm manifest: Add reuse. 2026年06月23日 07:53:33 +09:00
package-lock.json Update npm dependencies used. 2026年05月12日 12:32:03 +09:00
package-lock.json.license Make project REUSE compliant. 2025年11月19日 12:09:14 +09:00
package.json assets: use local lineicons 2026年01月27日 11:53:40 +09:00
package.json.license Make project REUSE compliant. 2025年11月19日 12:09:14 +09:00
README.org Make project REUSE compliant. 2025年11月19日 12:09:14 +09:00
reload.py Make project REUSE compliant. 2025年11月19日 12:09:14 +09:00
serve.sh Make project REUSE compliant. 2025年11月19日 12:09:14 +09:00

README

#

Instructions

To setup, after cloning the repository run make setup.

To continuously build the site (autoreload via websockets in Python, Tailwind CLI updating CSS), use make serve. Exit this process with Ctrl-C, though often the haunt process continues running and needs to be killed, e.g. pkill haunt. To just build the website (also running Tailwind to make sure CSS is updated), use make build.

Acknowledgments

The basic website design is based off of Inazuma, a company landing page (MIT/Expat license) using Tailwind CSS (MIT/Expat license). The website is built with Haunt (GPLv3+ license), a Guile static site generator. Finally, all of this is managed and deployed using GNU Guix (GPLv3+ license).

Copying

This site itself is licensed under the GNU Affero General Public License 3.0 or any later version, with the graphics and images as well as the blog posts under the Attribution-ShareAlike 4.0 International license, and some files derived from from the Tailwind or Inamuza projects covered under the Expat license.