-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
244 lines (234 loc) · 4.71 KB
/
_config.yml
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
# Site settings
title: 'Patrick Pedersen'
email: 'github@patrickpedersen.tech'
description: "Contemplating my next project...\nor maybe I should just finish the ones I've already started."
url: "https://patrickpedersen.tech"
github_username: 'PatrickPedersen'
# Sass settings
sass:
sass_dir: _sass
style: compressed
# Socials
social_links:
github:
platform: GitHub
url: 'https://github.com/PatrickPedersen'
linkedin:
platform: LinkedIn
url: 'https://www.linkedin.com/in/patrick-j-s-pedersen/'
# languages
languages:
typescript:
name: TypeScript
image: typescript-color.svg
python:
name: Python
image: python-color.svg
php:
name: PHP
image: php-color.svg
powershell:
name: PowerShell
image: powershell-color.svg
bash:
name: Bash
image: bash-color.svg
terraform:
name: Terraform
image: terraform-color.svg
# Tools
tools:
git:
name: Git
image: git-color.svg
github:
name: GitHub
image: github-color.svg
github_actions:
name: GitHub Actions
image: githubactions-color.svg
azure_devops:
name: Azure DevOps
image: azuredevops-color.svg
nodejs:
name: Node.js
image: nodejs-color.svg
fluxcd:
name: FluxCD
image: flux-color.svg
sonarqube:
name: SonarQube
image: sonarqube-color.svg
postman:
name: Postman
image: postman-color.svg
# Monitoring
monitoring:
prometheus:
name: Prometheus
image: prometheus-color.svg
grafana:
name: Grafana
image: grafana-color.svg
loki:
name: Loki
image: loki-color.png
# Platforms
platforms:
azure:
name: Microsoft Azure
image: azure-color.svg
windows:
name: Windows
image: windows-color.svg
docker:
name: Docker
image: docker-color.svg
kubernetes:
name: Kubernetes
image: kubernetes-color.svg
rockylinux:
name: Rocky Linux
image: rockylinux-color.svg
fedora:
name: Fedora
image: fedora-color.svg
archlinux:
name: Arch Linux
image: archlinux-color.svg
# Skills
skills:
typescript:
name: TypeScript
image: typescript-color.svg
category: "1"
python:
name: Python
image: python-color.svg
category: "1"
php:
name: PHP
image: php-color.svg
category: "1"
powershell:
name: PowerShell
image: powershell-color.svg
category: "1"
bash:
name: Bash
image: bash-color.svg
category: "1"
terraform:
name: Terraform
image: terraform-color.svg
category: "1"
git:
name: Git
image: git-color.svg
category: "2"
github:
name: GitHub
image: github-color.svg
category: "2"
github_actions:
name: GitHub Actions
image: githubactions-color.svg
category: "2"
azure_devops:
name: Azure DevOps
image: azuredevops-color.svg
category: "2"
nodejs:
name: Node.js
image: nodejs-color.svg
category: "2"
fluxcd:
name: FluxCD
image: flux-color.svg
category: "2"
vscode:
name: Visual Studio Code
image: vscode-color.svg
category: "2"
pycharm:
name: PyCharm
image: pycharm-color.svg
category: "2"
intellij:
name: IntelliJ IDEA
image: intellijidea-color.svg
category: "2"
phpstorm:
name: PhpStorm
image: phpstorm-color.svg
category: "2"
sonarqube:
name: SonarQube
image: sonarqube-color.svg
category: "2"
postman:
name: Postman
image: postman-color.svg
category: "2"
prometheus:
name: Prometheus
image: prometheus-color.svg
category: "3"
grafana:
name: Grafana
image: grafana-color.svg
category: "3"
loki:
name: Loki
image: loki-color.png
category: "3"
azure:
name: Microsoft Azure
image: azure-color.svg
category: "4"
windows:
name: Windows
image: windows-color.svg
category: "4"
docker:
name: Docker
image: docker-color.svg
category: "4"
kubernetes:
name: Kubernetes
image: kubernetes-color.svg
category: "4"
rockylinux:
name: Rocky Linux
image: rockylinux-color.svg
category: "4"
fedora:
name: Fedora
image: fedora-color.svg
category: "4"
archlinux:
name: Arch Linux
image: archlinux-color.svg
category: "4"
# Build settings
plugins:
- jekyll-seo-tag
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/