Rename assets, combine configuration files
This commit is contained in:
parent
a8a718ec75
commit
8df5feb517
6 changed files with 45 additions and 55 deletions
Before Width: | Height: | Size: 4.4 MiB After Width: | Height: | Size: 4.4 MiB |
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 192 KiB |
|
@ -1,33 +0,0 @@
|
||||||
theme = "blowfish"
|
|
||||||
defaultContentLanguage = "en"
|
|
||||||
enableRobotsTXT = true
|
|
||||||
summaryLength = 0
|
|
||||||
buildDrafts = false
|
|
||||||
buildFuture = false
|
|
||||||
googleAnalytics = ""
|
|
||||||
baseURL = "/"
|
|
||||||
|
|
||||||
[pagination]
|
|
||||||
pagerSize = 10
|
|
||||||
|
|
||||||
[imaging]
|
|
||||||
anchor = "Center"
|
|
||||||
|
|
||||||
[taxonomies]
|
|
||||||
tag = "tags"
|
|
||||||
category = "categories"
|
|
||||||
author = "authors"
|
|
||||||
series = "series"
|
|
||||||
|
|
||||||
[sitemap]
|
|
||||||
changefreq = "daily"
|
|
||||||
filename = "sitemap.xml"
|
|
||||||
priority = 0.5
|
|
||||||
|
|
||||||
[outputs]
|
|
||||||
home = [ "HTML", "RSS", "JSON" ]
|
|
||||||
|
|
||||||
[related]
|
|
||||||
threshold = 0
|
|
||||||
toLower = false
|
|
||||||
indices = [ { name = "tags", weight = 100 }, { name = "categories", weight = 100 }, { name = "series", weight = 50 }, { name = "authors", weight = 20 }, { name = "date", weight = 10 }, { applyFilter = false, name = "fragmentrefs", type = "fragments", weight = 10 } ]
|
|
|
@ -1,18 +0,0 @@
|
||||||
languageCode = "en"
|
|
||||||
languageName = "English"
|
|
||||||
weight = 1
|
|
||||||
title = "JeremyStar™"
|
|
||||||
|
|
||||||
[params]
|
|
||||||
displayName = "EN"
|
|
||||||
isoCode = "en"
|
|
||||||
rtl = false
|
|
||||||
dateFormat = "2 January 2006"
|
|
||||||
description = "JeremyStar™'s persönliche Webseite"
|
|
||||||
logo = "Base.png"
|
|
||||||
secondaryLogo = "Base.png"
|
|
||||||
|
|
||||||
[author]
|
|
||||||
name = "JeremyStar™"
|
|
||||||
image = "foxxo.jpg"
|
|
||||||
headline = ""
|
|
|
@ -27,7 +27,7 @@ showMoreLinkDest = "/posts"
|
||||||
cardView = false
|
cardView = false
|
||||||
cardViewScreenWidth = false
|
cardViewScreenWidth = false
|
||||||
layoutBackgroundBlur = false
|
layoutBackgroundBlur = false
|
||||||
homepageImage = "NeodymAdminApartment.png"
|
homepageImage = "background.png"
|
||||||
|
|
||||||
[article]
|
[article]
|
||||||
showDate = true
|
showDate = true
|
||||||
|
|
47
hugo.toml
47
hugo.toml
|
@ -1,3 +1,44 @@
|
||||||
baseURL = 'https://jstm.staropensource.de/'
|
# Site
|
||||||
languageCode = 'en-us'
|
title = "JeremyStar™"
|
||||||
title = 'JeremyStar™'
|
baseURL = "/"
|
||||||
|
languageName = "English"
|
||||||
|
languageCode = "en"
|
||||||
|
defaultContentLanguage = "en"
|
||||||
|
enableRobotsTXT = true
|
||||||
|
summaryLength = 0
|
||||||
|
weight = 1
|
||||||
|
theme = "blowfish"
|
||||||
|
|
||||||
|
# Regional stuff
|
||||||
|
[params]
|
||||||
|
copyright = "🄯 2024 JeremyStar™, licensed under the [Creative Commons BY-NC-SA 4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)"
|
||||||
|
displayName = "EN"
|
||||||
|
isoCode = "en"
|
||||||
|
rtl = false
|
||||||
|
dateFormat = "2 January 2006"
|
||||||
|
description = "JeremyStar™'s personal website"
|
||||||
|
logo = "logo.png"
|
||||||
|
secondaryLogo = "logo.png"
|
||||||
|
|
||||||
|
# Author info (never shown tho)
|
||||||
|
[author]
|
||||||
|
name = "JeremyStar™"
|
||||||
|
image = "foxxo.jpg"
|
||||||
|
headline = ""
|
||||||
|
|
||||||
|
# Layout
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 10
|
||||||
|
|
||||||
|
[imaging]
|
||||||
|
anchor = "Center"
|
||||||
|
|
||||||
|
# Sitemap
|
||||||
|
[sitemap]
|
||||||
|
changefreq = "daily"
|
||||||
|
filename = "sitemap.xml"
|
||||||
|
priority = 0.5
|
||||||
|
|
||||||
|
# Output
|
||||||
|
[outputs]
|
||||||
|
home = [ "HTML", "RSS", "JSON" ]
|
||||||
|
|
Loading…
Reference in a new issue