Jafner.net/Jafner.dev/hugo.toml

133 lines
3.0 KiB
TOML

baseURL = "https://jafner.dev"
title = "Jafner.dev"
languageCode = "en-us"
theme = "hello-friend-ng"
PygmentsCodeFences = true
PygmentsStyle = "monokai"
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 = false
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
[permalinks]
posts = "/:title/"
# posts = "/posts/:year/:month/:title/"
[blackfriday]
hrefTargetBlank = true
[taxonomies]
tag = "tags"
category = "categories"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
description = "Personal site for Joey Hafner"
keywords = ""
images = [""]
homeSubtitle = "Personal portfolio website for Joey Hafner"
disableReadOtherPosts = false
enableThemeToggle = false
enableSharingButtons = true
enableGlobalLanguageMenu = false
customCSS = []
customJS = []
justifyContent = false # Set "text-align: justify" to .post-content.
[params.author]
name = "Joey Hafner"
[params.footer]
trademark = 2023
rss = true
copyright = true
author = true
topText = []
bottomText = [
"Powered by <a href=\"http://gohugo.io\">Hugo</a>",
"Theme made with &#10084; by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
]
[params.favicon.color]
mask = "#1b1c1d"
msapplication = "#1b1c1d"
theme = "#1b1c1d"
[params.logo]
logoMark = ">"
logoText = "$ ~/"
logoHomeLink = "/"
[[params.social]]
name = "discord"
url = "https://discordapp.com/users/124394980725751808"
[[params.social]]
name = "email"
url = "mailto:joey@jafner.net"
[[params.social]]
name = "github"
url = "https://github.com/Jafner"
[[params.social]]
name = "gitea"
url = "https://gitea.jafner.tools/Jafner"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/joey-hafner-b8977a107/"
[[params.social]]
name = "reddit"
url = "https://www.reddit.com/user/jafner425"
[languages]
[languages.en]
weight = 1
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.en.params]
subtitle = "Hello Friend NG Theme"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "about"
weight = 10
[[menu.main]]
identifier = "experience"
name = "Experience"
url = "experience"
weight = 20
[[menu.main]]
identifier = "articles"
name = "Articles"
url = "articles"
weight = 30
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "projects"
weight = 40