Neues Theme und erster Artikel
This commit is contained in:
parent
c4b8a628d7
commit
0d50393d8a
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "themes/FixIt"]
|
[submodule "themes/FixIt"]
|
||||||
path = themes/FixIt
|
path = themes/FixIt
|
||||||
url = https://github.com/hugo-fixit/FixIt.git
|
url = https://github.com/hugo-fixit/FixIt.git
|
||||||
|
[submodule "themes/Tranquilpeak"]
|
||||||
|
path = themes/Tranquilpeak
|
||||||
|
url = https://github.com/kakawait/hugo-tranquilpeak-theme.git
|
||||||
|
49
config.toml
49
config.toml
@ -1,20 +1,56 @@
|
|||||||
baseURL = "https://creative.br0tkasten.de/"
|
baseURL = "https://creative.br0tkasten.de/"
|
||||||
languageCode = "de"
|
languageCode = "de"
|
||||||
title = "Creative Crafter"
|
title = "Creative Crafter"
|
||||||
theme = "FixIt"
|
theme = "Tranquilpeak"
|
||||||
publishdir = "/var/www/localhost/htdocs"
|
publishdir = "/var/www/localhost/htdocs"
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
tag = "tags"
|
||||||
|
category = "categories"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[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]
|
[params]
|
||||||
version = "0.2.X"
|
version = "0.2.X"
|
||||||
description = "my creative space"
|
description = "my creative space"
|
||||||
defaultTheme = "auto"
|
defaultTheme = "auto"
|
||||||
dateFormat = "2006-01-02"
|
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]
|
[params.app]
|
||||||
# title = "Creative Crafter"
|
title = "Creative Crafter"
|
||||||
noFavicon = false
|
noFavicon = false
|
||||||
svgFavicon = ""
|
svgFavicon = ""
|
||||||
themeColor = "#ffffff"
|
themeColor = "#ffffff"
|
||||||
@ -40,7 +76,7 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
mobileMode = "auto"
|
mobileMode = "auto"
|
||||||
[params.header.title]
|
[params.header.title]
|
||||||
name = ""
|
name = ""
|
||||||
logo = "/logo.png"
|
logo = "/logo.jpeg"
|
||||||
|
|
||||||
[params.footer]
|
[params.footer]
|
||||||
enable = true
|
enable = true
|
||||||
@ -65,7 +101,7 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
rss = 10
|
rss = 10
|
||||||
[params.home.profile]
|
[params.home.profile]
|
||||||
enable = true
|
enable = true
|
||||||
avatarURL = "/avatar.png"
|
avatarURL = "/logo.jpeg"
|
||||||
title = "my creative space"
|
title = "my creative space"
|
||||||
subtitle = ""
|
subtitle = ""
|
||||||
typeit = true
|
typeit = true
|
||||||
@ -227,7 +263,8 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
name = "matt"
|
name = "matt"
|
||||||
email = "matt@br0tkasten.de"
|
email = "matt@br0tkasten.de"
|
||||||
link = ""
|
link = ""
|
||||||
avatar = "/avatar.png"
|
picture = "/logo.jpeg"
|
||||||
|
avatar = "/logo.jpeg"
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
changefreq = "weekly"
|
changefreq = "weekly"
|
||||||
|
1
themes/Tranquilpeak
Submodule
1
themes/Tranquilpeak
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 3b5676afca7e667fc0d5c7f012c2ad00ca6dd9f0
|
Loading…
x
Reference in New Issue
Block a user