Static CMS v4 (#250)
All checks were successful
website-main / prod-build (push) Successful in 27s
website-main / test-build (push) Successful in 6s

Schließt #247

Reviewed-on: #250
This commit is contained in:
2023-12-11 20:07:24 +01:00
parent 62e4b16e1e
commit 65260f63c6
22 changed files with 143 additions and 121 deletions

View File

@ -7,6 +7,7 @@ import {
StatsCollection,
SuperhaufenCollection,
} from "./collections/index.js";
import { GCGThemeDark, GCGThemeLight } from "./themes.js";
const config = {
backend: {
@ -38,6 +39,13 @@ const config = {
clean_accents: true,
sanitize_replacement: "-",
},
theme: {
include_built_in_themes: false,
themes: [
GCGThemeDark,
GCGThemeLight
]
},
collections: [
ChronikjahreCollection,
SuperhaufenCollection,