diff --git a/404.qmd b/404.qmd new file mode 100644 index 0000000..14d0bc4 --- /dev/null +++ b/404.qmd @@ -0,0 +1,7 @@ +--- +title: Page Not Found +--- + +The page you requested cannot be found (perhaps it was moved or renamed). + +You may want to try searching to find the page's new location. diff --git a/_quarto.yml b/_quarto.yml index a130637..dd3807f 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -2,18 +2,41 @@ project: type: website website: - title: "P3x.de" + title: "p3x.de" + favicon: favicon.png + description: "Deine freundliche Online-Community!" + site-url: https://p3x.de + repo-url: https://dev.xd0.de/hendrik/p3x.de navbar: + logo: logo.png + logo-alt: "p3x.de" + title: false left: - href: index.qmd text: Home - about.qmd + page-footer: + center: + - text: "© 2024 xd0.de Labs" + - text: "Impressum" + url: https://xd0.de/doc/impressum + - text: "Nutzungsbedingungen" + url: https://xd0.de/doc/nutzungsbedingungen + - text: "Datenschutz" + url: https://xd0.de/doc/datenschutz + right: + - icon: github + href: https://dev.xd0.de/hendrik/p3x.de + - icon: rss + href: https://p3x.de/posts.xml +# announcement: +# content: "🎉 Quarto 1.4 released! [Download](/docs/download/), [Read More](/docs/blog/posts/2024-01-24-1.4-release/)" +# position: below-navbar format: html: - theme: cosmo + theme: cyborg css: styles.css toc: true - - - + lang: de + email-obfuscation: references diff --git a/about.qmd b/about.qmd index 07c5e7f..9dbe2f7 100644 --- a/about.qmd +++ b/about.qmd @@ -1,5 +1,20 @@ --- title: "About" +about: + template: jolla + image: profile.jpg --- -About this site +p3x.de ist deine freundliche Online-Community. + +--- + +Ziel ist eine datenschutzfreundliche und unabhängige Plattform, realisiert mit Freier Software. + +--- + +p3x.de ist ein privat betriebenes Angebot. + +* [Impressum](https://xd0.de/doc/impressum) +* [Nutzungsbedingungen](https://xd0.de/doc/nutzungsbedingungen) +* [Datenschutz](https://xd0.de/doc/datenschutz) diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..7e11e7a Binary files /dev/null and b/favicon.png differ diff --git a/index.qmd b/index.qmd index 930c2cc..fc05ac1 100644 --- a/index.qmd +++ b/index.qmd @@ -1,7 +1,30 @@ --- -title: "P3x.de" +title: "p3x.de" +format: + html: + toc: false +lang: de-DE +#license: CC BY +include-in-header: + text: | + --- -This is a Quarto website. +![](logo.png){fig-alt="p3x.de logo"} -To learn more about Quarto websites visit . +## Willkommen auf p3x.de - Deiner freundlichen Online-Community! + +::: {.callout-warning} +## Status: NOCH IN ARBEIT ⚠️⚠️⚠️ + +Diese Platform ist zur Zeit noch in Arbeit. +Komm später wieder! +::: diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..28f5b3a Binary files /dev/null and b/logo.png differ diff --git a/profile.jpg b/profile.jpg new file mode 100644 index 0000000..9d50b91 Binary files /dev/null and b/profile.jpg differ