mdcms/samplesite/config.yml
2026-04-19 23:47:49 +07:00

82 lines
2.9 KiB
YAML

# MD-CMS v0.2 — Sample Site Configuration
# ─── Site settings ───────────────────────────────
sitename: Acme Corporation
sitedescription: Quality products since 1998
navigation: sidebar
nav-position: left
search: true
# ─── Category settings ───────────────────────────
categories-use: yes
categories-sectionnames: per-category
categories-selecttext: "Choose language"
categories-selecticon: language
# ─── Default category ────────────────────────────
default-category:
code: en
name: English
direction: ltr
message: "Read in English"
pagenotfoundmessage: "This page is not available in English. Please select another language."
# ─── Additional categories ───────────────────────
categories:
- code: nb
name: Norsk
name-latin: Norsk
direction: ltr
message: "Les på norsk"
notfoundmessage: "Ikke tilgjengelig på norsk"
pagenotfoundmessage: "Denne siden er ikke tilgjengelig på norsk. Velg et annet språk."
- code: ar
name: العربية
name-latin: Arabic
direction: rtl
message: "اقرأ بالعربية"
notfoundmessage: "غير متاح باللغة العربية"
pagenotfoundmessage: "هذه الصفحة غير متاحة باللغة العربية. يرجى اختيار لغة أخرى."
# ─── Date and time formatting ────────────────────
date: "D Mmmm YYYY"
time: 24hrs
monthnames: "January, February, March, April, May, June, July, August, September, October, November, December"
monthnamesabbreviated: "Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec"
# ─── Appearance ──────────────────────────────────
light:
bg: "#ededed"
bg-nav: "#ffffff"
font-colour: "#1a1a1a"
font-colour-muted: "#666666"
accent: "#29307d"
accent-hover: "#f9ad18"
divider: "#e0e0e0"
nav-active-bg: "#f5f5f5"
nav-hover-bg: "#fafafa"
scrollbar-thumb: "#cccccc"
scrollbar-track: "#f5f5f5"
dark:
bg: "#14171c"
bg-nav: "#1a1e25"
font-colour: "#d4d4d4"
font-colour-muted: "#999999"
accent: "#7b83d4"
accent-hover: "#f9ad18"
divider: "#2a2f38"
nav-active-bg: "#22272f"
nav-hover-bg: "#1f252d"
scrollbar-thumb: "#444444"
scrollbar-track: "#1a1e25"
# ─── Fonts ───────────────────────────────────────
font-title: IBM Plex Sans
font-title-weight: 300
font-body: IBM Plex Sans
font-body-weight: 300
# ─── Footer ──────────────────────────────────────
footer: "© 2026 Acme Corporation. Licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)."