add categories

This commit is contained in:
Arne Baeumler 2022-01-15 21:51:48 +01:00
parent 88c4ff8877
commit f0852dfe85
2 changed files with 11 additions and 1 deletions

View File

@ -11,12 +11,20 @@ publishdir = "/var/www/localhost/htdocs"
url = "/post/" url = "/post/"
title = "" title = ""
weight = 1 weight = 1
[[menu.main]]
identifier = "categories"
pre = ""
post = ""
name = "Categories"
url = "/categories/"
title = ""
weight = 2
[[menu.main]] [[menu.main]]
identifier = "tags" identifier = "tags"
name = "Tags" name = "Tags"
url = "/tags/" url = "/tags/"
title = "" title = ""
weight = 2 weight = 3
[params] [params]
version = "0.2.X" version = "0.2.X"

View File

@ -5,6 +5,8 @@ draft: false
tags: tags:
- monitoring - monitoring
- mrtg - mrtg
categories:
- monitoring
--- ---
> I'm totaly aware there are more modern monitoring solutions (prometheus, icinga2, prtg and other > I'm totaly aware there are more modern monitoring solutions (prometheus, icinga2, prtg and other