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.
103 lines
2.1 KiB
YAML
103 lines
2.1 KiB
YAML
baseurl: https://example.com
|
|
copyright: © Michael Bluth
|
|
enablerobotstxt: true
|
|
languagecode: en-us
|
|
languages:
|
|
en:
|
|
menu:
|
|
main:
|
|
- identifier: home
|
|
name: Home
|
|
url: /
|
|
weight: 10
|
|
- identifier: about
|
|
name: About
|
|
url: /about/
|
|
weight: 20
|
|
- identifier: blog
|
|
name: Blog
|
|
url: /blog/
|
|
weight: 30
|
|
- identifier: categories
|
|
name: Categories
|
|
url: /categories/
|
|
weight: 40
|
|
- identifier: tags
|
|
name: Tags
|
|
url: /tags/
|
|
weight: 50
|
|
- identifier: search
|
|
name: Search
|
|
url: /search/
|
|
weight: 60
|
|
title: No Borders, No Limits
|
|
weight: 10
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
highlight:
|
|
style: vs
|
|
tableofcontents:
|
|
endlevel: 6
|
|
ordered: true
|
|
startlevel: 2
|
|
outputs:
|
|
home:
|
|
- html
|
|
- json
|
|
- rss
|
|
paginate: 50
|
|
params:
|
|
paige:
|
|
hide_theme_comment: true
|
|
hide_theme_link: true
|
|
social:
|
|
discord:
|
|
icon: discord
|
|
link: https://discord.com/users/username
|
|
name: Discord
|
|
email:
|
|
icon: envelope
|
|
link: mailto:username@example.com
|
|
name: E-mail
|
|
facebook:
|
|
icon: facebook
|
|
link: https://facebook.com/username
|
|
name: Facebook
|
|
github:
|
|
icon: github
|
|
link: https://github.com/username
|
|
name: GitHub
|
|
instagram:
|
|
icon: instagram
|
|
link: https://instagram.com/username
|
|
name: Instagram
|
|
linkedin:
|
|
icon: linkedin
|
|
link: https://www.linkedin.com/in/username
|
|
name: LinkedIn
|
|
reddit:
|
|
icon: reddit
|
|
link: https://reddit.com/u/username
|
|
name: Reddit
|
|
twitch:
|
|
icon: twitch
|
|
link: https://www.twitch.tv/username
|
|
name: Twitch
|
|
twitter:
|
|
icon: twitter
|
|
link: https://twitter.com/username
|
|
name: Twitter
|
|
youtube:
|
|
icon: youtube
|
|
link: https://www.youtube.com/user/username
|
|
name: YouTube
|
|
permalinks:
|
|
blog: /blog/:year/:month/:day/:title/
|
|
social:
|
|
twitter: username
|
|
theme: paige
|
|
timezone: America/Los_Angeles
|
|
titlecasestyle: Go
|