Update site configuration

This commit is contained in:
foo-dogsquared 2019-09-02 01:26:51 +08:00
parent d0c39eac96
commit 7088d9705a

View File

@ -1,76 +1,49 @@
baseurl = "https://foo-dogsquared.github.io/blog/" baseURL = "https://foo-dogsquared.github.io/blog"
languageCode = "en-us" languageCode = "en-us"
theme = "terminal" title = "A Hack's Code"
description = "A blog of a hack."
summaryLength = 0
paginate = 5 paginate = 5
summaryLength = 15
disqusShortname = "foodogsquared" disqusShortname = "foodogsquared"
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"
theme = "terminal-plus-minus"
canonifyURLs = true
[params] [author]
# dir name of your blog content (default is `content/posts`) name = "Gabriel Arazas"
contentTypeNames = [ "posts", "projects" ] alias = "foo-dogsquared"
# ["orange", "blue", "red", "green", "pink"] email = "foo.dogsquared@gmail.com"
themeColor = "orange"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 2
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = true
# set a custom favicon (default is a `themeColor` square)
favicon = "logo.jpg"
[params.blog] [menu]
[params.blog.author] [[menu.main]]
name = "Gabriel Arazas" identifier = "articles"
alias = "foo-dogsquared" name = "Posts"
[params.blog.contact] url = "posts/"
[params.blog.contact.github]
name = "GitHub"
link = "https://github.com/foo-dogsquared"
[params.blog.contact.gitlab] [[menu.main]]
name = "GitLab"
link = "https://gitlab.com/foo-dogsquared/"
[params.blog.contact.twitter]
name = "Twitter"
link = "https://twitter.com/foo_dogsquared"
[params.blog.contact.keybase]
name = "Keybase"
link = "https://keybase.io/foo_dogsquared"
[languages]
[languages.en]
title = "A Hack's Code"
subtitle = "A blog of a hack."
keywords = "hack, code, foo-dogsquared, Gabriel Arazas"
copyright = "2019 © Gabriel Arazas"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read my other posts"
[languages.en.params.logo]
logoText = "A Hack's Code"
logoHomeLink = "/blog/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "home"
name = "Home"
url = "https://foo-dogsquared.github.io"
[[languages.en.menu.main]]
identifier = "about" identifier = "about"
name = "About" name = "About"
url = "/about" url = "about/"
[[languages.en.menu.main]] [[menu.main]]
identifier = "posts" identifier = "archives"
name = "Posts" name = "Archives"
url = "/posts" url = "archives/"
[[languages.en.menu.main]] [[menu.main]]
identifier = "projects" identifier = "rss"
name = "Projects" name = "RSS"
url = "/projects" url = "index.xml/"
[params]
subtitle = "Computer Engineering Student"
keywords = ["Gabriel Arazas", "foo-dogsquared", "blog", "computer", "mathematics"]
showPostsOnHome = true
showPageTypeIcon = true
enableSyntaxHighlighting = true
syntaxHighlighter = "prismjs"
enableBreadcrumbs = true
contentIsStyled = true