Compare commits
120 Commits
5e506fcbf1
...
hugo
Author | SHA1 | Date | |
---|---|---|---|
43ea774c54 | |||
5c9ce1554b | |||
b42b0f63f7 | |||
4ebf78e036 | |||
7a81bf8437 | |||
3083c10586 | |||
cce40162c3 | |||
d09e7e76f1 | |||
5cefa1ff27 | |||
99c92aecdf | |||
7691c9b041 | |||
985e87b541 | |||
3b696d9502 | |||
f63fa944c2 | |||
504be03268 | |||
567c2e5a7f | |||
4809d918a2 | |||
29e375711d | |||
5cd6f0d74d | |||
3722004bb7 | |||
35911c849c | |||
991d82a256 | |||
1875765c4a | |||
68ad955818 | |||
88926f2f96 | |||
d2ba339893 | |||
2350a275f1 | |||
5904579fd7 | |||
36f52f008e | |||
632c18a0c7 | |||
0885a69c24 | |||
0d75c62a3d | |||
8753d3a2a0 | |||
a2555c492d | |||
edcc93ea66 | |||
b2c06f74ac | |||
d837c154b8 | |||
a0db6bdc22 | |||
819756b2d8 | |||
8c54ad67cf | |||
4fd9cd5afb | |||
1aefea162b | |||
5aa10ea390 | |||
c14215c6c8 | |||
d7fb401b0c | |||
8cd9e27e2e | |||
e1a9837bc6 | |||
571ba7f516 | |||
a285ba0cea | |||
64916ca306 | |||
8dba17aea5 | |||
82f846491f | |||
0ba91bd5cb | |||
1cefdd3207 | |||
c0bc06e037 | |||
d453363df4 | |||
65542ed001 | |||
c54e435a99 | |||
a3f0a392c6 | |||
b52aac6fcf | |||
0548bef57c | |||
4127af3640 | |||
b3f8943062 | |||
b276d40631 | |||
987e48c483 | |||
fcc81e1cbb | |||
b0594f6124 | |||
2647a19c01 | |||
14c118c3db | |||
bd2f45213a | |||
7046828f5d | |||
c086963c62 | |||
93562e99c8 | |||
4d2a848221 | |||
423f028b77 | |||
fd9daa8420 | |||
57b4634c79 | |||
1918dafff6 | |||
70fd5deb95 | |||
bd866c7980 | |||
df5f77d0da | |||
7c3908c611 | |||
f4f911c22d | |||
7d758f2ca2 | |||
cd0e5e4a1c | |||
6de08e5a7b | |||
d9a3863d1e | |||
b581290986 | |||
7f144aa5ed | |||
ab254a0ad7 | |||
6927e744e0 | |||
fb5f5fda50 | |||
37bc56f35c | |||
82e1bacc8d | |||
125509d4a2 | |||
64c980d51f | |||
cf7ac73f6f | |||
cbae86618e | |||
b86478734c | |||
a701b9cd5f | |||
7f1b454e7e | |||
5c8cb23802 | |||
f7a891f250 | |||
122c85cb6c | |||
91cd882d52 | |||
65fffb4524 | |||
cc2133c7ff | |||
7980e487cd | |||
ba2e4c41af | |||
9df64df593 | |||
fc026a3bef | |||
c569405289 | |||
4a6fa1c6e3 | |||
ecd6eb1d7b | |||
2f737b0ad7 | |||
395df9ff62 | |||
0481d16fbe | |||
6066f2b0b5 | |||
bbde89c99d | |||
7aed3f7a22 |
@ -1,2 +1,8 @@
|
||||
# www-creativecrafter-de
|
||||
|
||||
## lokalen Test-Server starten
|
||||
|
||||
```
|
||||
hugo server -M
|
||||
```
|
||||
|
||||
|
61
config.toml
@ -1,7 +1,7 @@
|
||||
baseURL = "https://creative.br0tkasten.de/"
|
||||
baseURL = "https://www.creative-crafter.de/"
|
||||
languageCode = "de"
|
||||
title = "Creative Crafter"
|
||||
theme = "Tranquilpeak"
|
||||
theme = "FixIt"
|
||||
publishdir = "/var/www/localhost/htdocs"
|
||||
|
||||
[taxonomies]
|
||||
@ -17,17 +17,29 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
url = "/"
|
||||
[[menu.main]]
|
||||
weight = 2
|
||||
identifier = "Spiele"
|
||||
name = "Spiele"
|
||||
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-gamepad\" aria-hidden=\"true\"></i>"
|
||||
url = "/categories/spiele"
|
||||
[[menu.main]]
|
||||
weight = 2
|
||||
identifier = "Link-Collection"
|
||||
name = "Link-Collection"
|
||||
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-link\" aria-hidden=\"true\"></i>"
|
||||
url = "/categories/link-collection"
|
||||
[[menu.main]]
|
||||
weight = 3
|
||||
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 = "mail"
|
||||
name = "Email"
|
||||
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-solid fa-envelope\" aria-hidden=\"true\"></i>"
|
||||
url = "mailto:info@creative-crafter.de"
|
||||
[[menu.misc]]
|
||||
weight = 0
|
||||
identifier = "rss"
|
||||
@ -75,8 +87,8 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
desktopMode = "fixed"
|
||||
mobileMode = "auto"
|
||||
[params.header.title]
|
||||
name = ""
|
||||
logo = "/logo.jpeg"
|
||||
name = "Creative Crafter"
|
||||
logo = ""
|
||||
|
||||
[params.footer]
|
||||
enable = true
|
||||
@ -101,7 +113,7 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
rss = 10
|
||||
[params.home.profile]
|
||||
enable = true
|
||||
avatarURL = "/logo.jpeg"
|
||||
avatarURL = "/schuessel.png"
|
||||
title = "my creative space"
|
||||
subtitle = ""
|
||||
typeit = true
|
||||
@ -115,8 +127,8 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
[params.social]
|
||||
Gitea = "https://git.br0tkasten.de/matt"
|
||||
Matrix = "@matt:matrix.br0tkasten.de"
|
||||
Email = "matt@br0tkasten.de"
|
||||
RSS = true # LoveIt NEW | 0.2.0
|
||||
Email = "info@creative-crafter.de"
|
||||
RSS = true
|
||||
|
||||
# LoveIt CHANGED | 0.2.0 Page config
|
||||
[params.page]
|
||||
@ -235,6 +247,21 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
polyfill = false
|
||||
objectFit = false
|
||||
|
||||
[params.author]
|
||||
name = "Creative Crafter"
|
||||
email = "info@creative-crafter.de"
|
||||
link = ""
|
||||
picture = "/schuessel.png"
|
||||
avatar = "/schuessel.png"
|
||||
|
||||
[author]
|
||||
name = "Creative Crafter"
|
||||
email = "info@creative-crafter.de"
|
||||
link = ""
|
||||
picture = "/schuessel.png"
|
||||
avatar = "/schuessel.png"
|
||||
|
||||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
@ -259,12 +286,6 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
startLevel = 2
|
||||
endLevel = 6
|
||||
|
||||
[author]
|
||||
name = "matt"
|
||||
email = "matt@br0tkasten.de"
|
||||
link = ""
|
||||
picture = "/logo.jpeg"
|
||||
avatar = "/logo.jpeg"
|
||||
|
||||
[sitemap]
|
||||
changefreq = "weekly"
|
||||
@ -295,4 +316,4 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
page = ["HTML", "MarkDown"]
|
||||
section = ["HTML", "RSS"]
|
||||
taxonomy = ["HTML", "RSS"]
|
||||
taxonomyTerm = ["HTML"]
|
||||
#taxonomyTerm = ["HTML"]
|
||||
|
16
content/link-collection/iron-man-8-pieces-helmet.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Iron man helmet 8 pieces"
|
||||
categories:
|
||||
- link-collection
|
||||
titleIcon: /link-collection/ironman.png
|
||||
---
|
||||
|
||||
<center>
|
||||
<img src="/link-collection/ironman.png" width="400">
|
||||
</center>
|
||||
|
||||
<center>
|
||||
<h2>
|
||||
<a href="https://hammer62.com/de-jp/collections/ironman-helmet/products/autoking-mk5">Der Link zur Webseite</a>
|
||||
</h2>
|
||||
</center>
|
23
content/link-collection/lego-tiny-plants.md
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "Lego Tiny Plants"
|
||||
categories:
|
||||
- link-collection
|
||||
titleIcon: /link-collection/lego-pflanze.jpeg
|
||||
---
|
||||
|
||||
<center>
|
||||
<img src="/link-collection/lego-pflanze.jpeg" width="400">
|
||||
</center>
|
||||
|
||||
<center>
|
||||
<h2>
|
||||
<a href="https://www.amazon.de/LEGO-10329-k%C3%BCnstliche-Collection-Terrakotta-Topf/dp/B01N6CH4YZ/ref=sr_1_2?crid=3PWMDFTZ8FXD1&dib=eyJ2IjoiMSJ9._75n0qO-YpajelaQ3F4sobWV0Wbr7ROWJ9sPnoTD6_Z9i_N5D64BBmcwPy_a1y-T88KqDuhlVDdyE1QpYo9n6h7aXF_kh5wsy7oMazuW90tQQfzssmCkcI9SyYV0CAQUMtgdRYTjljdAbfh-bzpCWUOqL2b2V3UOV2AKXGostIla1pe0gCXSFq2vaKRzOGTl5fMRr7pakjXiVQIqnf2_GlTjazRYVMa5VjUasdYcU2jCp5OILbzdRlbVIUxH2zHyi9mi-NHSP8a5IpSyC3AF5Zl_Q-K1BtYCdLBE3h0P4os.5o3cn-kk1WxUd6I0RQ4cxHys9Ub8KYDmk9X9XBJlB-w&dib_tag=se&keywords=lego%2Btiny%2Bplants&qid=1729366267&sprefix=tiny%2Blego%2Caps%2C115&sr=8-2&th=1">Amazon</a>
|
||||
</h2>
|
||||
</center>
|
||||
|
||||
|
||||
<center>
|
||||
<h2>
|
||||
<a href="https://www.lego.com/de-de/product/tiny-plants-10329">LEGO® Online-shop</a>
|
||||
</h2>
|
||||
</center>
|
34
content/link-collection/magflip.md
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
title: "MagFlip"
|
||||
categories:
|
||||
- link-collection
|
||||
titleIcon: /link-collection/magflip.jpeg
|
||||
---
|
||||
|
||||
<center>
|
||||
<img src="/link-collection/magflip.jpeg" width="600">
|
||||
</center>
|
||||
|
||||
<center>
|
||||
<h2>
|
||||
<a href="https://www.amazon.de/MagFlip-Geschicklichkeitsspiel-schwebe-Magnete-Kugellager-Erwachsene/dp/B0BQJ66VGT/ref=sr_1_1?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=3RM2P3E43GOWD&dib=eyJ2IjoiMSJ9.U0hWPDOeufRHm3XVhczK3gdTEcD_ncuKlSlmpgjl4ycs4_2bndpXfkms3EoSvOgmQVWdkREgQ-ZMcBWVyX9VgNfS-FPUC4oze5Dcu1lrO4Yc3LbizHB8241i7UpMhefcFFAYlp69TidoBtU30PwtURYcq2y-AMO_rQwUb3gBKyy1GAXuprvq1Ak289lRLbvSSUNWuFQiwno8HNC22nejhrAqIqO1_APeCgYz-67tr7O-mOaip9Yb1eeUjZrNN1QQRNM0lK3vluAZwYeMvTBUWTS92mMu6CPlLNxhAnjvAlM.FeNoSqgFWvO22Qep00TVSP7PY9CZ2RKsLU1IzWwWWsU&dib_tag=se&keywords=magflip&nsdOptOutParam=true&qid=1734866987&sprefix=magflip%2Caps%2C98&sr=8-1">Amazon</a>
|
||||
</h2>
|
||||
</center>
|
||||
|
||||
|
||||
<center>
|
||||
<h2>
|
||||
<a href="https://magflip.com/">MagFlip Webseite</a>
|
||||
</h2>
|
||||
</center>
|
||||
|
||||
|
||||
<center>
|
||||
<h2>
|
||||
<br>
|
||||
<br>
|
||||
-by Tomary/MagToys <br>
|
||||
<br>
|
||||
<a href="https://www.tomary.info/">Tomary Webseite</a>
|
||||
</h2>
|
||||
</center>
|
13
content/spiele/capybarajar.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Capybara Jump and Run"
|
||||
categories:
|
||||
- Spiele
|
||||
thumbnailImage: /spiele/capybara-jump-and-run/logo.svg
|
||||
---
|
||||
|
||||
[Neueste Version hier online spielen](/spiele/capybara-jump-and-run/cajuanru.html)
|
||||
|
||||
### screenshots
|
||||

