awebsite/content/_index.md

89 lines
2.3 KiB
Markdown
Raw Normal View History

+++
insert_anchor_links = "left"
title = "Home"
2025-05-04 19:58:06 +02:00
[extra]
show_copyright = true
show_shares = true
+++
2025-05-14 15:08:38 +02:00
## Welcome
to the online presence of Aron Petau.
2025-05-04 19:58:06 +02:00
2025-05-14 16:26:18 +02:00
<aside>
![logo](/images/logo.png "Aron Petau")
</aside>
I use he/him pronouns and am based in Berlin, Germany.
I am a tinkerer, designer, software developer, and work in digital education research.
2025-04-30 00:07:32 +02:00
This site is a collection of my thoughts and experiences.
2025-05-04 19:58:06 +02:00
2025-04-30 00:07:32 +02:00
I hope you find something interesting here.
2025-05-14 15:08:38 +02:00
{% alert(note=true) %}
2025-05-14 16:26:18 +02:00
This Page is currently under active reconstruction.
2025-05-04 19:58:06 +02:00
Broken links are to be expected.
2025-05-14 15:08:38 +02:00
{% end %}
2025-05-14 16:26:18 +02:00
Progress of the rebuild:
<progress value="80" max="100"></progress>
2025-05-01 03:20:23 +02:00
2025-05-14 16:26:18 +02:00
{% alert(important=true) %}
Last updated: 2025-05-14
{% end %}
{% crt() %}
```
➜ content git:(main) ✗ tree -L 2
.
├── _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
```
{% end %}