homepage/config.toml

104 lines
2.5 KiB
INI
Raw Normal View History

baseurl = "/"
2020-10-09 21:52:15 +02:00
languageCode = "en-gb"
defaultContentLanguage = "en"
theme = "hermit"
enableGitInfo = true
pygmentsCodefences = true
2022-08-21 18:01:42 +02:00
pygmentsUseClasses = true
pygmentsStyle = "fruity"
2020-03-24 03:01:13 +01:00
enableEmoji = true
2019-10-15 17:42:42 +02:00
2019-10-18 22:59:56 +02:00
[author]
name = "dotya.ml"
[taxonomies]
tag = 'tags'
2019-10-15 17:42:42 +02:00
[params]
dateform = "02 Jan 2006"
dateformShort = "02 Jan"
dateformNum = "02 Jan 2006"
dateformNumTime = "Mon, 02 Jan 2006 15:04:05 -0700"
2019-10-15 17:42:42 +02:00
# Metadata mostly used in document's head
description = "dotya.ml homepage"
2019-10-15 17:42:42 +02:00
keywords = "homepage, development, git, programming"
images = [""]
themeColor = "#282a2b"
justifyContent = false
relatedPosts = true
gitUrl = "https://git.dotya.ml/dotya.ml/homepage/src/commit/"
2019-10-15 17:42:42 +02:00
# Directory name of your blog content (default is `content/posts`)
2020-08-24 14:43:39 +02:00
contentTypeName = "content/posts"
2019-10-15 17:42:42 +02:00
# Default theme "light" or "dark"
defaultTheme = "dark"
homeSubtitle = "hello friend. hello friend? that's lame. maybe I should give you a name."
footerCopyright = ' &#183; <a href="http://www.wtfpl.net/about/" target="_blank" rel="noopener">WTFPL</a>'
2019-10-18 22:59:56 +02:00
2019-10-19 11:41:54 +02:00
[params.logo]
logoText = "dotya.ml"
logoHomeLink = "/"
2019-10-19 11:41:54 +02:00
2019-10-18 22:59:56 +02:00
[[params.social]]
name = "gitea"
url = "https://git.dotya.ml/"
alt = "gitea profile page"
[[params.social]]
name = "github"
url = "https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/"
alt = "github profile page"
2019-10-18 22:59:56 +02:00
2020-02-28 00:46:45 +01:00
[[params.social]]
name = "dockerhub"
url = "https://hub.docker.com/r/immawanderer/"
alt = "dockerhub profile page"
2019-10-15 17:42:42 +02:00
[languages]
[languages.en]
2019-10-18 22:59:56 +02:00
title = "dotya.ml"
2019-10-15 17:42:42 +02:00
subtitle = ""
keywords = "homepage, development, git, programming"
2019-10-18 22:59:56 +02:00
readOtherPosts = ""
2019-10-15 17:42:42 +02:00
[languages.en.params.logo]
2019-10-18 22:59:56 +02:00
logoText = "dotya.ml"
logoHomeLink = "/"
2019-10-15 17:42:42 +02:00
# You can create a language based menu
2019-10-15 17:42:42 +02:00
[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
2019-10-15 17:42:42 +02:00
[[languages.en.menu.main]]
identifier = "contact"
name = "contact"
url = "/contact/"
alt = "dotya.ml contact"
weight = 3
2019-10-15 17:42:42 +02:00
[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