You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
eer | 1 week ago | |
layout | ||
.gitignore | ||
COPYING | ||
README.md | ||
flake.lock | ||
flake.nix | ||
guix.scm | ||
haunt.scm |
README.md
ERIS Extensions and Recommendations
This repository contains documentation of extensions, recommendations and best-practices related to ERIS.
Writing and Publishing
EERs are located in index.md
files contained in the eer/*
folders.
A XHTML rendering of EERs and an index page can be generated with Haunt by running haunt build
. Use Guix (guix shell -Df guix.scm
) or Nix (nix develop
) for a suitable environment.
Everything is published using Codeberg Pages, i.e. the pages
branch of this repository is made available at https://eris.codeberg.page/eer.
You can checkout the pages
branch in an other git worktree: git worktree add ../eer-pages pages
and then render to the pages worktree with OUT=../eer-pages make
. To publish you will need to commit and push changes in the pages
branch.