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"]
|
||||
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
|
||||
|
49
config.toml
49
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 = "<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
1
themes/Tranquilpeak
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 3b5676afca7e667fc0d5c7f012c2ad00ca6dd9f0
|
Loading…
x
Reference in New Issue
Block a user