R&D

R
Rust
Cloud
DBMS
Kubernetes
Linux
PWA/WebUI
Ruby
hugo Section functionality

hugo has the Section that provides functionality for categorizing articles.

Directories located directly under the contents/ directoryare considered as Sections.
In a straightforward usage, organizing articles into folders and having them appear in the corresponding path after building the site leads to intuitive behavior.

Sections can be specified as parameters in .Site.RegularPages and similar contexts. If you want to procedurally retrieve a list of articles, you can specify the section name like so: range .Site.RegularPages "Section" "<some-section>".

……