forked from CCCHH/hacker.tours-website
Initial version
This commit is contained in:
commit
ed5653a7fc
211 changed files with 11043 additions and 0 deletions
42
themes/zen/exampleSite/config.yaml
Normal file
42
themes/zen/exampleSite/config.yaml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue