diff --git a/content/portfolio/_index.html b/content/portfolio/_index.html deleted file mode 100644 index 345e6ae..0000000 --- a/content/portfolio/_index.html +++ /dev/null @@ -1 +0,0 @@ -Test diff --git a/content/singlepage/datenschutz/_index.md b/content/singlepage/datenschutz/_index.md deleted file mode 100644 index 9499466..0000000 --- a/content/singlepage/datenschutz/_index.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -date: 2021-05-15T11:45:00+02:00 -title: "Privacy Policy" -type: singlepage ---- - -This privacy policy applies to [vrifox.cc](//vrifox.cc). - -# What data do I store and process? - - - ip address ([anonymized](#anonymized-ips)) - - time of request - - requested url - - accessed file - -This data is collected by nginx in log files. The data will not be given to any third party and deleted after three (3) days automatically. - -## Anonymized IPs - -Taken from [Ascraues Privacy Policy](https://ascraeus.org/page/privacy/) and modified: - -``` - map $remote_addr $anon_remote_addr { - ~(?P\d+\.\d+)\. $ip.0.0; - ~(?P[^:]+:[^:]+): $ip::; - default 0.0.0.0; - } - - log_format privacy '$anon_remote_addr [$time_local] ' - '"$request" $status $bytes_sent '; - - access_log /var/log/nginx/access.log privacy; -``` - -## No User Agent and Referrer - -At least for now I don't need it for debugging purposes. This may change in the future. - -I used a custom [log_format](#anonymized-ips) to achieve this. - -## No Cookies - -Cookies will not be set on these sites. I configured [nginx](https://nginx.org) to drop the header „Set-Cookie“ `proxy_hide_header Set-Cookie;`. - -## No Tracking and Analytics - -I don't track you, I don't collect data for analytics, I have no use for it. And I don't want to be tracked or analyzed either. - -# Credits - -This privacy policy was inspired by [Natenoms Datenschutz[-erklärung]](https://blog.natenom.com/datenschutz/). diff --git a/content/singlepage/kenntnisse/index.md b/content/singlepage/kenntnisse/index.md deleted file mode 100644 index 5f4f0e5..0000000 --- a/content/singlepage/kenntnisse/index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Kenntnisse ---- - -## Grafik -- Inkscape - -## Webgestaltung/-entwicklung -- HTML -- CSS -- hugo - -## Serverbetrieb -- Debian -- Arch (Zuhause) -- Matrix Synapse -- nginx -- tt-rss -- Gitea - -## Netzwerk -- Freifunk diff --git a/content/singlepage/projectsold/_draft/_index.md b/content/singlepage/projectsold/_draft/_index.md deleted file mode 100644 index d99b114..0000000 --- a/content/singlepage/projectsold/_draft/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "projects" -heading: "projects" -subheading: "" ---- diff --git a/content/singlepage/projectsold/_draft/cozy.town.md b/content/singlepage/projectsold/_draft/cozy.town.md deleted file mode 100644 index 0f9bd55..0000000 --- a/content/singlepage/projectsold/_draft/cozy.town.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "cozy.town" -date: 2021-01-06T12:00:00+02:00 -activetime: "2021" -categories: -tags: - -draft: false -type: "project" -status: "in progress" -description: "Where I am hosting some services. For now mostly alone." ---- -To make my hosted services more independent from myself I created [cozy.town](https://cozy.town). - -The source code can be found on [code.cozy.town](https://code.cozy.town/cozy.town/). diff --git a/content/singlepage/projectsold/_draft/cursors.md b/content/singlepage/projectsold/_draft/cursors.md deleted file mode 100644 index 22c3cd3..0000000 --- a/content/singlepage/projectsold/_draft/cursors.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "cursors" -date: 2013-07-06T12:00:00+02:00 -activetime: "2013" -categories: -tags: - - graphics - - cursor - -draft: false -type: "project" -status: "archived" -description: "„cursors“ is an OSX-inspired cursor-set." ---- - -„cursors“ is an OSX-inspired cursor-set. - -[How they look](/upload/2020-09-23%20cursors%202013-0706.png) - -The source code can be found on [code.cozy.town](https://code.cozy.town/vrifox/cursors). diff --git a/content/singlepage/projectsold/_draft/gitea-theme-2018.md b/content/singlepage/projectsold/_draft/gitea-theme-2018.md deleted file mode 100644 index bfd7cb7..0000000 --- a/content/singlepage/projectsold/_draft/gitea-theme-2018.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "gitea theme 2018" -date: 2019-06-09T12:00:00+02:00 -activetime: "2018 - 2019" -featured_image: "/upload/2020/01/gitea-theme_720x.png" -categories: -tags: - - git - - theme - -draft: true -type: "project" -status: "archived" -description: "My old gitea theme." ---- -My old gitea theme. diff --git a/content/singlepage/projectsold/_draft/gitea-theme.md b/content/singlepage/projectsold/_draft/gitea-theme.md deleted file mode 100644 index 8b08617..0000000 --- a/content/singlepage/projectsold/_draft/gitea-theme.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "gitea theme" -date: 2020-09-30T12:00:00+02:00 -activetime: "2020 - now" -categories: -tags: - - git - - theme - -draft: false -type: "project" -status: "in progress" -description: "Gitea theme(s) I've created." ---- -My current gitea theme. Work in progress. - -[A screenshot of git.vrifox.cc from september 29th 2020](/upload/2020-09-29%20git.vrifox.cc%202020-09.jpg) - -The source code can be found on [code.cozy.town](https://code.cozy.town/vrifox/gitea-theme). - -# 2018 - -I've created a gitea theme before in 2018. It's still available on my git if you're interested: [gitea theme 2018](https://code.cozy.town/vrifox/gitea-theme/src/branch/main/_legacy/2019-06-09%20gitea-theme-by-vrifox). diff --git a/content/singlepage/projectsold/_draft/mmm-dark.md b/content/singlepage/projectsold/_draft/mmm-dark.md deleted file mode 100644 index 6692f5b..0000000 --- a/content/singlepage/projectsold/_draft/mmm-dark.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "mmm dark" -date: 2017-01-01T12:00:00+02:00 -activetime: "2017" -featured_image: "/upload/2020/01/mmm-dark-mumble-theme_720x.png" -categories: -tags: - - theme - - mumble - -draft: true -type: "project" -status: "archived" -description: "" ---- diff --git a/content/singlepage/projectsold/_draft/mumble-theme-supidark.md b/content/singlepage/projectsold/_draft/mumble-theme-supidark.md deleted file mode 100644 index cb9ea1b..0000000 --- a/content/singlepage/projectsold/_draft/mumble-theme-supidark.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Mumble Theme Supidark" -date: 2019-10-18T12:00:00+02:00 -activetime: "2018 - 2019" -featured_image: -categories: -tags: - - theme - - mumble - -draft: true -type: "project" -status: "active" -description: "" ---- diff --git a/content/singlepage/projectsold/_draft/my-website.md b/content/singlepage/projectsold/_draft/my-website.md deleted file mode 100644 index e93a561..0000000 --- a/content/singlepage/projectsold/_draft/my-website.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "my website" -date: 2020-10-01T00:00:00+02:00 -activetime: "2008 - now" -categories: -tags: - - website - -draft: false -type: "project" -status: "in progress" -link: -description: "My website – the thing you're looking at this very moment." ---- -My website; currently made with [hugo](https://gohugo.io/). - -[How this website looked in september 2020](/upload/2020-09-23%20vrifox.cc%202020-09.jpg) - -The source code can be found on [code.cozy.town](https://code.cozy.town/vrifox/vrifox.cc). diff --git a/content/singlepage/projectsold/_draft/natenom.md b/content/singlepage/projectsold/_draft/natenom.md deleted file mode 100644 index d82a6af..0000000 --- a/content/singlepage/projectsold/_draft/natenom.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: "natenom" -date: 2020-08-20T12:00:00+02:00 -activetime: "2015 - now" -description: -categories: -tags: - - website - - blog - - graphics - - logo - -draft: false -type: "project" -status: "in progress" -link: -description: "I do serveral stuff for and with Natenom." ---- - -# logo and graphics - -In 2015 I created a [new logo](https://blog.natenom.com/2015/05/neues-logo-fuer-natenom/) for Natenom. - -And since than I do some random [graphics](https://blog.natenom.com/pixelart_icons/). - -# blog - -Also since 2015 I'm responsible for the design of [Natenoms blog](https://blog.natenom.com). I fix bugs related to wordpress themes and also changed the general design to a dark scheme. - -Other than that I also check the spelling and understandability. - -# global header - -On every page is a »global header« where you can reach the most important links – I created and maintain it. - -# source - -The source code can be found on [code.cozy.town](https://code.cozy.town/vrifox/natenom-websites) diff --git a/content/singlepage/projectsold/_draft/omega-for-mumble.md b/content/singlepage/projectsold/_draft/omega-for-mumble.md deleted file mode 100644 index 773e88e..0000000 --- a/content/singlepage/projectsold/_draft/omega-for-mumble.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "omega for mumble" -date: 2016-05-24T12:00:00+02:00 -activetime: "2014 - 2016" -categories: -tags: - - theme - - mumble - -draft: false -type: "project" -status: "archived" -description: "A simple & beautified theme for mumble." ---- - -„omega-for-mumble“ is a simple & beautified skin / theme designed for the open-source and high quality voice-chat software mumble. - -[A screenshot of omega-for-mumble](/upload/2020-09-23%20omega-for-mumble%20theme.jpg) - -The source code can be found on [code.cozy.town](https://code.cozy.town/vrifox/omega-for-mumble). diff --git a/content/singlepage/projectsold/_draft/simpleblog.md b/content/singlepage/projectsold/_draft/simpleblog.md deleted file mode 100644 index 4110c91..0000000 --- a/content/singlepage/projectsold/_draft/simpleblog.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "simpleblog" -date: 2015-09-29T12:00:00+02:00 -activetime: "2015" -featured_image: "/upload/2020/09/simpleblog.png" -description: -categories: -tags: - -draft: true -type: "project" -status: "archived" -link: -description: "A never finished idea." ---- -A never finished idea. diff --git a/content/singlepage/projekte/_index.md b/content/singlepage/projekte/_index.md deleted file mode 100644 index f001827..0000000 --- a/content/singlepage/projekte/_index.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -title: "Projekte" -translationKey: "projects" -date: 2021-03-07T12:13:56+02:00 -type: singlepage ---- - -Einige der Projekte, die ich über die letzten Jahre begonnen habe. - -## Meine Seite -Jahrelang **(circa seit 2008)** habe ich ausschließlich HTML und CSS für die Erstellung meiner Webseiten genutzt, da ich es als Betrug meiner Selbst ansah etwas anderes zu verwenden. Doch **2020** habe ich realisiert, dass ich sogar noch einiges lernen und mehr erreichen kann, wenn ich einen sogenannten Static Site Generator verwende. Also habe ich meine Webseite mithilfe von [Hugo](https://gohugo.io) neu geschrieben. - -Im **März 2021** habe ich meine Seite abermals überarbeitet, um sie minimalistischer und letztlich kompatibel zu [Gemini](https://gemini.circumlunar.space/) machen. - -Aktuell **(März 2021)** denke ich darüber nach, meine Seite nochmal neu zu schreiben aber diesmal mit einem eigenen Static Site Generator. Das wird aber noch eine ganze Weile dauern, da ich erstmal Python lernen muss. :) - -[Wie diese Webseite im September 2020 aussah](/upload/2020-09-23%20vrifox.cc%202020-09.jpg). - -[Der Quellcode dieser Seite liegt auf code.cozy.town](https://code.cozy.town/vrifox/vrifox.cc). - -**Verwendete Programme:** [Hugo](https://gohugo.io/) - -## gitea theme -I use dark themes daily and gitea has one, but the contrast is pretty low, which makes reading texts very hard. So I started to create my own dark theme in **late september 2020**. - -The last time I modified it was on the last day of 2020, because I read so many interesting and inspiring articles about minimalism in tech. One of my next projects will be to find a suitable alternative and then – well – use it! :) - -I've created a gitea theme before, back in **2018**. It's [still available on code.cozy.town](https://code.cozy.town/vrifox/gitea-theme/src/branch/main/_legacy/2019-06-09%20gitea-theme-by-vrifox) if you're interested. - -[A screenshot of git.vrifox.cc from 29 september 2020](/upload/2020-09-29%20git.vrifox.cc%202020-09.jpg) - -[The source code can be found on code.cozy.town](https://code.cozy.town/vrifox/gitea-theme). - -**Tools used:** SCSS - -## Dinge für Natenom -In **2015** I created a [new logo](https://blog.natenom.com/2015/05/neues-logo-fuer-natenom/) for Natenom. And since than I do some random [graphics](https://blog.natenom.com/pixelart_icons/). - -Also since **2015** I'm responsible for the design of [Natenoms blog](https://blog.natenom.com). I fix bugs related to wordpress themes and also changed the general design to a dark scheme. Other than that I also check the spelling and understandability. - -On every page is a so called *„global top bar“* where you can reach the most important links – I created and maintain it. - -In **2020** I helped natenom with his [new static website](https://www.natenom.com/). - -[The source code can be found on code.cozy.town](https://code.cozy.town/vrifox/natenom-websites). - -**Tools used:** HTML, Inkscape, SCSS - -## omega-for-mumble -*„omega-for-mumble“ is a simple & beautified skin / theme designed for the open-source and high quality voice-chat software mumble.* - -I have created it in **2015**. It was neither my first nor last mumble theme to be honest. - -[A screenshot of omega-for-mumble](/upload/2020-09-23%20omega-for-mumble%20theme.jpg). - -[The source code can be found on code.cozy.town](https://code.cozy.town/vrifox/omega-for-mumble). - -**Tools used:** SCSS and some QT tools. - -## cursors -„cursors“ is an OSX inspired cursor set I've created in **2013**. - -[How the cursors actually look like](/upload/2020-09-23%20cursors%202013-0706.png). - -[The source can be found on code.cozy.town](https://code.cozy.town/vrifox/cursors). - -**Tools used:** I don't remember actually diff --git a/content/singlepage/über/_index.md b/content/singlepage/über/_index.md deleted file mode 100644 index faa16ce..0000000 --- a/content/singlepage/über/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Über Vri" ---- - -Hola, ich bin Vri 🙂 - -Ich liebe es **Vektorgrafiken** zu entwerfen, **Pixelgrafiken** bis ins letzte Detail auszuklügeln und **Webseiten** zu erschaffen und zu optimieren. -Außerdem habe ich schon seit ich mich erinnern kann eine Faszination für **Bewegtbild**, speziell handgemachte **Animationen**, die ich schon viel zu lange vernachlässigt habe. - -Zusammen mit ein paar Freunden administriere ich [Cozy Town](//cozy.town) und lerne so Tag für Tag ein wenig mehr. - -## Kontakt - -**Pronomen:** sie/ihr (dey/demm) - -| | | -| ------------: | -------------------------------------------------------------------- | -| **Matrix** | [@vri:cozy.town](//matrix.to/#/@vri:cozy.town) | -| **XMPP** | [vri@cozy.town](xmpp:vri@cozy.town) | -| **E-Mail** | [vrifox@vrifox.cc](mailto:vrifox@vrifox.cc) · [gpg](/gpg) | -| **Fedi** | @vrifox@soc.zom.bi | - ---- - -
Mit 🌈 und hugo erstellt.
diff --git a/content/wiki/_index.md b/content/wiki/_index.md deleted file mode 100644 index f49359a..0000000 --- a/content/wiki/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Wiki -type: wiki ---- diff --git a/content/wiki/bibliothek.de.md b/content/wiki/bibliothek.de.md deleted file mode 100644 index 3b8fcaf..0000000 --- a/content/wiki/bibliothek.de.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Bibliothek" -translationKey: "library" -date: 2021-03-07T16:13:00+02:00 -type: wiki -aliases: - - /de/library/ ---- - -Artikel oder Bücher, die ich gelesen habe und empfehlen kann habe ich in folgender Liste chronologisch niedergeschrieben. Natürlich wird nicht jeder Text den ich lese in dieser Liste verewigt (auch, weil ich es manchmal vergesse). Inspiriert von [simbly.me](https://simbly.me/books/). - -## Artikel -- [The Tyranny of the Faceless Other](https://sarvasvkulpati.com/blog/the-faceless-other) *11.06.2021, 19:15 Uhr* -- [The right tag for the job: why you should use semantic HTML](https://localghost.dev/2021/06/the-right-tag-for-the-job-why-you-should-use-semantic-html/) *09.06.2021* -- [A Hacker Got All My Texts for $16](https://www.vice.com/en/article/y3g8wb/hacker-got-my-texts-16-dollars-sakari-netnumber) *17.03.2021* -- [The small web is beautiful](https://benhoyt.com/writings/the-small-web-is-beautiful/) *04.03.2021* -- [The computer built to last 50 years](https://ploum.net/the-computer-built-to-last-50-years/) *unbekannt* diff --git a/content/wiki/library.en.md b/content/wiki/library.en.md deleted file mode 100644 index 0e1c635..0000000 --- a/content/wiki/library.en.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Library" -translationKey: "library" -date: 2021-03-07T16:13:00+02:00 -type: wiki -aliases: - - /library/ ---- - -Some articles or books I've read and recommend. Obviously I don't put everything I've read onto this list, but when I do so, then it's in chronological order. Inspired by [simbly.me](https://simbly.me/books/). - -## Articles -- [The Tyranny of the Faceless Other](https://sarvasvkulpati.com/blog/the-faceless-other) *2021-06-11, 19:15* -- [The right tag for the job: why you should use semantic HTML](https://localghost.dev/2021/06/the-right-tag-for-the-job-why-you-should-use-semantic-html/) *2021-06-09* -- [A Hacker Got All My Texts for $16](https://www.vice.com/en/article/y3g8wb/hacker-got-my-texts-16-dollars-sakari-netnumber) *2021-03-17* -- [The small web is beautiful](https://benhoyt.com/writings/the-small-web-is-beautiful/) *2021-03-04* -- [The computer built to last 50 years](https://ploum.net/the-computer-built-to-last-50-years/) *unknown* diff --git a/content/wiki/rezepte/_index.md b/content/wiki/rezepte/_index.md deleted file mode 100644 index 795c7e7..0000000 --- a/content/wiki/rezepte/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Vri’s schnelle Küche" -aliases: - - /rezepte/ ---- diff --git a/content/wiki/rezepte/brokkoli-porree-pfanne.md b/content/wiki/rezepte/brokkoli-porree-pfanne.md deleted file mode 100644 index da454ee..0000000 --- a/content/wiki/rezepte/brokkoli-porree-pfanne.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Brokkoli-Porree-Pfanne" -author: "" -date: 2021-05-24T19:47:53+02:00 -categories: -tags: - -draft: false -type: "post" -description: "" -lang: "de" ---- - -Für drei Personen.\ -Zubereitungszeit ca. 25 Minuten - -**Zutaten:** -- einen Brokkoli -- zwei Stangen Porree -- Gemüsebrühe -- 160 g Couscous -- 100 ml passierte Tomaten -- Salz - -Brokkoli waschen, in Röschen schneiden und blanchieren. - -*Das Wasser nicht wegschütten!* - -Porree waschen und in Ringe schneiden. Anschließend den Porree anbraten und etwas später den Brokkoli hinzugeben. -Aus dem Brokkoliwasser eine Gemüsebrühe machen, das Couscous und die passierten Tomaten hinzugeben und fünf Minuten ziehen lassen. - -Sobald Brokkoli und Porree die gewünschte Konsistenz (wahrscheinlich bissfest) haben, kann das Couscous inklusive der Gemüsebrühe darüber geschüttet werden. diff --git a/content/wiki/rezepte/selleriepfanne.md b/content/wiki/rezepte/selleriepfanne.md deleted file mode 100644 index c26da7d..0000000 --- a/content/wiki/rezepte/selleriepfanne.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Selleriepfanne" -author: "" -date: 2021-05-30T19:38:48+02:00 -categories: -tags: - -draft: false -type: wiki -description: "" -lang: "de" ---- - -Für drei Personen.\ -Zubereitungszeit 30 Minuten - -**Zutaten:** -- ein Sellerie -- drei Zwiebeln -- 150 ml Gemüsebrühe -- Semmelbrösel -- Zitrone - -Zwiebeln und Sellerie würfeln. Zwiebeln und – unter stetiger Zugabe – die Selleriewürfel goldbraun anschwitzen. Gemüsebrühe hinzugeben und alles dünsten lassen. - -Währenddessen Semmelbrösel anrösten. Sobald die Selleriewürfel weich genug (je nach Wunsch) sind, kann das Paniermehl darübergegeben werden. - -Zum Abschluss nach Belieben zur Verfeinerung noch Zitrone darüber träufeln.