richardnixon.dev-hugo/hugo.toml

125 lines
3 KiB
TOML

baseURL = "https://richardnixon.dev/"
title = "Richard Nixon"
theme = "PaperMod"
defaultContentLanguage = "pt-br"
defaultContentLanguageInSubdir = true
enableRobotsTXT = true
enableEmoji = false
buildFuture = false
buildDrafts = false
[pagination]
pagerSize = 20
[taxonomies]
tag = "tags"
[minify]
disableXML = true
minifyOutput = true
[markup]
[markup.goldmark.renderer]
unsafe = false
[markup.highlight]
noClasses = false
codeFences = true
guessSyntax = true
lineNos = false
style = "github"
tabWidth = 2
[outputs]
home = ["HTML", "RSS", "JSON"]
[languages]
[languages.pt-br]
languageName = "PT"
languageCode = "pt-BR"
contentDir = "content/pt-br"
weight = 1
title = "Richard Nixon"
[languages.pt-br.params]
description = "Notas de um engenheiro de software."
[languages.pt-br.params.homeInfoParams]
Title = "olá 👋"
Content = "engenheiro de software, foco em segurança e infraestrutura self-hosted. notas e experimentos."
[[languages.pt-br.menu.main]]
identifier = "writing"
name = "writing"
url = "/posts/"
weight = 1
[[languages.pt-br.menu.main]]
identifier = "about"
name = "about"
url = "/about/"
weight = 2
[[languages.pt-br.menu.main]]
identifier = "tags"
name = "tags"
url = "/tags/"
weight = 3
[languages.en]
languageName = "EN"
languageCode = "en-US"
contentDir = "content/en"
weight = 2
title = "Richard Nixon"
[languages.en.params]
description = "Notes from a software engineer."
[languages.en.params.homeInfoParams]
Title = "hi 👋"
Content = "software engineer focused on security and self-hosted infrastructure. notes and experiments."
[[languages.en.menu.main]]
identifier = "writing"
name = "writing"
url = "/posts/"
weight = 1
[[languages.en.menu.main]]
identifier = "about"
name = "about"
url = "/about/"
weight = 2
[[languages.en.menu.main]]
identifier = "tags"
name = "tags"
url = "/tags/"
weight = 3
[params]
env = "production"
author = "Richard Nixon"
defaultTheme = "auto"
disableThemeToggle = false
ShowReadingTime = true
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowWordCount = false
ShowRssButtonInSectionTermList = true
UseHugoToc = true
disableSpecial1stPost = false
disableScrollToTop = false
comments = false
hidemeta = false
hideSummary = false
ShowToc = false
TocOpen = false
[params.assets]
disableHLJS = true
disableFingerprinting = false
favicon = "/favicon.ico"
favicon16x16 = "/favicon-16x16.png"
favicon32x32 = "/favicon-32x32.png"
[[params.socialIcons]]
name = "rss"
url = "/feed.xml"
[[params.socialIcons]]
name = "email"
url = "mailto:rnixonaf@gmail.com"
[[params.socialIcons]]
name = "gitea"
url = "https://git.richardnixon.dev/richard"