-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
40 lines (36 loc) · 821 Bytes
/
Copy pathhugo.yaml
File metadata and controls
40 lines (36 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
baseURL: https://secmon-as-code.github.io/
languageCode: en-us
title: Security Monitoring as Code
theme: ["PaperMod"]
mainsections: ["posts"]
minify:
disableXML: true
# minifyOutput: true
languages:
en:
languageName: "English"
weight: 1
taxonomies:
category: categories
tag: tags
series: series
menu:
main:
- name: Concept
url: posts/concept/
weight: 1
- name: Architecture
url: posts/architecture/
weight: 5
- name: Tools
url: posts/tools/
weight: 10
params:
homeInfoParams:
Title: Security Monitoring as Code
Content: >
**Security Monitoring as Code** is ...
socialIcons:
- name: "github"
url: "https://github.com/secmon-as-code"
disableThemeToggle: true