You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.4 KiB
YAML
70 lines
1.4 KiB
YAML
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: "categories"
|
|
name: "Categories"
|
|
url: "/categories/"
|
|
weight: 60
|
|
- identifier: "tags"
|
|
name: "Tags"
|
|
url: "/tags/"
|
|
weight: 70
|
|
- identifier: "search"
|
|
name: "Search"
|
|
url: "/search/"
|
|
weight: 80
|
|
weight: 10
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
highlight:
|
|
noclasses: false
|
|
tableofcontents:
|
|
endlevel: 6
|
|
ordered: true
|
|
startlevel: 2
|
|
outputs:
|
|
home:
|
|
- "html"
|
|
- "json"
|
|
- "rss"
|
|
paginate: 50
|
|
params:
|
|
authors:
|
|
will_faught:
|
|
name: "Will Faught"
|
|
paige:
|
|
git:
|
|
commit_url_prefix: "https://github.com/willfaught/paige/commit/"
|
|
social:
|
|
twitter: "username"
|
|
theme: "paige"
|
|
timezone: "America/Los_Angeles"
|
|
titlecasestyle: "Go"
|