-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
executable file
·157 lines (131 loc) · 4 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
################Cleanwhite################
#baseURL = "https://dangaiden.github.io"
#languageCode = "en-us"
#theme = "cleanwhite"
#title = "Dan Belmonte"
#paginate = 6
# [markup]
# [markup.goldmark]
# [markup.goldmark.renderer]
# unsafe = true
# [params]
# header_image = "/static/itgaiden.jpeg"
# title = "IT Gaiden"
# slogan = "Tips, stories and more about IT"
# #env = production
# SEOTitle = "IT Gaiden"
# keyword = "Kubernetes, Docker, SRE, DevOps, VMware, devops, Dan, Belmonte"
# # Sidebar settings
# sidebar_about_description = "I like road bikes (cyclist), playing videogames (gamer) and, anything related to tech!"
# sidebar_avatar = "/static/profile.jpeg"
# about_me = true
# featured_tags = true
# featured_condition_size = 4 # How many posts have to have a given tag to be featured (greater-than)
# #image_404 = "images/404-bg.jpg"
# title_404 = "We couldn't find what you were looking for..."
# omit_categories = false
# [[params.addtional_menus]]
# title = "ABOUT"
# href = "/content/about-me/"
# [params.social]
# twitter = "https://twitter.com/DanGaiden"
# github = "https://github.com/dangaiden"
# linkedin = "https://www.linkedin.com/in/danielbelmonte/"
##############END CLEANWHITE THEME###############
################PAPER-MOD####################
baseURL : "https://dangaiden.github.io"
languageCode : "en-us"
theme : "papermod"
title : "Dan Belmonte"
paginate : 8
buildDrafts: false
enableEmoji: true
markup:
goldmark:
renderer:
unsafe: true
outputs:
home:
- HTML
- RSS
- JSON # is necessary
params:
relativeURLs : true
defaultTheme: auto
env: production
paginate : 6
SEOTitle : "IT Gaiden"
keyword : "VMware, Windows, Kubernetes, Docker, SRE, DevOps, devops, Dan, Belmonte"
ShowCodeCopyButtons: true
ShowReadingTime: true
ShowToc: true
images: "/itgaiden.jpg"
##For HomeInfoMode##################################
homeInfoParams:
Title: IT Gaiden
Content: Tips, stories and more about IT
#####################################################
######################################################
profileMode:
enabled: false
subtitle: "Tips. stories and more about IT"
imageUrl: "/itgaiden.jpg" # optional
#imageTitle: "<title of image as alt>" # optional
imageWidth: 1200 # custom size
imageHeight: 1200 # custom size
buttons:
- name: Posts
url: "/content/posts/"
- name: About me
url: "/content/about-me/"
#######################################################
socialIcons: # optional
- name: Twitter
url: "https://twitter.com/DanGaiden"
- name: Linkedin
url: "https://www.linkedin.com/in/danielbelmonte/"
- name: Github
url: "https://github.com/dangaiden"
menu:
main:
- name: Archive
url: archives/
weight: 5
- name: Search
url: search/
weight: 10
- identifier: categories
name: Categories
url: /categories/
weight: 15
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: aboutme
name: "About me"
url: /about-me/
weight: 25
#[params]
# [[params.addtional_menus]]
# title : "ABOUT"
# href : "/content/about-me/"
#languages:
# en:
# languageName: "English"
# weight: 1
# menu:
# main:
# - name: Archive
# url: archives
# weight: 5
# - name: Search
# url: search/
# weight: 10
# - name: Tags
# url: tags/
# weight: 10
# - name: Categories
# url: categories/
# weight: 10
##############################################################