Homepage of FASSAG at https://fassag.dev
- CSS 50.7%
- Scheme 46.9%
- Makefile 2.4%
| snippets | switch to element x, and add client parameter to matrix.to link | |
| static | lots of tweaks, add license, add link to matrix entrance and instructions | |
| .gitignore | Initial port to Haunt | |
| haunt.scm | switch to element x, and add client parameter to matrix.to link | |
| LICENSE.md | lots of tweaks, add license, add link to matrix entrance and instructions | |
| Makefile | properly get the static files | |
| manifest.scm | add guix manifest for convenience | |
| OFL.txt | Initial design, not templatized yet. | |
| README.md | Add OpenGraph url previews, rename a couple things | |
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.