add categories
This commit is contained in:
parent
88c4ff8877
commit
f0852dfe85
10
config.toml
10
config.toml
@ -11,12 +11,20 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
url = "/post/"
|
||||
title = ""
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
identifier = "categories"
|
||||
pre = ""
|
||||
post = ""
|
||||
name = "Categories"
|
||||
url = "/categories/"
|
||||
title = ""
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
identifier = "tags"
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
title = ""
|
||||
weight = 2
|
||||
weight = 3
|
||||
|
||||
[params]
|
||||
version = "0.2.X"
|
||||
|
@ -5,6 +5,8 @@ draft: false
|
||||
tags:
|
||||
- monitoring
|
||||
- mrtg
|
||||
categories:
|
||||
- monitoring
|
||||
---
|
||||
|
||||
> I'm totaly aware there are more modern monitoring solutions (prometheus, icinga2, prtg and other
|
||||
|
Loading…
x
Reference in New Issue
Block a user