1
0

Neues Theme und erster Artikel

This commit is contained in:
matt 2023-06-16 12:56:08 +02:00
parent c4b8a628d7
commit 0d50393d8a
3 changed files with 47 additions and 6 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "themes/FixIt"]
path = themes/FixIt
url = https://github.com/hugo-fixit/FixIt.git
[submodule "themes/Tranquilpeak"]
path = themes/Tranquilpeak
url = https://github.com/kakawait/hugo-tranquilpeak-theme.git

View File

@ -1,20 +1,56 @@
baseURL = "https://creative.br0tkasten.de/"
languageCode = "de"
title = "Creative Crafter"
theme = "FixIt"
theme = "Tranquilpeak"
publishdir = "/var/www/localhost/htdocs"
[taxonomies]
tag = "tags"
category = "categories"
[menu]
[[menu.main]]
weight = 1
identifier = "home"
name = "Home"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-home\" aria-hidden=\"true\"></i>"
url = "/"
[[menu.main]]
weight = 2
identifier = "categories"
name = "Categories"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-bookmark\" aria-hidden=\"true\"></i>"
url = "/categories"
[[menu.main]]
weight = 3
identifier = "tags"
name = "Tags"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-tags\" aria-hidden=\"true\"></i>"
url = "/tags"
[[menu.misc]]
weight = 0
identifier = "rss"
name = "RSS"
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-rss\" aria-hidden=\"true\"></i>"
url = "/index.xml"
[params]
version = "0.2.X"
description = "my creative space"
defaultTheme = "auto"
dateFormat = "2006-01-02"
sidebarBehavior = 1
thumbnailImage = true
thumbnailImagePosition = "right"
autoThumbnailImage = true
coverImage = "cover-v1.2.0.jpg"
imageGallery = true
hierarchicalCategories = true
syntaxHighlighter = 'highlight.js'
[params.app]
# title = "Creative Crafter"
title = "Creative Crafter"
noFavicon = false
svgFavicon = ""
themeColor = "#ffffff"
@ -40,7 +76,7 @@ publishdir = "/var/www/localhost/htdocs"
mobileMode = "auto"
[params.header.title]
name = ""
logo = "/logo.png"
logo = "/logo.jpeg"
[params.footer]
enable = true
@ -65,7 +101,7 @@ publishdir = "/var/www/localhost/htdocs"
rss = 10
[params.home.profile]
enable = true
avatarURL = "/avatar.png"
avatarURL = "/logo.jpeg"
title = "my creative space"
subtitle = ""
typeit = true
@ -227,7 +263,8 @@ publishdir = "/var/www/localhost/htdocs"
name = "matt"
email = "matt@br0tkasten.de"
link = ""
avatar = "/avatar.png"
picture = "/logo.jpeg"
avatar = "/logo.jpeg"
[sitemap]
changefreq = "weekly"

1
themes/Tranquilpeak Submodule

@ -0,0 +1 @@
Subproject commit 3b5676afca7e667fc0d5c7f012c2ad00ca6dd9f0