Where definitions come to be immortalized. End of discussion.
For internal and external consumption.
The pretty version is at https://glossary.orcfax.io/
The top level looks a bit like
$tree -L 1
.
├── builder # Our homebrew builder
├── content # All the definitions
├── CONTRIBUTING.md
├── docs # generated output html
├── flake.lock
├── flake.nix
├── justfile # All the helpful commands
├── README.md
├── templates # Turtle templates
└── TODOs.md
The builder is a node repo:
- nodejs (required)
- pnpm (optional)
Pre-commit is used for tidying:
- pre-commit (required)
- markdownlint-cli (optional)
- prettier (optional for markdown auto-fixes)
Helpful command line tools
- just - "handy way to save and run project-specific commands"
Run just
for suggestions.
See the contributing guidelines.