mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
Update the Hugo site config
This commit is contained in:
parent
909d92be02
commit
ab8cb7c892
11
config.toml
11
config.toml
@ -1,12 +1,11 @@
|
|||||||
baseURL = "https://foo-dogsquared.github.io/blog/"
|
baseURL = "https://foo-dogsquared.github.io/blog/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "A Hack's Code"
|
title = "A Hack's Code"
|
||||||
description = "A blog of a hack."
|
|
||||||
summaryLength = 0
|
summaryLength = 0
|
||||||
paginate = 5
|
paginate = 5
|
||||||
copyright = "Unless explicitly stated, all content released here are licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0)."
|
copyright = "Unless explicitly stated, all content released here are licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0)."
|
||||||
googleAnalytics = "UA-126718538-1"
|
googleAnalytics = "UA-126718538-1"
|
||||||
theme = "terminal-plus-minus"
|
theme = "arch-terminal"
|
||||||
canonifyURLs = true
|
canonifyURLs = true
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
@ -62,13 +61,9 @@ canonifyURLs = true
|
|||||||
subtitle = "Computer Engineering Student"
|
subtitle = "Computer Engineering Student"
|
||||||
keywords = ["Gabriel Arazas", "foo-dogsquared", "blog", "computer", "mathematics"]
|
keywords = ["Gabriel Arazas", "foo-dogsquared", "blog", "computer", "mathematics"]
|
||||||
|
|
||||||
showPostsOnHome = true
|
enableThemeToggle = true
|
||||||
showPageTypeIcon = true
|
enableMathjax = true
|
||||||
|
|
||||||
enableSyntaxHighlighting = true
|
|
||||||
syntaxHighlighter = "prismjs"
|
|
||||||
enableBreadcrumbs = true
|
enableBreadcrumbs = true
|
||||||
contentIsStyled = true
|
|
||||||
|
|
||||||
[privacy]
|
[privacy]
|
||||||
[privacy.googleAnalytics]
|
[privacy.googleAnalytics]
|
||||||
|
Loading…
Reference in New Issue
Block a user