4
0
Fork
You've already forked fassag.dev
0
Homepage of FASSAG at https://fassag.dev
  • CSS 50.7%
  • Scheme 46.9%
  • Makefile 2.4%
2026年03月29日 16:18:36 -04:00
snippets switch to element x, and add client parameter to matrix.to link 2026年03月29日 16:18:36 -04:00
static lots of tweaks, add license, add link to matrix entrance and instructions 2026年03月29日 15:34:00 -04:00
.gitignore Initial port to Haunt 2026年03月22日 15:13:25 -04:00
haunt.scm switch to element x, and add client parameter to matrix.to link 2026年03月29日 16:18:36 -04:00
LICENSE.md lots of tweaks, add license, add link to matrix entrance and instructions 2026年03月29日 15:34:00 -04:00
Makefile properly get the static files 2026年03月22日 16:53:32 -04:00
manifest.scm add guix manifest for convenience 2026年03月22日 15:18:37 -04:00
OFL.txt Initial design, not templatized yet. 2026年03月14日 21:02:38 -04:00
README.md Add OpenGraph url previews, rename a couple things 2026年03月22日 21:29:59 -04:00

Introduction

This is the code to build the fassag.dev homepage!

Contributing

If you want to change the text of the homepage, there are currently two files:

  • snippets/hero.md - This is the 'hero' text; i.e. the first text that appears at the top of the page.
  • snippets/mission.md - This is the main body text of the homepage, containing the mission.

You can edit these files with the built-in editor, which will create a Pull Request which we can review.

Dependencies

In order to build the page, you will need to install Haunt.

If you have Guix installed, you can simply run guix shell -m manifest.scm to create a shell with Haunt installed in it.

Building

If you have GNU Make, you can make the project with the make command. Otherwise, with Haunt installed, run haunt build && haunt serve to build and locally serve the project.