samsapti.dev/config.toml
2022-05-20 21:14:36 +02:00

54 lines
1.1 KiB
TOML

baseURL = "https://samsapti.dev/"
languageCode = "en-us"
title = "Sam Al-Sapti"
theme = "hermit"
[author]
name = "Sam Al-Sapti"
[blackfriday]
noreferrerLinks = true
[taxonomies]
tag = "tags"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
themeColor = "#494F5C"
homeSubtitle = "My personal website"
bgImg = "/bg.png"
footerCopyright = ' &#183; <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="noopener me">CC BY-NC-SA 4.0</a>'
relatedPosts = false
code_copy_button = true
[[params.social]]
name = "facebook"
url = "https://www.fsf.org/fb"
[[params.social]]
name = "mastodon"
url = "https://social.data.coop/@samsapti"
[[params.social]]
name = "github"
url = "https://github.com/samsapti"
[[params.social]]
name = "email"
url = "mailto:sam@sapti.me"
[menu]
[[menu.main]]
name = "About"
url = "about/"
weight = 10
[[menu.main]]
name = "Posts"
url = "posts/"
weight = 20