mkdocs.yml: add

Added mkdocs.yml and base structure of docs.
This commit is contained in:
Luc Bijl 2025-07-20 13:07:03 +02:00
parent 8f0bc2fbb5
commit 5b30ca997f
6 changed files with 115 additions and 0 deletions

View file

@ -0,0 +1,13 @@
authors:
luc:
name: "Luc"
description: ""
avatar: "https://git.ampel.dev/avatars/cbd8e77b1f18b62a6a8dc56124238153?size=512"
slug: "luc"
url: "https://git.ampel.dev/luc"
nils:
name: "Nils"
description: ""
avatar: "https://git.ampel.dev/avatars/caa9d4634a522b6e874804a280ce6d1001e4213b5e9db9ec965641269f862623?size=512"
slug: "nils"
url: "https://git.ampel.dev/nils"

5
docs/desktop-os/index.md Normal file
View file

@ -0,0 +1,5 @@
# Desktop operating-system Blog
The blog page of the topics particularly related to desktop operating systems.
---

9
docs/index.md Normal file
View file

@ -0,0 +1,9 @@
---
hide:
- navigation
- toc
---
# Welcome to the blog of the Ampel organisation
Here we blog about various topics related to desktop and server operating systems. From base system installs to particular configuration of top level software. Always striving for simplicity, minimalism and security in each of these layers.

View file

@ -0,0 +1,13 @@
authors:
luc:
name: "Luc"
description: ""
avatar: "https://git.ampel.dev/avatars/cbd8e77b1f18b62a6a8dc56124238153?size=512"
slug: "luc"
url: "https://git.ampel.dev/luc"
nils:
name: "Nils"
description: ""
avatar: "https://git.ampel.dev/avatars/caa9d4634a522b6e874804a280ce6d1001e4213b5e9db9ec965641269f862623?size=512"
slug: "nils"
url: "https://git.ampel.dev/nils"

5
docs/server-os/index.md Normal file
View file

@ -0,0 +1,5 @@
# Server operating-system Blog
The blog page of the topics particularly related to server operating systems.
---