Compare commits
No commits in common. "5e506fcbf124e2f95e9f86a662018d0d1df99a7c" and "c4b8a628d737b669b3ae40beaff6cb0452bca198" have entirely different histories.
5e506fcbf1
...
c4b8a628d7
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,3 @@
|
||||
[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,56 +1,20 @@
|
||||
baseURL = "https://creative.br0tkasten.de/"
|
||||
languageCode = "de"
|
||||
title = "Creative Crafter"
|
||||
theme = "Tranquilpeak"
|
||||
theme = "FixIt"
|
||||
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"
|
||||
[[menu.main]]
|
||||
|
||||
[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"
|
||||
@ -76,7 +40,7 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
mobileMode = "auto"
|
||||
[params.header.title]
|
||||
name = ""
|
||||
logo = "/logo.jpeg"
|
||||
logo = "/logo.png"
|
||||
|
||||
[params.footer]
|
||||
enable = true
|
||||
@ -101,7 +65,7 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
rss = 10
|
||||
[params.home.profile]
|
||||
enable = true
|
||||
avatarURL = "/logo.jpeg"
|
||||
avatarURL = "/avatar.png"
|
||||
title = "my creative space"
|
||||
subtitle = ""
|
||||
typeit = true
|
||||
@ -263,8 +227,7 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
name = "matt"
|
||||
email = "matt@br0tkasten.de"
|
||||
link = ""
|
||||
picture = "/logo.jpeg"
|
||||
avatar = "/logo.jpeg"
|
||||
avatar = "/avatar.png"
|
||||
|
||||
[sitemap]
|
||||
changefreq = "weekly"
|
||||
|
@ -1,12 +0,0 @@
|
||||
---
|
||||
title: "Klick the Witch"
|
||||
categories:
|
||||
- Spiele
|
||||
thumbnailImage: /spiele/klick-the-witch/logo.png
|
||||
---
|
||||
|
||||
[Neueste Version hier online spielen](/spiele/klick-the-witch/witch.html)
|
||||
|
||||
### screenshots
|
||||

|
||||

|
BIN
static/logo.jpeg
BIN
static/logo.jpeg
Binary file not shown.
Before Width: | Height: | Size: 100 KiB |
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
Binary file not shown.
Before Width: | Height: | Size: 122 KiB |
Binary file not shown.
Before Width: | Height: | Size: 842 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
Subproject commit 3b5676afca7e667fc0d5c7f012c2ad00ca6dd9f0
|
Loading…
x
Reference in New Issue
Block a user