ivn.sh-conf/config.toml

119 lines
2.3 KiB
TOML
Raw Permalink Normal View History

baseurl = "https://ivn.sh"
title = "ivn.sh - Ivan Schaller"
languageCode = "en-us"
paginate = 10
timeZone = "Europe/Zurich"
2021-11-10 20:48:49 +01:00
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
2021-11-10 20:48:49 +01:00
buildDrafts = false
buildFuture = false
2021-11-10 20:48:49 +01:00
buildExpired = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = false
enableEmoji = true
2021-11-10 20:48:49 +01:00
enableMissingTranslationPlaceholders = false
disableRSS = true
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
2021-11-10 20:48:49 +01:00
disableKinds = [
"taxonomy",
"term",
"taxonomyTerm",
]
2021-11-10 20:48:49 +01:00
2021-11-11 00:39:14 +01:00
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
2021-11-10 20:48:49 +01:00
[taxonomies]
category = "categories"
tag = "tags"
2021-11-10 20:48:49 +01:00
[author]
name = "Ivan Schaller"
2021-11-10 20:48:49 +01:00
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
2021-11-10 20:48:49 +01:00
# Subtitle for home
homeTitle = "Ivan Schaller"
homeSubtitle = "DevOps Engineer | Network Engineer"
homeLinktext = "Find or contact me on other platforms"
2021-11-10 23:11:25 +01:00
# Set a background for the homepage
# backgroundImage = "assets/images/background.jpg"
2021-11-10 23:11:25 +01:00
# With this option on, the page user is able to set the scheme he wants.
enableThemeToggle = true
2021-11-10 20:48:49 +01:00
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = true
2021-11-10 20:48:49 +01:00
# Enable sharing buttons, if you like
enableSharingButtons = false
2021-11-10 20:48:49 +01:00
enableGlobalLanguageMenu = false
2021-11-10 23:11:25 +01:00
# Metadata mostly used in document's head
description = "Personal site of Ivan Schaller"
keywords = "homepage, blog"
images = [""]
2021-11-10 20:48:49 +01:00
[params.logo]
logoMark = ">"
logoText = "ivn.sh - Ivan Schaller"
logoHomeLink = "/"
2021-11-10 20:48:49 +01:00
[params.footer]
trademark = true
rss = false
copyright = true
author = true
2021-11-10 20:48:49 +01:00
topText = []
2021-11-10 20:48:49 +01:00
# Menu entrys
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 1
[menu.main.params]
class = 'bold'
2022-07-28 21:28:59 +02:00
2021-11-10 20:48:49 +01:00
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects"
weight = 2
2022-07-28 21:28:59 +02:00
2021-11-10 20:48:49 +01:00
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
weight = 3
2021-11-10 20:48:49 +01:00
# [[menu.main]]
# identifier = "links"
# name = "Links"
# url = "https://links.ivn.sh/"
# weight = 4
2021-11-10 20:48:49 +01:00
[[params.social]]
name = "email"
url = "mailto:ivan@schaller.sh"
2021-11-10 20:48:49 +01:00
[[params.social]]
name = "github"
url = "https://github.com/olofvndrhr"