mirror of
https://github.com/yrzam/yrzam-hugo-theme.git
synced 2025-04-18 11:49:09 +00:00
24 lines
492 B
YAML
24 lines
492 B
YAML
theme: yrzam
|
|
|
|
# SITE INFO
|
|
baseURL:
|
|
title:
|
|
languageCode:
|
|
taxonomies:
|
|
# Create these per each section&taxo, replacing section
|
|
# with section name and taxo with taxonomy name
|
|
section_taxo: section/taxo
|
|
|
|
# SITE SETTINGS
|
|
params:
|
|
dateFormat: "2006-01-02T15:04:05Z"
|
|
dateFormatShort: "2006-01-02"
|
|
paginationAdjacentLinks: 2
|
|
paginate: 50
|
|
|
|
# GENERATOR SETTINGS
|
|
capitalizeListTitles: false
|
|
disableHugoGeneratorInject: true
|
|
disableKinds: [RSS, sitemap, taxonomy]
|
|
minify:
|
|
minifyOutput: false |