62 lines
No EOL
1 KiB
TOML
62 lines
No EOL
1 KiB
TOML
baseURL = "//notmy.space/"
|
|
languageCode = "en"
|
|
defaultContentLanguage = "en"
|
|
title = "William Floyd"
|
|
theme = "KeepIt"
|
|
|
|
paginate = 12
|
|
enableEmoji = true
|
|
enableRobotsTXT = true
|
|
canonifyURLs = true
|
|
|
|
[sitemap]
|
|
changefreq = "daily"
|
|
filename = "sitemap.xml"
|
|
priority = 0.5
|
|
|
|
[blackfriday]
|
|
hrefTargetBlank = true
|
|
nofollowLinks = true
|
|
noreferrerLinks = true
|
|
|
|
[Permalinks]
|
|
posts = "/:year/:filename/"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
url = "/posts/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Projects"
|
|
url = "/projects/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Categories"
|
|
url = "/categories/"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "About"
|
|
url = "/about"
|
|
weight = 4
|
|
|
|
[params]
|
|
subtitle = "This is not MySpace, it's my space"
|
|
since = 2018
|
|
author = "William Floyd"
|
|
home_mode = ""
|
|
|
|
[params.gravatar]
|
|
email = "william.png2000@gmail.com"
|
|
|
|
[params.social]
|
|
GitHub = "W-Floyd"
|
|
Linkedin = "william-floyd-906674190"
|
|
Email = "william.png2000@gmail.com"
|
|
Steam = "W-Floyd"
|
|
|
|
|
|
[params.share] |