ivn.sh-conf/config.toml
Ivan Schaller e53c36e946 update projects
Signed-off-by: Ivan Schaller <ivan@schaller.sh>
2024-07-28 19:20:13 +02:00

118 lines
2.3 KiB
TOML

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