|
||||
|
||||

|
13
content/spiele/flappy-witch.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Flappy Witch"
|
||||
categories:
|
||||
- Spiele
|
||||
thumbnailImage: /spiele/Flappy-Witch/logo.png
|
||||
---
|
||||
|
||||
[Neueste Version hier online spielen](/spiele/Flappy-Witch/FlappyWitch.html)
|
||||
|
||||
### screenshots
|
||||

|
||||
|
||||

|
13
content/spiele/fruit-or-no.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Fruit or Not"
|
||||
categories:
|
||||
- Spiele
|
||||
thumbnailImage: /spiele/fruit-or-no/logo.png
|
||||
---
|
||||
|
||||
[Neueste Version hier online spielen](/spiele/fruit-or-no/fruit-or-no.html)
|
||||
|
||||
### screenshots
|
||||

|
||||
|
||||

|
@ -9,4 +9,5 @@ thumbnailImage: /spiele/klick-the-witch/logo.png
|
||||
|
||||
### screenshots
|
||||

|
||||
|
||||

|
13
content/spiele/mathe-fussball.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Mathe-Fußball"
|
||||
categories:
|
||||
- Spiele
|
||||
thumbnailImage: /spiele/mathe-fussball/mathe-fussball-logo.png
|
||||
---
|
||||
|
||||
[Neueste Version hier online spielen](/spiele/mathe-fussball/mathe-fussball.html)
|
||||
|
||||
### screenshots
|
||||

