Next-gen group website, built from metadata
- HTML 97.7%
- Python 1.1%
- JavaScript 0.6%
- Jinja 0.5%
- CSS 0.1%
I find that it reads better to have the description first. Otherwise, there is a detachted "part of" preceeding the description paragraph. But this is just my subjective opinion - thus proposed as a PR. |
||
|---|---|---|
| .datalad | ||
| .forgejo | ||
| archetypes | ||
| assets | ||
| code | ||
| config/_default | ||
| content | ||
| data | ||
| layouts | ||
| page_templates | ||
| static | ||
| themes | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| package.json | ||
| README.md | ||
Metadata-based website of the Psychoinformatics group
This website is using hugo to build site content that is (mostly) pulled from a metadata system, using a formal metadata model for all content.
This repository should not see any manual content edits. All custom editing is constraint to the presentation (looks/style). Content changes are exclusively done via editing the respective records in the underlying metadata system.
Requirements
As per congo theme version 2.12.0 (2025-06-22), hugo 0.146.0 or later is required.
Setup notes
Hugo doesn't like symlinks (cheers windows!). Hence all files are annexed in
unlocked mode (git annex config --set annex.addunlocked true).