-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
242 lines (190 loc) · 5.92 KB
/
index.html
File metadata and controls
242 lines (190 loc) · 5.92 KB
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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta name="generator" content="Hugo 0.153.1">
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://blog.melkorm.dev/images/favicon2.png" />
<title>Home | melkorm's blog</title>
<meta name="title" content="Home" />
<meta name="description" content="Passionate, problem solving crazy beard wearer" />
<meta name="keywords" content="404,fedora,frontend,gcp,gcs,google,http,l2tp,l2tp_netlink,l2tp_ppp,linux,networkmanager,router,selinux,seo,spa,terraform,vue,vue-router,vue3," />
<meta property="og:url" content="https://blog.melkorm.dev/">
<meta property="og:site_name" content="melkorm's blog">
<meta property="og:title" content="Home">
<meta property="og:description" content="Welcome to my personal blog What you can expect from this blog is articles about various topics from infrastructure, backend and frontend. Mostly around Go, SRE, AWS, GCP, Kubernetes and Cloud.
You can find more about me at About page.">
<meta property="og:locale" content="en_GB">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Home">
<meta name="twitter:description" content="Welcome to my personal blog What you can expect from this blog is articles about various topics from infrastructure, backend and frontend. Mostly around Go, SRE, AWS, GCP, Kubernetes and Cloud.
You can find more about me at About page.">
<meta itemprop="name" content="Home">
<meta itemprop="description" content="Welcome to my personal blog What you can expect from this blog is articles about various topics from infrastructure, backend and frontend. Mostly around Go, SRE, AWS, GCP, Kubernetes and Cloud.
You can find more about me at About page.">
<meta itemprop="datePublished" content="2025-11-21T00:07:44+01:00">
<meta itemprop="dateModified" content="2025-11-21T00:07:44+01:00">
<meta itemprop="wordCount" content="40">
<meta name="referrer" content="no-referrer-when-downgrade" />
<link rel="alternate" type="application/rss+xml" href="https://blog.melkorm.dev/index.xml" title="melkorm's blog" />
<style>
:root {
--width: 720px;
--font-main: Verdana, sans-serif;
--font-secondary: Verdana, sans-serif;
--font-scale: 1em;
--background-color: #fff;
--heading-color: #222;
--text-color: #444;
--link-color: #3273dc;
--visited-color: #8b6fcb;
--blockquote-color: #222;
}
@media (prefers-color-scheme: dark) {
:root {
--background-color: #01242e;
--heading-color: #eee;
--text-color: #ddd;
--link-color: #8cc2dd;
--visited-color: #8b6fcb;
--blockquote-color: #ccc;
}
}
body {
font-family: var(--font-secondary);
font-size: var(--font-scale);
margin: auto;
padding: 20px;
max-width: var(--width);
text-align: left;
background-color: var(--background-color);
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
color: var(--text-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-main);
color: var(--heading-color);
}
a {
color: var(--link-color);
cursor: pointer;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
nav a {
margin-right: 8px;
}
strong,
b {
color: var(--heading-color);
}
button {
margin: 0;
cursor: pointer;
}
time {
font-family: monospace;
font-style: normal;
font-size: 15px;
}
main {
line-height: 1.6;
}
table {
width: 100%;
}
hr {
border: 0;
border-top: 1px dashed;
}
img {
max-width: 100%;
}
code {
font-family: monospace;
padding: 2px;
border-radius: 3px;
}
blockquote {
border-left: 1px solid #999;
color: var(--blockquote-color);
padding-left: 20px;
font-style: italic;
}
footer {
padding: 25px 0;
text-align: center;
}
.title:hover {
text-decoration: none;
}
.title h1 {
font-size: 1.5em;
}
.inline {
width: auto !important;
}
.highlight,
.code {
border-radius: 3px;
margin-block-start: 1em;
margin-block-end: 1em;
overflow-x: auto;
}
ul.blog-posts {
list-style-type: none;
padding: unset;
}
ul.blog-posts li {
display: flex;
}
ul.blog-posts li span {
flex: 0 0 130px;
}
ul.blog-posts li a:visited {
color: var(--visited-color);
}
</style>
<meta
name="google-site-verification"
content="fGp3l5hbDnick6-4vgSqr6zaV-r0sot-ogcRdh4w-3A"
/>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</head>
<body>
<header><a href="/" class="title">
<h2 style="display: flex; justify-content: left; gap: 5px;">
<img src="/images/me-gopher.jpg" width="30" height="30">
melkorm's blog</h2>
</a>
<nav>
<a href="/">Home</a>
<a href="/blog/">Blog</a>
<a href="/about/">About</a>
</nav>
</header>
<main> <h1 id="welcome-to-my-personal-blog">Welcome to my personal blog</h1>
<p>What you can expect from this blog is articles about various topics from infrastructure, backend and frontend.
Mostly around Go, SRE, AWS, GCP, Kubernetes and Cloud.</p>
<p>You can find more about me at <a href="/about/" title="About page">About page.</a>
</p>
<h2>Latest from the blog</h2>
<a href="https://blog.melkorm.dev/fixing-selinux-and-kernel-blacklist-issues-for-l2tp-vpns-on-fedora/">Fixing SELinux and Kernel Blacklist Issues for L2TP VPNs on Fedora</a>
<br /><a href="https://blog.melkorm.dev/404-pages-with-vue.js-and-vue-router/">404 pages with Vue.js and vue-router</a>
<br /><a href="https://blog.melkorm.dev/hosting-single-page-applications-on-gcp/">Hosting Single Page Applications on GCP</a>
</main>
<footer>Made with <a href="https://github.com/janraasch/hugo-bearblog/">Hugo ʕ•ᴥ•ʔ Bear</a>
</footer>
</body>
</html>