This commit is contained in:
Aron Petau 2025-05-23 22:05:50 +02:00
parent f24ecadfbf
commit 369596be49
758 changed files with 3244 additions and 2399 deletions

View file

@ -34,11 +34,13 @@ As long as the move / redesign is not fully done, here the old site is still onl
{% end %}
Progress of the rebuild:
<progress value="95" max="100"></progress>
<progress value="98" max="100"></progress>
{% alert(note=true) %}
Further, there is an initial effort to bring translations to this website.
That is quite the process and will take some time.
The site is primarily in english, so in the default you should find the most complete informations.
German is being added right now.
{% end %}
Progress of the translation:
<progress value="20" max="100"></progress>
@ -52,47 +54,59 @@ Last updated: 2025-05-14
```zsh
➜ content git:(main) ✗ tree -L 2
.
├── _index.de.md
├── _index.md
├── blog
│   ├── _index.md
│   ├── 2018-05-03-printing
│   ├── 2018-07-05-cad
│   ├── 2018-09-01-beacon
│   ├── 2019-03-19-plastic-recycling
│   ├── 2019-06-01-ballpark
│   ├── 2020-03-01-homebrew
│   ├── 2020-07-14-critical-epistemologies
│   ├── 2020-07-15-chatbot
│   ├── 2021-03-01-coding
│   ├── 2021-03-01-philosophy
│   ├── 2021-04-13-thesis
│   ├── 2021-08-01-iron-smelting
│   ├── 2021-12-05-political-violence
│   ├── 2022-01-22-critical-philosophy-subjectivity
│   ├── 2022-04-01-allei
│   ├── 2022-04-30-lusatia
│   ├── 2022-12-03-stable-dreamfusion
│   ├── 2022-12-04-lampshades
│   ├── 2023-01-03-auraglow
│   ├── 2023-03-01-ruminations
│   ├── 2023-06-16-ascendancy
│   ├── 2023-06-20-autoimmunitaet
│   ├── 2023-06-20-dreams-of-cars
│   ├── 2023-12-06-postmaster
│   ├── 2023-12-07-commoning-cars
│   ├── 2024-01-30-airaspi-build-log
│   ├── 2024-03-25-aethercomms
│   ├── 2024-04-11-local-diffusion
│   ├── 2024-04-25-echoing-dimensions
│   ├── 2024-06-20-sferics
│   ├── 2024-07-05-käsewerkstatt
│   └── 2025-04-15-master-thesis
└── pages
├── about.md
├── contact.md
├── cv.md
├── privacy.md
└── rent-ulli.md
├── pages
│   ├── about.de.md
│   ├── about.md
│   ├── contact.de.md
│   ├── contact.md
│   ├── cv.de.md
│   ├── cv.md
│   ├── privacy.de.md
│   ├── privacy.md
│   ├── rent-ulli.de.md
│   └── rent-ulli.md
└── project
├── _index.de.md
├── _index.md
├── 2018-05-03-printing
├── 2018-07-05-cad
├── 2018-09-01-beacon
├── 2019-03-19-plastic-recycling
├── 2019-06-01-ballpark
├── 2020-03-01-homebrew
├── 2020-07-14-critical-epistemologies
├── 2020-07-15-chatbot
├── 2021-03-01-coding
├── 2021-03-01-philosophy
├── 2021-04-13-bachelor-thesis
├── 2021-08-01-iron-smelting
├── 2021-12-05-political-violence
├── 2022-01-22-critical-philosophy-subjectivity
├── 2022-04-01-allei
├── 2022-04-30-lusatia
├── 2022-12-03-stable-dreamfusion
├── 2022-12-04-lampshades
├── 2023-01-03-auraglow
├── 2023-03-01-ruminations
├── 2023-06-16-ascendancy
├── 2023-06-20-autoimmunitaet
├── 2023-06-20-dreams-of-cars
├── 2023-12-06-postmaster
├── 2023-12-07-commoning-cars
├── 2024-01-30-airaspi-build-log
├── 2024-03-25-aethercomms
├── 2024-04-11-local-diffusion
├── 2024-04-25-echoing-dimensions
├── 2024-06-20-sferics
├── 2024-07-05-käsewerkstatt
├── 2025-04-15-master-thesis
├── 2025-05-15-zola
├── 2025-05-16-einszwovier-löten-leuchten
├── 2025-05-16-einszwovier-opening
└── 2025-05-19-einszwovier-vogelvilla
```
{% end %}