ERIS Extensions and Recommendations
- Tree-sitter Query 63.5%
- Roff 14%
- CSS 11.4%
- Nix 7.8%
- Scheme 3.3%
| eer | coap: fix runaway parens | |
| layout | style: update to style from main page. | |
| .gitignore | Revert "Add Direnv metadata" | |
| COPYING | Initial commit | |
| flake.lock | flake.nix: Add a Nix flake file for a development environment. | |
| flake.nix | flake.nix: Add a Nix flake file for a development environment. | |
| guix.scm | Use the Haunt static-site generator | |
| haunt.scm | haunt: Add comment on XHTML/HTML, MIME types and polyglot documents. | |
| README.md | flake.nix: Add a Nix flake file for a development environment. | |
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.