remove boilerplate 'recent' overview #19

Merged
jsheunis merged 2 commits from config-recent into main 2026-04-22 12:24:03 +00:00

2 commits

Author SHA1 Message Date
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
Adina Wagner
d10f023138 remove boilerplate 'recent' overview
The 'Recent' section would show the content/samples files,
pointing to documentation and other boilerplate content.
I've replaced this config according to
https://jpanther.github.io/congo/docs/homepage-layout/#recent-articles.

I've also adjusted the description to something non-hugo related (the
first sentence of the current website) as an interim improved
description
2026-04-21 12:39:41 +02:00