Feat: placeholder site
This commit is contained in:
parent
db2af38f23
commit
4015f6b5ca
6 changed files with 39 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/hugo-webslides"]
|
||||
path = themes/hugo-webslides
|
||||
url = https://github.com/rcjach/hugo-webslides.git
|
26
config.toml
Normal file
26
config.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
baseURL = 'https://alsnaechstesgehtesrauszum.fun/'
|
||||
languageCode = 'de-de'
|
||||
title = 'Als nächstes geht es raus zum Fun!'
|
||||
theme = "hugo-webslides"
|
||||
|
||||
[params.webslides]
|
||||
banner = false
|
||||
slideshow = true
|
||||
vertical = false
|
||||
autoslide = false
|
||||
changeOnClick = false
|
||||
disableLoop = false
|
||||
minWheelDelta = 40
|
||||
disableNavigateOnScroll = false
|
||||
scrollWait = 450
|
||||
slideOffset = 50
|
||||
hideIndex = false
|
||||
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.parser]
|
||||
[markup.goldmark.parser.attribute]
|
||||
block = true
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
9
content/_index.md
Normal file
9
content/_index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "Als nächstes geht es raus zum Fun!"
|
||||
+++
|
||||
<!--: .wrap .size-10 ..aligncenter -->
|
||||
<img src="images/logo.png" alt="drawing" width="200"/>
|
||||
|
||||
## **Glückwunsch! Du hast das Räzel gelöst :)**
|
||||
|
||||
Schau in ein paar Tagen nochmal vorbei ;)
|
BIN
static/images/logo.jpeg
Normal file
BIN
static/images/logo.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
BIN
static/images/logo.png
Normal file
BIN
static/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
1
themes/hugo-webslides
Submodule
1
themes/hugo-webslides
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 86ef38925f97e866ea491314d690bc4c57302b6a
|
Loading…
Reference in a new issue