homepage/config.toml
wanderer 8a1821c416
All checks were successful
continuous-integration/drone/push Build is passing
Add info about DNSCrypt resolver (#29)
update hadolint to v2.6.0-alpine and add an IGNORE to Dockerfile to make
sure the linter is up to date and all errors are resolved, resulting ina passing build.
the ignore is added as the issue is not too big of a deal (at least not
ATM).

* 55d9852 - fix: make hadolint pass <surtur>
* 8f2e192 - about, posts: add dnscrypt <surtur>

Co-authored-by: surtur <a_mirre@utb.cz>
Reviewed-on: #29
Co-authored-by: wanderer <wanderer@noreply.git.dotya.ml>
Co-committed-by: wanderer <wanderer@noreply.git.dotya.ml>
2021-08-08 00:36:37 +02:00

100 lines
2.4 KiB
INI

baseurl = "/"
languageCode = "en-gb"
defaultContentLanguage = "en"
theme = "hermit"
enableGitInfo = true
pygmentsCodefences = true
pygmentsUseClasses = true
enableEmoji = true
[author]
name = "dotya.ml"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-02-01"
dateformNumTime = "2006-02-01T15:04+00:00"
# 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"
# 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.en]
title = "dotya.ml"
subtitle = ""
keywords = "homepage, development, git, programming"
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