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/"
|
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"
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user