diff --git a/.gitmodules b/.gitmodules
index de274c0..8e490d0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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
diff --git a/config.toml b/config.toml
index 1142ae2..5e36b9a 100644
--- a/config.toml
+++ b/config.toml
@@ -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]]
+[[menu.main]]
+ weight = 1
+ identifier = "home"
+ name = "Home"
+ pre = ""
+ url = "/"
+[[menu.main]]
+ weight = 2
+ identifier = "categories"
+ name = "Categories"
+ pre = ""
+ url = "/categories"
+[[menu.main]]
+ weight = 3
+ identifier = "tags"
+ name = "Tags"
+ pre = ""
+ url = "/tags"
+
+[[menu.misc]]
+ weight = 0
+ identifier = "rss"
+ name = "RSS"
+ pre = ""
+ 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"
diff --git a/themes/Tranquilpeak b/themes/Tranquilpeak
new file mode 160000
index 0000000..3b5676a
--- /dev/null
+++ b/themes/Tranquilpeak
@@ -0,0 +1 @@
+Subproject commit 3b5676afca7e667fc0d5c7f012c2ad00ca6dd9f0