mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
Update site configuration
This commit is contained in:
parent
905b916372
commit
beb38008a7
24
config.toml
24
config.toml
@ -2,12 +2,12 @@ baseURL = "https://foo-dogsquared.github.io/"
|
|||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Gabriel Arazas"
|
title = "Gabriel Arazas"
|
||||||
enableGitInfo = true
|
enableGitInfo = true
|
||||||
summaryLength = 0
|
|
||||||
paginate = 40
|
paginate = 40
|
||||||
copyright = """
|
copyright = """
|
||||||
Unless explicitly stated, all content released here are licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
|
Unless explicitly stated, all content released here are licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
|
||||||
"""
|
"""
|
||||||
canonifyURLs = true
|
canonifyURLs = true
|
||||||
|
summaryLength = 0
|
||||||
|
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
@ -61,9 +61,9 @@ canonifyURLs = true
|
|||||||
url = "about/"
|
url = "about/"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "blog"
|
identifier = "posts"
|
||||||
name = "Blog"
|
name = "Posts"
|
||||||
url = "blog/"
|
url = "posts/"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "archives"
|
identifier = "archives"
|
||||||
@ -71,18 +71,18 @@ canonifyURLs = true
|
|||||||
url = "archives/"
|
url = "archives/"
|
||||||
|
|
||||||
[[menu.links]]
|
[[menu.links]]
|
||||||
identifer = "blog"
|
identifer = "posts"
|
||||||
name = "Blog"
|
name = "Posts"
|
||||||
url = "/blog/"
|
url = "/posts/"
|
||||||
|
|
||||||
[[menu.links]]
|
[[menu.links]]
|
||||||
identifier = "Code"
|
identifier = "code"
|
||||||
name = "Code"
|
name = "Code"
|
||||||
url = "https://github.com/foo-dogsquared/"
|
url = "https://github.com/foo-dogsquared/"
|
||||||
|
|
||||||
[[menu.links]]
|
[[menu.links]]
|
||||||
identifer = "notes"
|
identifer = "wiki"
|
||||||
name = "Notes"
|
name = "Wiki"
|
||||||
url = "https://github.com/foo-dogsquared/wiki"
|
url = "https://github.com/foo-dogsquared/wiki"
|
||||||
|
|
||||||
[[menu.links]]
|
[[menu.links]]
|
||||||
@ -90,10 +90,6 @@ canonifyURLs = true
|
|||||||
name = "Music"
|
name = "Music"
|
||||||
url = "https://www.youtube.com/channel/UCuMiU9bzATu5oTp-vhOlL2Q"
|
url = "https://www.youtube.com/channel/UCuMiU9bzATu5oTp-vhOlL2Q"
|
||||||
|
|
||||||
|
|
||||||
[permalinks]
|
|
||||||
posts = "/blog/posts/:title/"
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
mainSections = ["posts", "projects"]
|
mainSections = ["posts", "projects"]
|
||||||
toc = true
|
toc = true
|
||||||
|
Loading…
Reference in New Issue
Block a user