Rename config.yaml to hugo.yaml in exampleSite
This commit is contained in:
82
exampleSite/hugo.yaml
Normal file
82
exampleSite/hugo.yaml
Normal file
@@ -0,0 +1,82 @@
|
||||
baseurl: "https://example.com"
|
||||
copyright: "© Will Faught"
|
||||
enablerobotstxt: true
|
||||
languagecode: "en-us"
|
||||
languages:
|
||||
en:
|
||||
menu:
|
||||
main:
|
||||
- identifier: "home"
|
||||
name: "Home"
|
||||
url: "/"
|
||||
weight: 10
|
||||
- identifier: "content"
|
||||
name: "Content"
|
||||
url: "/content/"
|
||||
weight: 20
|
||||
- identifier: "layouts"
|
||||
name: "Layouts"
|
||||
url: "/layouts/"
|
||||
weight: 30
|
||||
- identifier: "shortcodes"
|
||||
name: "Shortcodes"
|
||||
url: "/shortcodes/"
|
||||
weight: 40
|
||||
- identifier: "customization"
|
||||
name: "Customization"
|
||||
url: "/customization/"
|
||||
weight: 50
|
||||
- identifier: "authors"
|
||||
name: "Authors"
|
||||
url: "/authors/"
|
||||
weight: 60
|
||||
- identifier: "series"
|
||||
name: "Series"
|
||||
url: "/series/"
|
||||
weight: 70
|
||||
- identifier: "categories"
|
||||
name: "Categories"
|
||||
url: "/categories/"
|
||||
weight: 80
|
||||
- identifier: "tags"
|
||||
name: "Tags"
|
||||
url: "/tags/"
|
||||
weight: 90
|
||||
- identifier: "search"
|
||||
name: "Search"
|
||||
url: "/search/"
|
||||
weight: 100
|
||||
weight: 10
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
highlight:
|
||||
noclasses: false
|
||||
tableofcontents:
|
||||
endlevel: 6
|
||||
ordered: true
|
||||
startlevel: 2
|
||||
module:
|
||||
imports:
|
||||
- path: "github.com/willfaught/paige"
|
||||
outputs:
|
||||
home:
|
||||
- "html"
|
||||
- "json"
|
||||
- "rss"
|
||||
paginate: 50
|
||||
params:
|
||||
authors:
|
||||
will-faught:
|
||||
name: "Will Faught"
|
||||
paige:
|
||||
git:
|
||||
commit_url: "https://github.com/willfaught/paige/commit/%s"
|
||||
taxonomies:
|
||||
author: "authors"
|
||||
category: "categories"
|
||||
series: "series"
|
||||
tag: "tags"
|
||||
timezone: "America/Los_Angeles"
|
||||
titlecasestyle: "Go"
|
Reference in New Issue
Block a user