-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.yaml
98 lines (87 loc) · 2.55 KB
/
config.yaml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
baseurl: "/"
languageCode: "en-us"
theme: "hello-friend-ng"
params:
dateform : "Jan 2, 2006"
dateformShort : "Jan 2"
dateformNum : "2006-01-02"
dateformNumTime: "2006-01-02 15:04 -0700"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts: false
# Metadata mostly used in document's head
description: "Everything related to nornir"
keywords: "homepage, blog"
images: [""]
# Directory name of your blog content (default is `content/posts`)
contentTypeName: "posts"
# Default theme "light" or "dark"
defaultTheme: "dark"
social:
- name: "twitter"
url: "https://twitter.com/dbarrosop"
- name: "github"
url: "https://github.com/dbarrosop"
- name: "linkedin"
url: "https://linkedin.com/dbarrosop"
- name: "email"
url: "mailto:[email protected]"
customCSS:
- /css/callout.css
- /css/menu.css
languages:
en:
title: "nornir.tech"
subtitle: "News and information about nornir's projects"
keywords: "nornir automation networking programming python golang"
copyright: "Nornir"
readOtherPosts: "Read other posts"
params:
logo:
logoText: "nornir.tech"
logoHomeLink: "/"
# or
#
# path: "/img/your-example-logo.svg"
# alt: "Your example logo alt text"
#
menu:
main:
- identifier: "projects"
name : "projects"
weight : "1"
- identifier: "gornir"
name : "gornir"
url : "/gornir/"
parent : "projects"
weight : "20"
- identifier: "nornir"
name : "nornir"
url : "/nornir/"
parent : "projects"
weight : "10"
- identifier: "third_party"
name : "third party"
url : "/tags/external-projects/"
parent : "projects"
weight : "30"
- identifier: "news"
name : "news"
url : "/posts/"
weight : "2"
- identifier: "support"
name : "support"
url : "/support/"
weight : "3"
- identifier: "sponsors"
name : "sponsors"
url : "/sponsors/"
weight : "5"
- identifier: "tags"
name : "tags"
url : "/tags/"
weight : "7"
taxonomies:
tag: tags
permalinks:
posts: /:year/:month/:day/:title/