diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4b8be73 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-webslides"] + path = themes/hugo-webslides + url = https://github.com/rcjach/hugo-webslides.git diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..d2a1203 --- /dev/null +++ b/config.toml @@ -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 \ No newline at end of file diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..acec78f --- /dev/null +++ b/content/_index.md @@ -0,0 +1,9 @@ ++++ +title = "Als nächstes geht es raus zum Fun!" ++++ + +drawing + +## **Glückwunsch! Du hast das Räzel gelöst :)** + +Schau in ein paar Tagen nochmal vorbei ;) diff --git a/static/images/logo.jpeg b/static/images/logo.jpeg new file mode 100644 index 0000000..e8f737a Binary files /dev/null and b/static/images/logo.jpeg differ diff --git a/static/images/logo.png b/static/images/logo.png new file mode 100644 index 0000000..a26369c Binary files /dev/null and b/static/images/logo.png differ diff --git a/themes/hugo-webslides b/themes/hugo-webslides new file mode 160000 index 0000000..86ef389 --- /dev/null +++ b/themes/hugo-webslides @@ -0,0 +1 @@ +Subproject commit 86ef38925f97e866ea491314d690bc4c57302b6a