website/config.toml

74 lines
1.8 KiB
TOML
Raw Normal View History

2019-09-03 07:42:40 +00:00
baseURL = "https://foo-dogsquared.github.io/blog/"
2019-08-14 08:36:03 +00:00
languageCode = "en-us"
2019-09-01 17:26:51 +00:00
title = "A Hack's Code"
summaryLength = 0
paginate = 40
2019-09-01 17:26:51 +00:00
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"
2019-09-15 04:13:35 +00:00
theme = "arch-terminal"
2019-09-01 17:26:51 +00:00
canonifyURLs = true
2019-08-14 08:36:03 +00:00
2019-09-01 17:26:51 +00:00
[author]
name = "Gabriel Arazas"
alias = "foo-dogsquared"
email = "foo.dogsquared@gmail.com"
2019-08-14 08:36:03 +00:00
2019-09-03 07:42:40 +00:00
[mediaTypes]
[mediaTypes."application/atom+xml"]
suffixes = ["atom"]
[mediaTypes."application/rss+xml"]
suffixes = ["rss"]
[outputFormats]
[outputFormats.RSS]
mediaType = "application/rss+xml"
baseName = "index"
isPlainText = false
[outputFormats.Atom]
mediaType = "application/atom+xml"
baseName = "index"
isPlainText = false
[outputs]
home = ["HTML", "ATOM", "RSS", "JSON"]
section = ["HTML", "ATOM", "RSS", "JSON"]
2019-09-01 17:26:51 +00:00
[menu]
[[menu.main]]
identifier = "articles"
name = "Posts"
url = "posts/"
2019-08-20 14:47:50 +00:00
2019-09-01 17:26:51 +00:00
[[menu.main]]
identifier = "about"
name = "About"
url = "about/"
2019-08-14 08:36:03 +00:00
2019-09-01 17:26:51 +00:00
[[menu.main]]
identifier = "archives"
name = "Archives"
url = "archives/"
2019-08-14 08:36:03 +00:00
2019-09-01 17:26:51 +00:00
[[menu.main]]
2019-09-03 07:42:40 +00:00
identifier = "feeds"
name = "Feeds"
url = "feeds/"
2019-08-14 08:36:03 +00:00
2019-09-01 17:26:51 +00:00
[params]
subtitle = "Computer Engineering Student"
keywords = ["Gabriel Arazas", "foo-dogsquared", "blog", "computer", "mathematics"]
2019-09-15 04:13:35 +00:00
enableThemeToggle = true
enableMathjax = true
2019-09-01 17:26:51 +00:00
enableBreadcrumbs = true
# enableContentImageZoom = true
mainSections = ["posts", "projects"]
2019-09-11 15:47:32 +00:00
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
respectDoNotTrack = true
useSessionStorage = true