homepage/config.toml
surtur 9c6215d9a1
All checks were successful
continuous-integration/drone/push Build is passing
chore: bump hugo to v0.115.3
the hugo bump required updating some configuration fields, those are
thus part of this change set
2023-07-20 16:21:41 +02:00

109 lines
2.6 KiB
INI

baseurl = "/"
languageCode = "en-gb"
defaultContentLanguage = "en"
theme = "hermit"
enableGitInfo = true
pygmentsCodefences = true
pygmentsUseClasses = true
pygmentsStyle = "fruity"
enableEmoji = true
[author]
name = "dotya.ml"
[taxonomies]
tag = 'tags'
[permalinks]
posts = '/:year/:month/:title/'
[params]
dateform = "02 Jan 2006"
dateformShort = "02 Jan"
dateformNum = "02 Jan 2006"
dateformNumTime = "Mon, 02 Jan 2006 15:04:05 -0700"
# Metadata mostly used in document's head
description = "dotya.ml homepage"
keywords = "homepage, development, git, programming"
images = [""]
themeColor = "#282a2b"
justifyContent = false
relatedPosts = true
gitUrl = "https://git.dotya.ml/dotya.ml/homepage/src/commit/"
# Directory name of your blog content (default is `content/posts`)
contentTypeName = "content/posts"
# 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>'
[params.logo]
logoText = "dotya.ml"
logoHomeLink = "/"
[[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"
[[params.social]]
name = "dockerhub"
url = "https://hub.docker.com/r/immawanderer/"
alt = "dockerhub profile page"
[languages]
[languages.logo.params.en]
logoText = "dotya.ml"
logoHomeLink = "/"
[languages.en]
title = "dotya.ml"
[languages.en.params]
keywords = "homepage, development, git, programming"
subtitle = "hello friend. hello friend? that's lame. maybe I should give you a name."
readOtherPosts = ""
# You can create a language based menu
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "about"
url = "/about/"
alt = "about dotya.ml"
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