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"]
|
[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,56 +1,20 @@
|
|||||||
baseURL = "https://creative.br0tkasten.de/"
|
baseURL = "https://creative.br0tkasten.de/"
|
||||||
languageCode = "de"
|
languageCode = "de"
|
||||||
title = "Creative Crafter"
|
title = "Creative Crafter"
|
||||||
theme = "Tranquilpeak"
|
theme = "FixIt"
|
||||||
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"
|
||||||
@ -76,7 +40,7 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
mobileMode = "auto"
|
mobileMode = "auto"
|
||||||
[params.header.title]
|
[params.header.title]
|
||||||
name = ""
|
name = ""
|
||||||
logo = "/logo.jpeg"
|
logo = "/logo.png"
|
||||||
|
|
||||||
[params.footer]
|
[params.footer]
|
||||||
enable = true
|
enable = true
|
||||||
@ -101,7 +65,7 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
rss = 10
|
rss = 10
|
||||||
[params.home.profile]
|
[params.home.profile]
|
||||||
enable = true
|
enable = true
|
||||||
avatarURL = "/logo.jpeg"
|
avatarURL = "/avatar.png"
|
||||||
title = "my creative space"
|
title = "my creative space"
|
||||||
subtitle = ""
|
subtitle = ""
|
||||||
typeit = true
|
typeit = true
|
||||||
@ -263,8 +227,7 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
name = "matt"
|
name = "matt"
|
||||||
email = "matt@br0tkasten.de"
|
email = "matt@br0tkasten.de"
|
||||||
link = ""
|
link = ""
|
||||||
picture = "/logo.jpeg"
|
avatar = "/avatar.png"
|
||||||
avatar = "/logo.jpeg"
|
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
changefreq = "weekly"
|
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