collapse into one blog page
This commit is contained in:
parent
4cc79798f0
commit
b5e73a228d
13 changed files with 4 additions and 44 deletions
|
@ -1,5 +0,0 @@
|
|||
# Desktop operating-system Blog
|
||||
|
||||
The blog page of the topics particularly related to desktop operating systems.
|
||||
|
||||
---
|
|
@ -1,9 +1,3 @@
|
|||
---
|
||||
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.
|
||||
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.
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
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"
|
|
@ -1,5 +0,0 @@
|
|||
# Server operating-system Blog
|
||||
|
||||
The blog page of the topics particularly related to server operating systems.
|
||||
|
||||
---
|
17
mkdocs.yml
17
mkdocs.yml
|
@ -13,8 +13,6 @@ theme:
|
|||
features:
|
||||
- navigation.instant
|
||||
- navigation.instant.progress
|
||||
- navigation.indexes
|
||||
- navigation.tabs
|
||||
- navigation.sections
|
||||
- toc.follow
|
||||
- search.suggest
|
||||
|
@ -23,8 +21,8 @@ theme:
|
|||
- content.tabs.link
|
||||
- content.code.copy
|
||||
- content.code.annotate
|
||||
# logo: assets/ampel-logo.png
|
||||
# favicon: assets/ampel-logo.png
|
||||
#logo: assets/ampel-logo.png
|
||||
#favicon: assets/ampel-logo.png
|
||||
palette:
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
|
@ -60,13 +58,4 @@ plugins:
|
|||
- search
|
||||
- tags
|
||||
- blog:
|
||||
blog_dir: desktop-os
|
||||
- blog:
|
||||
blog_dir: server-os
|
||||
|
||||
nav:
|
||||
- 'Home': index.md
|
||||
- 'Desktop OS':
|
||||
- desktop-os/index.md
|
||||
- 'Server OS':
|
||||
- server-os/index.md
|
||||
blog_dir: .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue