config: Update lots.
This commit is contained in:
parent
7d9195b6ec
commit
c1067524a3
1 changed files with 15 additions and 6 deletions
21
config.toml
21
config.toml
|
|
@ -1,11 +1,13 @@
|
||||||
baseURL = "//notmy.space/"
|
baseURL = "//notmy.space/"
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
title = "William Floyd's Blog"
|
title = "William Floyd"
|
||||||
theme = "KeepIt"
|
theme = "KeepIt"
|
||||||
paginate = 10
|
|
||||||
canonifyURLs = true
|
paginate = 12
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
|
enableRobotsTXT = true
|
||||||
|
canonifyURLs = true
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
changefreq = "daily"
|
changefreq = "daily"
|
||||||
|
|
@ -37,9 +39,16 @@ enableEmoji = true
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = ""
|
description = "This is not MySpace, it's my space"
|
||||||
since = 2018
|
since = 2018
|
||||||
author = "William Floyd"
|
author = "William Floyd"
|
||||||
home_mode = "post"
|
home_mode = ""
|
||||||
|
|
||||||
[params.share]
|
[params.gravatar]
|
||||||
|
email = "william.png2000@gmail.com"
|
||||||
|
|
||||||
|
[params.social]
|
||||||
|
GitHub = "W-Floyd"
|
||||||
|
Linkedin = "william-floyd-906674190"
|
||||||
|
Email = "william.png2000@gmail.com"
|
||||||
|
Steam = "W-Floyd"
|
||||||
Loading…
Add table
Reference in a new issue