-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
136 lines (117 loc) · 3.42 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
baseURL: https://claudioessilva.eu
disablePathToLower: true
languageCode: en-us
defaultContentLanguage: "en-us"
title: Cláudio Silva's Blog
theme: "hugo-tranquilpeak-theme"
paginate: 5
permalinks:
post: /:year/:month/:day/:title/
googleAnalytics: UA-27703765-1
markup:
tableOfContents:
endLevel: 3
ordered: false
startLevel: 2
author:
name: Cláudio Silva
bio: >-
Data Platform Architect and PowerShell lover.
job: Data Platform Architect
location: Portugal
picture: "/img/avatar.jpg"
twitter: "claudioessilva"
menu:
main:
- weight: 1
identifier: home
name: Home
pre: <i class="sidebar-button-icon fas fa-lg fa-home" aria-hidden="true"></i>
url: /
# - weight: 2
# identifier: categories
# name: Categories
# pre: >-
# <i class="sidebar-button-icon fas fa-lg fa-bookmark"
# aria-hidden="true"></i>
# url: /categories
- weight: 3
identifier: tags
name: Tags
pre: <i class="sidebar-button-icon fas fa-lg fa-tags" aria-hidden="true"></i>
url: /tags
# - weight: 4
# identifier: archives
# name: Archives
# pre: >-
# <i class="sidebar-button-icon fas fa-lg fa-archive"
# aria-hidden="true"></i>
# url: /archives
- weight: 5
identifier: about
name: About
pre: >-
<i class="sidebar-button-icon fas fa-lg fa-question"
aria-hidden="true"></i>
url: /#about
links:
- weight: 1
identifier: github
name: GitHub
pre: >-
<i class="sidebar-button-icon fab fa-lg fa-github"
aria-hidden="true"></i>
url: 'https://github.com/claudioessilva'
- weight: 2
identifier: twitter
name: Twitter
pre: >-
<i class="sidebar-button-icon fab fa-lg fa-twitter"
aria-hidden="true"></i>
url: 'https://twitter.com/claudioessilva'
- weight: 3
identifier: linkedin
name: LinkedIn
pre: >-
<i class="sidebar-button-icon fab fa-lg fa-linkedin"
aria-hidden="true"></i>
url: 'https://www.linkedin.com/in/claudioessilva'
misc:
- weight: 1
identifier: rss
name: RSS
pre: <i class="sidebar-button-icon fas fa-lg fa-rss" aria-hidden="true"></i>
url: /index.xml
params:
#GitHubComments: true
# Enable or disable Utterances (https://github.com/utterance/utterances) Github Issue-Based Commenting
utterances: true #Run the utterances script in the single.html layout to load https://utteranc.es comments
utterancesRepo: "ClaudioESSilva/blog-comments" # Utterances is enabled when this param is set
utterancesTheme: "github-light" # Default: github-dark
utterancesIssueTerm: "og:title" # Default: pathname
description: Cláudios' Blog
syntaxHighlighter: highlight.js
clearReading: true
hierarchicalCategories: true
sidebarBehavior: 1
coverImage: images/cover_bridge.jpg
favicon: img/favicon.jpg
imageGallery: true
thumbnailImage: true
thumbnailImagePosition: top
autoThumbnailImage: true
sharingOptions:
- name: Facebook
icon: fab fa-facebook-square
url: 'https://www.facebook.com/sharer/sharer.php?u=%s'
- name: Twitter
icon: fab fa-twitter
url: 'https://twitter.com/intent/tweet?text=%s'
- name: Linkedin
icon: fab fa-linkedin
url: 'https://www.linkedin.com/sharing/share-offsite/?url=%s'
header:
rightLink:
class: ''
icon: ''
url: /#about