Compare commits

...

No commits in common. "main" and "pages" have entirely different histories.
main ... pages

22 changed files with 6168 additions and 80 deletions

View File

@ -1,20 +0,0 @@
kind: pipeline
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build
image: klakegg/hugo:ext-alpine-ci
commands:
- hugo --minify
- name: publish
image: itsblue.dev/plugins/codeberg-pages-deploy
settings:
folder: public
ssh_key:
from_secret: gitea-ssh-key

15
.gitignore vendored
View File

@ -1,15 +0,0 @@
# ---> Hugo
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
/.hugo_build.lock

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "themes/hugo-webslides"]
path = themes/hugo-webslides
url = https://github.com/rcjach/hugo-webslides.git

View File

@ -1,2 +0,0 @@
# raus-zum-fun-website

1
categories/index.xml Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on Als nächstes geht es raus zum Fun!</title><link>https://alsnaechstesgehtesrauszum.fun/categories/</link><description>Recent content in Categories on Als nächstes geht es raus zum Fun!</description><generator>Hugo -- gohugo.io</generator><language>de-de</language><atom:link href="https://alsnaechstesgehtesrauszum.fun/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss>

View File

@ -1,26 +0,0 @@
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

View File

@ -1,13 +0,0 @@
+++
title = "Als nächstes geht es raus zum Fun!"
+++
<!--: .wrap .size-10 ..aligncenter -->
<img src="images/logo.png" alt="drawing" width="200"/>
<br/>
#### Sehr gut! Das dritte Rätsel hast du geschafft. Hier gibts auch schon das Vierte:
<br/>
<a class="button" href="files/papa_geburtstag_4.gwc">Download</a>

2350
css/svg-icons.css Normal file

File diff suppressed because it is too large Load Diff

3791
css/webslides.css Normal file

File diff suppressed because it is too large Load Diff

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

2
index.html Normal file
View File

@ -0,0 +1,2 @@
<!doctype html><html lang=de-de prefix="og: http://ogp.me/ns#"><head><meta name=generator content="Hugo 0.101.0"><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Als nächstes geht es raus zum Fun!</title><meta charset=utf-8><link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i%7CMaitree:200,300,400,600,700&subset=latin-ext" rel=stylesheet><link rel=stylesheet type=text/css media=all href=css/webslides.css><link rel=stylesheet type=text/css media=all href=css/svg-icons.css><link rel="shortcut icon" sizes=16x16 href=/img/favicons/favicon.png><link rel="shortcut icon" sizes=32x32 href=/img/favicons/favicon-32.png><link rel="apple-touch-icon icon" sizes=76x76 href=/img/favicons/favicon-76.png><link rel="apple-touch-icon icon" sizes=120x120 href=/img/favicons/favicon-120.png><link rel="apple-touch-icon icon" sizes=152x152 href=/img/favicons/favicon-152.png><link rel="apple-touch-icon icon" sizes=180x180 href=/img/favicons/favicon-180.png><link rel="apple-touch-icon icon" sizes=192x192 href=/img/favicons/favicon-192.png><meta name=mobile-web-app-capable content="yes"><meta name=theme-color content="#333333"></head><body><main role=main><article id=webslides><section id=slide1><div class="wrap size-10"><div class=aligncenter><img src=images/logo.png alt=drawing width=200><br><h4 id=sehr-gut-das-dritte-rätsel-hast-du-geschafft-hier-gibts-auch-schon-das-vierte>Sehr gut! Das dritte Rätsel hast du geschafft. Hier gibts auch schon das Vierte:</h4><br><p><a class=button href=files/papa_geburtstag_4.gwc>Download</a></p></div></div></section></article></main><script src=js/webslides.min.js></script>
<script>window.ws=new WebSlides({minWheelDelta:40,scrollWait:450,slideOffset:50})</script><script defer src=js/svg-icons.js></script></body></html>

1
index.xml Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Als nächstes geht es raus zum Fun!</title><link>https://alsnaechstesgehtesrauszum.fun/</link><description>Recent content on Als nächstes geht es raus zum Fun!</description><generator>Hugo -- gohugo.io</generator><language>de-de</language><atom:link href="https://alsnaechstesgehtesrauszum.fun/index.xml" rel="self" type="application/rss+xml"/></channel></rss>

12
js/svg-icons.js Normal file
View File

@ -0,0 +1,12 @@
/*
* Thanks fontastic.me (Font Awesome 4.4 as SVG Icons).
* Do you want to use other icons?
* Go to https://fontastic.me > Create account > Select icons > Customize > Publish (SVG Sprite) > Paste .js here
*/
/*
Important!
/css/svg-icons.css is required.
*/
(function(a,b,c,d){function e(b,c){if(c){var d=c.getAttribute('viewBox'),e=a.createDocumentFragment(),f=c.cloneNode(true);if(d)b.setAttribute('viewBox',d);while(f.childNodes.length)e.appendChild(f.childNodes[0]);b.appendChild(e);}}function f(){var b=this,c=a.createElement('x'),d=b.s;c.innerHTML=b.responseText;b.onload=function(){d.splice(0).map(function(a){e(a[0],c.querySelector('#'+a[1].replace(/(\W)/g,'\\$1')));});};b.onload();}function g(){var a;while((a=b[0])){var e=a.parentNode,h=a.getAttribute('xlink:href').split('#')[1],i='https://file.myfontastic.com/bLfXNBF36ByeujCbT5PohZ/sprites/1477146123.svg';e.removeChild(a);var j=d[i]=d[i]||new XMLHttpRequest();if(!j.s){j.s=[];j.open('GET',i);j.onload=f;j.send();}j.s.push([e,h]);if(j.readyState===4)j.onload();}c(g);}g();})(document,document.getElementsByTagName('use'),window.requestAnimationFrame||window.setTimeout,{});

9
js/webslides.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
sitemap.xml Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://alsnaechstesgehtesrauszum.fun/</loc></url><url><loc>https://alsnaechstesgehtesrauszum.fun/categories/</loc></url><url><loc>https://alsnaechstesgehtesrauszum.fun/tags/</loc></url></urlset>

1
tags/index.xml Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags on Als nächstes geht es raus zum Fun!</title><link>https://alsnaechstesgehtesrauszum.fun/tags/</link><description>Recent content in Tags on Als nächstes geht es raus zum Fun!</description><generator>Hugo -- gohugo.io</generator><language>de-de</language><atom:link href="https://alsnaechstesgehtesrauszum.fun/tags/index.xml" rel="self" type="application/rss+xml"/></channel></rss>

@ -1 +0,0 @@
Subproject commit 86ef38925f97e866ea491314d690bc4c57302b6a