|
||||
|
||||

|
11
content/spiele/nachrichten.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Schreibe eine Nachricht an Creative Crafter"
|
||||
categories:
|
||||
- Spiele
|
||||
thumbnailImage: /spiele/nachrichten/nachrichten-logo.png
|
||||
---
|
||||
|
||||
[Neueste Version hier online benutzen](/spiele/nachrichten/cc-spiele-nachrichten.html)
|
||||
|
||||
### screenshots
|
||||

|
13
content/spiele/sweets-for-animals.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Sweets for Animals"
|
||||
categories:
|
||||
- Spiele
|
||||
thumbnailImage: /spiele/sweets-for-animals/hintergrund3.png
|
||||
---
|
||||
|
||||
[Neueste Version hier online spielen](/spiele/sweets-for-animals/sweets-for-animals%20(2).html)
|
||||
|
||||
### screenshots
|
||||

|
||||
|
||||

|
BIN
static/cover.jpg
Normal file
After Width: | Height: | Size: 336 KiB |
BIN
static/images/cover-v1.2.0.jpg
Normal file
After Width: | Height: | Size: 708 KiB |
BIN
static/link-collection/ironman.png
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
static/link-collection/lego-pflanze.jpeg
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
static/link-collection/magflip.jpeg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
static/logo.jpeg
Before Width: | Height: | Size: 100 KiB |
BIN
static/menu-bak.png
Normal file
After Width: | Height: | Size: 915 KiB |
BIN
static/schuessel.png
Normal file
After Width: | Height: | Size: 4.3 MiB |
BIN
static/schuessel1.png
Normal file
After Width: | Height: | Size: 3.8 MiB |
459
static/spiele/Flappy-Witch/FlappyWitch.html
Normal file
BIN
static/spiele/Flappy-Witch/FlappyWitch1.png
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
static/spiele/Flappy-Witch/FlappyWitch2.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
static/spiele/Flappy-Witch/logo.png
Normal file
After Width: | Height: | Size: 67 KiB |
439
static/spiele/ahiz/QR-Code-Generstan.html
Normal file
BIN
static/spiele/artur/CA (1) (1).sb3
Normal file
472
static/spiele/artur/rutra-eht-kcilk.html
Normal file
482
static/spiele/capybara-jump-and-run/cajuanru.html
Normal file
1
static/spiele/capybara-jump-and-run/logo.svg
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
static/spiele/capybara-jump-and-run/screenshot01.png
Normal file
After Width: | Height: | Size: 5.2 MiB |
BIN
static/spiele/capybara-jump-and-run/screenshot02.png
Normal file
After Width: | Height: | Size: 5.2 MiB |
416
static/spiele/fruit-or-no/fruit-or-no.html
Normal file
BIN
static/spiele/fruit-or-no/fruit-or-no1.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
static/spiele/fruit-or-no/fruit-or-no2.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
static/spiele/fruit-or-no/logo.png
Normal file
After Width: | Height: | Size: 776 KiB |
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 230 KiB |
Before Width: | Height: | Size: 842 KiB After Width: | Height: | Size: 978 KiB |
BIN
static/spiele/mathe-fussball/aufnahme.sb3
Normal file
BIN
static/spiele/mathe-fussball/mathe-fussball-hintergrund1.png
Normal file
After Width: | Height: | Size: 3.5 MiB |
BIN
static/spiele/mathe-fussball/mathe-fussball-hintergrund2.png
Normal file
After Width: | Height: | Size: 3.5 MiB |
BIN
static/spiele/mathe-fussball/mathe-fussball-logo.png
Normal file
After Width: | Height: | Size: 498 KiB |
461
static/spiele/mathe-fussball/mathe-fussball-winter.html
Normal file
BIN
static/spiele/mathe-fussball/mathe-fussball-winter.sb3
Normal file
455
static/spiele/mathe-fussball/mathe-fussball.html
Normal file
BIN
static/spiele/mathe-fussball/schreiben.sb3
Normal file
443
static/spiele/nachrichten/cc-spiele-nachrichten.html
Normal file
BIN
static/spiele/nachrichten/nachrichten-logo.png
Normal file
After Width: | Height: | Size: 580 KiB |
BIN
static/spiele/nachrichten/nachrichtenscreenshot.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/spiele/sweets-for-animals/hintergrund3.png
Normal file
After Width: | Height: | Size: 963 KiB |
457
static/spiele/sweets-for-animals/sweets-for-animals (1).html
Normal file
457
static/spiele/sweets-for-animals/sweets-for-animals (2).html
Normal file
457
static/spiele/sweets-for-animals/sweets-for-animals.html
Normal file
BIN
static/spiele/sweets-for-animals/sweetsforanimalscake.png
Normal file
After Width: | Height: | Size: 6.0 MiB |
BIN
static/spiele/sweets-for-animals/sweetsforanimalsdonut.png
Normal file
After Width: | Height: | Size: 6.0 MiB |