hugo-theme-fha/hugo.toml

142 lines
3.6 KiB
TOML
Raw Normal View History

2024-09-01 14:27:23 +00:00
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
enableEmoji = true
summaryLength = 50
2024-09-01 14:27:23 +00:00
[permalinks]
post = "/:filename/"
[params]
description = "FHA's Theme for coding and blogging !"
2024-10-14 19:54:59 +00:00
darklighttogglemode = true
2024-09-01 14:27:23 +00:00
includeBootstrapJs = true
2024-10-14 19:54:59 +00:00
includejQueryJs = true
enablesearch = true
enablecopycode = true
2024-09-01 14:27:23 +00:00
search_minify = true
2024-09-03 21:40:25 +00:00
contentBackgroundColor = "#CFCFCF"
2024-09-01 14:27:23 +00:00
contentTextColor = "#212529"
contentLinkColor = "#5e807fff"
contentLinkHoverColor = "#5e807fff"
navbarBackgroundColor = "#2a2d34ff"
navbarForegroundColor = "#5e807fff"
navbarLinkColor = "rgba(236, 200, 175, 0.75)"
navbarLinkHoverColor = "rgba(206, 121, 107, 1)"
wrapperMaxWidth = "1280px"
customDateFormat = "Jan 2, 2006"
customCodeStyle = true
customBlockquoteStyle = true
showPostSummary = false
[menu]
[[menu.nav]]
name = 'Home'
pageRef = '/'
weight = 10
[[menu.nav]]
name = 'Posts'
pageRef = '/posts'
weight = 20
[[menu.nav]]
name = 'Tags'
pageRef = '/tags'
weight = 30
[[menu.nav]]
name = 'About'
pageRef = '/about'
weight = 100
[[menu.nav]]
identifier = "pAbout"
name = "About"
url = "/about"
parent = "About"
weight = 10
[[menu.nav]]
identifier = "pCv"
name = "CV"
url = "/cv"
parent = "About"
weight = 20
[module]
[module.hugoVersion]
extended = false
2024-10-14 19:54:59 +00:00
min = "0.135.0"
2024-09-01 14:27:23 +00:00
[markup]
[markup.goldmark]
duplicateResourceFiles = false
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
linkifyProtocol = 'https'
strikethrough = true
table = true
taskList = true
[markup.goldmark.extensions.cjk]
eastAsianLineBreaks = false
eastAsianLineBreaksStyle = 'simple'
enable = false
escapedSpace = false
[markup.goldmark.extensions.extras]
[markup.goldmark.extensions.extras.delete]
enable = false
[markup.goldmark.extensions.extras.insert]
enable = false
[markup.goldmark.extensions.extras.mark]
enable = false
[markup.goldmark.extensions.extras.subscript]
enable = false
[markup.goldmark.extensions.extras.superscript]
enable = false
[markup.goldmark.extensions.passthrough]
enable = false
[markup.goldmark.extensions.passthrough.delimiters]
block = []
inline = []
[markup.goldmark.extensions.typographer]
apostrophe = '’'
disable = false
ellipsis = '…'
emDash = '—'
enDash = '–'
leftAngleQuote = '«'
leftDoubleQuote = '“'
leftSingleQuote = '‘'
rightAngleQuote = '»'
rightDoubleQuote = '”'
rightSingleQuote = '’'
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'github'
wrapStandAloneImageWithinParagraph = true
[markup.goldmark.parser.attribute]
block = true
2024-09-01 14:27:23 +00:00
title = true
[markup.goldmark.renderHooks]
[markup.goldmark.renderHooks.image]
enableDefault = false
[markup.goldmark.renderHooks.link]
enableDefault = false
[markup.goldmark.renderer]
hardWraps = false
unsafe = false
xhtml = false
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
lineAnchors = ' '
lineNoStart = 1
lineNos=true
lineNumbersInTable=true
noClasses = false
noHl = false
style = 'monokai'
tabWidth = 4
[outputs]
home = ["HTML", "RSS", "JSON"]