a LOT of changes
This commit is contained in:
92
hugo.toml
92
hugo.toml
@@ -10,6 +10,62 @@ summaryLength = "10"
|
||||
[params]
|
||||
# DoIt theme version
|
||||
version = "0.2.X"
|
||||
[params.header]
|
||||
desktopMode = "fixed"
|
||||
mobileMode = "auto"
|
||||
themeChangeMode = "switch"
|
||||
[params.header.title]
|
||||
# URL of the LOGO
|
||||
logo = "/images/avatar.png"
|
||||
# title name
|
||||
name = "blog.janishutz.com"
|
||||
pre = ""
|
||||
post = ""
|
||||
typeit = false
|
||||
[params.footer]
|
||||
enable = true
|
||||
custom = ''
|
||||
hugo = true
|
||||
copyright = true
|
||||
author = true
|
||||
since = 2023
|
||||
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
|
||||
[params.social]
|
||||
RSS = true
|
||||
GitHub = 'simplePCBuilding'
|
||||
[params.home]
|
||||
rss = 10
|
||||
[params.home.profile]
|
||||
social = true
|
||||
enable = true
|
||||
avatarLinkURL = "https://janishutz.com"
|
||||
title = "<h1>blog.janishutz.com</h1>"
|
||||
subtitle = "Technology, Linux, Development"
|
||||
avatarURL = "/images/avatar.png"
|
||||
[params.page]
|
||||
seriesNavigation = true
|
||||
lightgallery = true
|
||||
[params.home.posts]
|
||||
enable = true
|
||||
paginate = 6
|
||||
defaultHiddenFromHomePage = false
|
||||
[params.page.toc]
|
||||
enable = true
|
||||
keepStatic = false
|
||||
auto = true
|
||||
[params.page.code]
|
||||
copy = true
|
||||
maxShownLines = 10
|
||||
[params.page.related]
|
||||
enable = true
|
||||
count = 5
|
||||
|
||||
|
||||
[author]
|
||||
name = 'Janis Hutz'
|
||||
email = 'development@janishutz.com'
|
||||
link = 'https://janishutz.com'
|
||||
avatar = '/images/avatar.png'
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
@@ -39,6 +95,14 @@ summaryLength = "10"
|
||||
url = "/categories/"
|
||||
title = ""
|
||||
weight = 3
|
||||
[[menu.main]]
|
||||
identifier = "series"
|
||||
pre = ""
|
||||
post = ""
|
||||
name = "Series"
|
||||
url = "/series/"
|
||||
title = ""
|
||||
weight = 4
|
||||
|
||||
# Markup related configuration in Hugo
|
||||
[markup]
|
||||
@@ -46,3 +110,31 @@ summaryLength = "10"
|
||||
[markup.highlight]
|
||||
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
|
||||
noClasses = false
|
||||
codeFences = true
|
||||
lineNos = true
|
||||
lineNumbersInTable = true
|
||||
guessSyntax = true
|
||||
[markup.tableOfContents]
|
||||
startLevel = 1
|
||||
endLevel = 10
|
||||
|
||||
[related]
|
||||
includeNewer = true
|
||||
toLower = true
|
||||
[[related.indices]]
|
||||
name = 'series'
|
||||
weight = 100
|
||||
|
||||
[taxonomies]
|
||||
author = "authors"
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
series = "series"
|
||||
|
||||
[outputs]
|
||||
# DoIt CHANGED | 0.2.0
|
||||
home = ["HTML", "RSS"]
|
||||
page = ["HTML"]
|
||||
section = ["HTML", "RSS"]
|
||||
taxonomy = ["HTML", "RSS"]
|
||||
taxonomyTerm = ["HTML"]
|
||||
|
Reference in New Issue
Block a user