43 lines
930 B
YAML
43 lines
930 B
YAML
|
---
|
||
|
title: "Hugo Zen theme"
|
||
|
baseURL: "https://example.org/"
|
||
|
theme: "zen"
|
||
|
languageCode: "en-GB"
|
||
|
defaultContentLanguage: "en"
|
||
|
pluralizelisttitles: false
|
||
|
removePathAccents: true
|
||
|
paginate: 10
|
||
|
paginatePath: "page"
|
||
|
rssLimit: 20
|
||
|
author:
|
||
|
name: "Your Name"
|
||
|
url: "https://example.org/somepage"
|
||
|
avatar: "path/to/some-image.jpg"
|
||
|
|
||
|
outputFormats:
|
||
|
SearchIndex:
|
||
|
mediaType: "application/json"
|
||
|
baseName: "searchindex"
|
||
|
isPlainText: true
|
||
|
notAlternative: true
|
||
|
|
||
|
outputs:
|
||
|
home: ["HTML","RSS", "JSON", "SearchIndex"]
|
||
|
section: ["HTML","RSS", "JSON"]
|
||
|
|
||
|
params:
|
||
|
contact: "info@example.org"
|
||
|
description: "The zen theme for Hugo example site."
|
||
|
dateformat: "2 January, 2006"
|
||
|
favicon: "apple-touch-icon.png"
|
||
|
feedlinks: true
|
||
|
icon: "apple-touch-icon.png"
|
||
|
image: "apple-touch-icon.png"
|
||
|
imageMaxWidth: 400
|
||
|
logoWidth: 64
|
||
|
mobileMenu: true
|
||
|
poweredby: true
|
||
|
realfavicongenerator: true
|
||
|
sidebar: true
|
||
|
submitted: true
|