Files
fundor333.com/config/_default/hugo.yaml
fundor333 603fe237b3 Refactors event data structure and adds group taxonomy
Updates event content files to replace the "slot" structure with individual fields for start, end, and event_url.
This change simplifies the event data structure and improves readability.

Adds a "group" taxonomy to allow for better categorization and filtering of events.
2025-09-14 02:34:01 +02:00

71 lines
1.1 KiB
YAML

baseURL: "https://fundor333.com"
DefaultContentLanguage: en
languageCode: en
title: Fundor333
enableRobotsTXT: false
fediverseAccount: "@fundor333@mastodon.social"
ignoreLogs:
- "warning-goldmark-raw-html"
goToTop: true
module:
imports:
- path: github.com/hugo-sid/hugo-blog-awesome
theme: ["hugo-redirect", "github.com/hugo-sid/hugo-blog-awesome"]
related:
includeNewer: true
threshold: 70
toLower: false
indices:
- name: categories
weight: 40
- name: title
weight: 30
- name: description
weight: 30
- name: tags
weight: 10
- name: meta
weight: 10
- name: date
weight: 10
mediaTypes:
application/atom+xml:
suffixes:
- xml
outputFormats:
SearchIndex:
baseName: search
mediaType: application/json
Atom:
mediaType: "application/atom+xml"
baseName: atom
outputs:
home:
- html
- rss
- SearchIndex
- json
- Atom
section:
- html
- rss
- json
- Atom
services:
rss:
limit: 20
taxonomies:
series: series
category: categories
tag: tags
theme: themes
group: group