homepage/config.toml
surtur 4f466923a9
changed theme to hermit theme
* proposing major change in favour of extreme speed-up as a result
* the theme is also more consistent IMHO
2020-03-07 05:56:08 +01:00

97 lines
2.3 KiB
INI

baseurl = "/"
languageCode = "en-us"
theme = "hermit"
pygmentsCodefences = true
pygmentsUseClasses = true
[author]
name = "dotya.ml"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-02-01"
dateformNumTime = "2006-02-01 15:04 +0000"
# Metadata mostly used in document's head
description = "dotya.ml"
keywords = "homepage, development, git, programming"
images = [""]
themeColor = "#282a2b"
justifyContent = false
relatedPosts = false
# Directory name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# Default theme "light" or "dark"
defaultTheme = "dark"
homeSubtitle = "hello friend. hello friend? that's lame. maybe I should give you a name."
[params.logo]
logoText = "dotya.ml"
logoHomeLink = "/"
[[params.social]]
name = "gitea"
url = "https://git.dotya.ml/wanderer?tab=activity"
alt = "my gitea instance"
[[params.social]]
name = "github"
url = "https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf"
alt = "my github"
[[params.social]]
name = "dockerhub"
url = "https://hub.docker.com/r/immawanderer"
alt = "my profile at dockerhub"
[languages]
[languages.en]
title = "dotya.ml"
subtitle = ""
keywords = "homepage, development, git, programming"
#copyright = '<a href="http://www.wtfpl.net/about/" rel="noopener">WTFPL</a>'
readOtherPosts = ""
[languages.en.params.logo]
logoText = "dotya.ml"
logoHomeLink = "/"
# You can create a language based menu
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "about"
url = "/about"
alt = "dotya.ml status"
weight = 1
# [[languages.en.menu.main]]
# identifier = "posts"
# name = "posts"
# url = "/posts"
# alt = "dotya.ml posts"
# weight = 2
[[languages.en.menu.main]]
identifier = "contact"
name = "contact"
url = "/contact"
alt = "dotya.ml contact"
weight = 3
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true