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
Adina Wagner f3267c5a06 override recent articles partial to list term pages
thanks to @msz for idea and execution steps.
This commit takes the existing recent-articles.html partial
from themes/congo/layout/partials and copies it to override
the theme partial. Instead of listing 'Site.RegularPages' that
match the configured content in the 'mainSections'
configuration, it takes the more general Site.Pages, which
would allow listing Term Pages (see
https://gohugo.io/quick-reference/glossary/#term-page).

disable recent section in configuration

At its current state, it is not polished enough to enable it
2026-04-22 11:29:20 +02:00
.datalad [DATALAD] new dataset 2025-10-31 08:12:07 +01:00
.forgejo New approach to extracting publication data and filtering/searching it 2026-04-13 10:53:44 +02:00
archetypes [DATALAD RUNCMD] chore: initialize site 2025-10-31 09:12:23 +01:00
assets chore: update css 2026-03-09 20:04:39 +01:00
code Use generalized person-depiction-distribution-url script from knowledge-enrichment repo 2026-03-31 11:39:40 +02:00
config/_default override recent articles partial to list term pages 2026-04-22 11:29:20 +02:00
content chore: auto-generate content from metadata 2026-04-13 08:56:24 +00:00
data chore: auto-generate content from metadata 2026-04-01 11:40:22 +00:00
layouts override recent articles partial to list term pages 2026-04-22 11:29:20 +02:00
page_templates New approach to extracting publication data and filtering/searching it 2026-04-13 10:53:44 +02:00
static New approach to extracting publication data and filtering/searching it 2026-04-13 10:53:44 +02: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).