samsapti.dev/config.toml

96 lines
2.1 KiB
TOML

baseURL = "https://samsapti.dev"
title = "Sam Al-Sapti"
languageCode = "en-uk"
theme = "hugo-coder"
defaultContentLanguage = "en"
paginate = 20
pygmentsStyle = "bw"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
enableEmoji = true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
[params]
author = "Sam Al-Sapti"
license = '<a rel="noopener noreferrer license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-NC-SA 4.0</a>'
description = "Sam Al-Sapti's personal website"
keywords = "blog,developer,personal"
info = ["BSc Student", "Software Developer"]
avatarURL = "/images/avatar.png"
dateFormat = "January 2, 2006"
since = 2022
colorScheme = "auto"
hideColorSchemeToggle = false
maxSeeAlsoItems = 5
[[params.social]]
name = "Mastodon"
icon = "fa fa-2x fa-mastodon"
weight = 1
url = "https://social.data.coop/@samsapti"
target = "_blank"
rel = "noopener noreferrer me"
[[params.social]]
name = "GitHub"
icon = "fa fa-2x fa-github"
weight = 2
url = "https://github.com/samsapti"
target = "_blank"
rel = "noopener noreferrer me"
[[params.social]]
name = "Gitea"
icon = "fa fa-2x fa-git-square"
weight = 3
url = "https://git.data.coop/samsapti"
target = "_blank"
rel = "noopener noreferrer me"
[[params.social]]
name = "RSS"
icon = "fa fa-2x fa-rss"
weight = 4
url = "/index.xml"
target = "_blank"
rel = "alternate"
type = "application/rss+xml"
[languages.en]
languageName = ":uk:"
[[languages.en.menu.main]]
name = "About"
weight = 1
url = "about/"
[[languages.en.menu.main]]
name = "Blog"
weight = 2
url = "posts/"
[[languages.en.menu.main]]
name = "Contact"
weight = 3
url = "contact/"
[languages.da]
languageName = ":denmark:"
[languages.da.params]
info = ["BSc Studerende", "Softwareudvikler"]
description = "Sam Al-Saptis personlige hjemmeside"
keywords = "blog,udvikler,personlig"
[[languages.da.menu.main]]
name = "Om"
weight = 1
url = "about/"
[[languages.da.menu.main]]
name = "Blog"
weight = 2
url = "posts/"
[[languages.da.menu.main]]
name = "Kontakt"
weight = 3
url = "contact/"