Next-gen group website, built from metadata
  • HTML 97.7%
  • Python 1.1%
  • JavaScript 0.6%
  • Jinja 0.5%
  • CSS 0.1%
Find a file
2026-03-07 14:34:44 +01:00
.datalad [DATALAD] new dataset 2025-10-31 08:12:07 +01:00
.forgejo Only add necessary keys to frontmatter 2026-03-07 14:34:10 +01:00
archetypes [DATALAD RUNCMD] chore: initialize site 2025-10-31 09:12:23 +01:00
assets feat: make graph node types togglable 2026-03-07 06:53:29 +01:00
code feat: protect against duplicate/parallel edges 2026-03-07 07:56:13 +01:00
config/_default feat: render project outputs and establish instruments taxonomy 2026-02-28 17:36:29 +01:00
content chore: auto-generate content from metadata 2026-03-07 09:07:45 +00:00
layouts more conformant to congo theme approach, also include related terms/taxonomies 2026-03-07 14:34:44 +01:00
page_templates Only add necessary keys to frontmatter 2026-03-07 14:34:10 +01:00
static chore: update graph visualization logic 2026-03-07 10:57:19 +01:00
themes Register congo theme as a submodule 2025-10-31 08:22:12 +01:00
.gitattributes chore: import placeholder and basic CSS for old member page 2026-02-24 12:00:22 +01:00
.gitignore chore: git(-annex) setup 2025-10-31 09:12:23 +01:00
.gitmodules Register congo theme as a submodule 2025-10-31 08:22:12 +01:00
package.json chore: tooling to tailor CSS 2026-02-24 12:00:22 +01:00
README.md doc: start README 2025-10-31 09:12:23 +01:00

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).