Skip to content

Commit 9341293

Browse files
committed
site upate
1 parent acdd84c commit 9341293

File tree

49 files changed

+858
-858
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+858
-858
lines changed

categories/index.html

+17-17
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
<meta name="keywords"
1212
content="" />
1313
<meta name="robots" content="noodp" />
14-
<link rel="canonical" href="konmik.com/categories/" />
14+
<link rel="canonical" href="https://konmik.com/categories/" />
1515

1616

17-
<link rel="stylesheet" href="konmik.com/assets/style.css">
17+
<link rel="stylesheet" href="https://konmik.com/assets/style.css">
1818

19-
<link rel="stylesheet" href="konmik.com/assets/green.css">
19+
<link rel="stylesheet" href="https://konmik.com/assets/green.css">
2020

2121

2222

2323

2424

2525

2626
<link rel="apple-touch-icon-precomposed" sizes="144x144"
27-
href="konmik.com/img/apple-touch-icon-144-precomposed.png">
27+
href="https://konmik.com/img/apple-touch-icon-144-precomposed.png">
2828

29-
<link rel="shortcut icon" href="konmik.com/img/favicon/green.png">
29+
<link rel="shortcut icon" href="https://konmik.com/img/favicon/green.png">
3030

3131

3232

@@ -35,7 +35,7 @@
3535
content="Categories :: Konstantin Mikheev&#39;s programming blog — " />
3636
<meta name="twitter:description"
3737
content="" />
38-
<meta name="twitter:site" content="konmik.com/" />
38+
<meta name="twitter:site" content="https://konmik.com/" />
3939
<meta name="twitter:creator" content="" />
4040
<meta name="twitter:image" content="">
4141

@@ -46,7 +46,7 @@
4646
content="Categories :: Konstantin Mikheev&#39;s programming blog — ">
4747
<meta property="og:description"
4848
content="" />
49-
<meta property="og:url" content="konmik.com/categories/" />
49+
<meta property="og:url" content="https://konmik.com/categories/" />
5050
<meta property="og:site_name" content="Categories" />
5151
<meta property="og:image" content="">
5252
<meta property="og:image:width" content="2048">
@@ -56,7 +56,7 @@
5656

5757

5858

59-
<link href="konmik.com/categories/index.xml" rel="alternate" type="application/rss+xml" title="Konstantin Mikheev&#39;s programming blog" />
59+
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="Konstantin Mikheev&#39;s programming blog" />
6060

6161

6262

@@ -74,7 +74,7 @@
7474
<header class="header">
7575
<div class="header__inner">
7676
<div class="header__logo">
77-
<a href="konmik.com/">
77+
<a href="https://konmik.com/">
7878
<div class="logo">
7979
Konstantin Mikheev&#39;s programming blog
8080
</div>
@@ -88,15 +88,15 @@
8888

8989

9090

91-
<li><a href="konmik.com/index.xml">[RSS]</a></li>
91+
<li><a href="https://konmik.com/index.xml">[RSS]</a></li>
9292

9393

9494

95-
<li><a href="twitter.com/sirstripy">[Twitter]</a></li>
95+
<li><a href="https://twitter.com/sirstripy">[Twitter]</a></li>
9696

9797

9898

99-
<li><a href="github.com/konmik">[GitHub]</a></li>
99+
<li><a href="https://github.com/konmik">[GitHub]</a></li>
100100

101101

102102

@@ -107,15 +107,15 @@
107107
<ul class="menu__inner menu__inner--mobile">
108108

109109

110-
<li><a href="konmik.com/index.xml">[RSS]</a></li>
110+
<li><a href="https://konmik.com/index.xml">[RSS]</a></li>
111111

112112

113113

114-
<li><a href="twitter.com/sirstripy">[Twitter]</a></li>
114+
<li><a href="https://twitter.com/sirstripy">[Twitter]</a></li>
115115

116116

117117

118-
<li><a href="github.com/konmik">[GitHub]</a></li>
118+
<li><a href="https://github.com/konmik">[GitHub]</a></li>
119119

120120

121121

@@ -156,8 +156,8 @@
156156
</div>
157157
</footer>
158158

159-
<script src="konmik.com/assets/main.js"></script>
160-
<script src="konmik.com/assets/prism.js"></script>
159+
<script src="https://konmik.com/assets/main.js"></script>
160+
<script src="https://konmik.com/assets/prism.js"></script>
161161

162162

163163

categories/index.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Categories on Konstantin Mikheev&#39;s programming blog</title>
5-
<link>konmik.com/categories/</link>
5+
<link>https://konmik.com/categories/</link>
66
<description>Recent content in Categories on Konstantin Mikheev&#39;s programming blog</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<copyright>(c) Konstantin Mikheev 2020</copyright>
10-
<atom:link href="konmik.com/categories/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="https://konmik.com/categories/index.xml" rel="self" type="application/rss+xml" />
1111
</channel>
1212
</rss>

categories/page/1/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en-us">
33
<head>
4-
<title>konmik.com/categories/</title>
5-
<link rel="canonical" href="konmik.com/categories/">
4+
<title>https://konmik.com/categories/</title>
5+
<link rel="canonical" href="https://konmik.com/categories/">
66
<meta name="robots" content="noindex">
77
<meta charset="utf-8">
8-
<meta http-equiv="refresh" content="0; url=konmik.com/categories/">
8+
<meta http-equiv="refresh" content="0; url=https://konmik.com/categories/">
99
</head>
1010
</html>

index.html

+34-34
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
<meta name="keywords"
1313
content="" />
1414
<meta name="robots" content="noodp" />
15-
<link rel="canonical" href="konmik.com/" />
15+
<link rel="canonical" href="https://konmik.com/" />
1616

1717

18-
<link rel="stylesheet" href="konmik.com/assets/style.css">
18+
<link rel="stylesheet" href="https://konmik.com/assets/style.css">
1919

20-
<link rel="stylesheet" href="konmik.com/assets/green.css">
20+
<link rel="stylesheet" href="https://konmik.com/assets/green.css">
2121

2222

2323

2424

2525

2626

2727
<link rel="apple-touch-icon-precomposed" sizes="144x144"
28-
href="konmik.com/img/apple-touch-icon-144-precomposed.png">
28+
href="https://konmik.com/img/apple-touch-icon-144-precomposed.png">
2929

30-
<link rel="shortcut icon" href="konmik.com/img/favicon/green.png">
30+
<link rel="shortcut icon" href="https://konmik.com/img/favicon/green.png">
3131

3232

3333

@@ -36,7 +36,7 @@
3636
content="Konstantin Mikheev&#39;s programming blog — " />
3737
<meta name="twitter:description"
3838
content="" />
39-
<meta name="twitter:site" content="konmik.com/" />
39+
<meta name="twitter:site" content="https://konmik.com/" />
4040
<meta name="twitter:creator" content="" />
4141
<meta name="twitter:image" content="">
4242

@@ -47,7 +47,7 @@
4747
content="Konstantin Mikheev&#39;s programming blog — ">
4848
<meta property="og:description"
4949
content="" />
50-
<meta property="og:url" content="konmik.com/" />
50+
<meta property="og:url" content="https://konmik.com/" />
5151
<meta property="og:site_name" content="Konstantin Mikheev&#39;s programming blog" />
5252
<meta property="og:image" content="">
5353
<meta property="og:image:width" content="2048">
@@ -57,7 +57,7 @@
5757

5858

5959

60-
<link href="konmik.com/index.xml" rel="alternate" type="application/rss+xml" title="Konstantin Mikheev&#39;s programming blog" />
60+
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Konstantin Mikheev&#39;s programming blog" />
6161

6262

6363

@@ -75,7 +75,7 @@
7575
<header class="header">
7676
<div class="header__inner">
7777
<div class="header__logo">
78-
<a href="konmik.com/">
78+
<a href="https://konmik.com/">
7979
<div class="logo">
8080
Konstantin Mikheev&#39;s programming blog
8181
</div>
@@ -89,15 +89,15 @@
8989

9090

9191

92-
<li><a href="konmik.com/index.xml">[RSS]</a></li>
92+
<li><a href="https://konmik.com/index.xml">[RSS]</a></li>
9393

9494

9595

96-
<li><a href="twitter.com/sirstripy">[Twitter]</a></li>
96+
<li><a href="https://twitter.com/sirstripy">[Twitter]</a></li>
9797

9898

9999

100-
<li><a href="github.com/konmik">[GitHub]</a></li>
100+
<li><a href="https://github.com/konmik">[GitHub]</a></li>
101101

102102

103103

@@ -108,15 +108,15 @@
108108
<ul class="menu__inner menu__inner--mobile">
109109

110110

111-
<li><a href="konmik.com/index.xml">[RSS]</a></li>
111+
<li><a href="https://konmik.com/index.xml">[RSS]</a></li>
112112

113113

114114

115-
<li><a href="twitter.com/sirstripy">[Twitter]</a></li>
115+
<li><a href="https://twitter.com/sirstripy">[Twitter]</a></li>
116116

117117

118118

119-
<li><a href="github.com/konmik">[GitHub]</a></li>
119+
<li><a href="https://github.com/konmik">[GitHub]</a></li>
120120

121121

122122

@@ -142,7 +142,7 @@
142142

143143
<div class="post on-list">
144144
<h1 class="post-title">
145-
<a href="konmik.com/posts/how_to_live_better_without_di/">How to live better without Dependency Injection</a></h1>
145+
<a href="https://konmik.com/posts/how_to_live_better_without_di/">How to live better without Dependency Injection</a></h1>
146146
<div class="post-meta">
147147
<span class="post-date">
148148
2020-01-09
@@ -153,9 +153,9 @@ <h1 class="post-title">
153153

154154
<span class="post-tags">
155155

156-
#<a href="konmik.com/tags/kotlin/">Kotlin</a>&nbsp;
156+
#<a href="https://konmik.com/tags/kotlin/">Kotlin</a>&nbsp;
157157

158-
#<a href="konmik.com/tags/android/">Android</a>&nbsp;
158+
#<a href="https://konmik.com/tags/android/">Android</a>&nbsp;
159159

160160
</span>
161161

@@ -176,14 +176,14 @@ <h1 class="post-title">
176176

177177

178178
<div>
179-
<a class="read-more button" href="konmik.com/posts/how_to_live_better_without_di/">Read →</a>
179+
<a class="read-more button" href="/posts/how_to_live_better_without_di/">Read →</a>
180180
</div>
181181

182182
</div>
183183

184184
<div class="post on-list">
185185
<h1 class="post-title">
186-
<a href="konmik.com/posts/impostor_syndrome/">Impostor Syndrome for Software Developers</a></h1>
186+
<a href="https://konmik.com/posts/impostor_syndrome/">Impostor Syndrome for Software Developers</a></h1>
187187
<div class="post-meta">
188188
<span class="post-date">
189189
2020-01-08
@@ -194,7 +194,7 @@ <h1 class="post-title">
194194

195195
<span class="post-tags">
196196

197-
#<a href="konmik.com/tags/programming-culture/">Programming Culture</a>&nbsp;
197+
#<a href="https://konmik.com/tags/programming-culture/">Programming Culture</a>&nbsp;
198198

199199
</span>
200200

@@ -211,14 +211,14 @@ <h1 class="post-title">
211211

212212

213213
<div>
214-
<a class="read-more button" href="konmik.com/posts/impostor_syndrome/">Read →</a>
214+
<a class="read-more button" href="/posts/impostor_syndrome/">Read →</a>
215215
</div>
216216

217217
</div>
218218

219219
<div class="post on-list">
220220
<h1 class="post-title">
221-
<a href="konmik.com/posts/code_simplicity_02/">Immutable data is the main key to simple code</a></h1>
221+
<a href="https://konmik.com/posts/code_simplicity_02/">Immutable data is the main key to simple code</a></h1>
222222
<div class="post-meta">
223223
<span class="post-date">
224224
2018-02-06
@@ -229,7 +229,7 @@ <h1 class="post-title">
229229

230230
<span class="post-tags">
231231

232-
#<a href="konmik.com/tags/programming-theory/">Programming theory</a>&nbsp;
232+
#<a href="https://konmik.com/tags/programming-theory/">Programming theory</a>&nbsp;
233233

234234
</span>
235235

@@ -244,14 +244,14 @@ <h1 class="post-title">
244244

245245

246246
<div>
247-
<a class="read-more button" href="konmik.com/posts/code_simplicity_02/">Read →</a>
247+
<a class="read-more button" href="/posts/code_simplicity_02/">Read →</a>
248248
</div>
249249

250250
</div>
251251

252252
<div class="post on-list">
253253
<h1 class="post-title">
254-
<a href="konmik.com/posts/code_simplicity_01/">The Code Simplicity Chart (c)</a></h1>
254+
<a href="https://konmik.com/posts/code_simplicity_01/">The Code Simplicity Chart (c)</a></h1>
255255
<div class="post-meta">
256256
<span class="post-date">
257257
2017-11-21
@@ -262,7 +262,7 @@ <h1 class="post-title">
262262

263263
<span class="post-tags">
264264

265-
#<a href="konmik.com/tags/programming-theory/">Programming theory</a>&nbsp;
265+
#<a href="https://konmik.com/tags/programming-theory/">Programming theory</a>&nbsp;
266266

267267
</span>
268268

@@ -277,14 +277,14 @@ <h1 class="post-title">
277277

278278

279279
<div>
280-
<a class="read-more button" href="konmik.com/posts/code_simplicity_01/">Read →</a>
280+
<a class="read-more button" href="/posts/code_simplicity_01/">Read →</a>
281281
</div>
282282

283283
</div>
284284

285285
<div class="post on-list">
286286
<h1 class="post-title">
287-
<a href="konmik.com/posts/is_programming_actually_math/">Is programming actually math?</a></h1>
287+
<a href="https://konmik.com/posts/is_programming_actually_math/">Is programming actually math?</a></h1>
288288
<div class="post-meta">
289289
<span class="post-date">
290290
2017-04-24
@@ -295,7 +295,7 @@ <h1 class="post-title">
295295

296296
<span class="post-tags">
297297

298-
#<a href="konmik.com/tags/programming-in-general/">Programming in general</a>&nbsp;
298+
#<a href="https://konmik.com/tags/programming-in-general/">Programming in general</a>&nbsp;
299299

300300
</span>
301301

@@ -310,7 +310,7 @@ <h1 class="post-title">
310310

311311

312312
<div>
313-
<a class="read-more button" href="konmik.com/posts/is_programming_actually_math/">Read →</a>
313+
<a class="read-more button" href="/posts/is_programming_actually_math/">Read →</a>
314314
</div>
315315

316316
</div>
@@ -320,7 +320,7 @@ <h1 class="post-title">
320320

321321

322322
<span class="button next">
323-
<a href="konmik.com/page/2/">
323+
<a href="/page/2/">
324324
<span class="button__text">Older posts</span>
325325
<span class="button__icon"></span>
326326
</a>
@@ -341,8 +341,8 @@ <h1 class="post-title">
341341
</div>
342342
</footer>
343343

344-
<script src="konmik.com/assets/main.js"></script>
345-
<script src="konmik.com/assets/prism.js"></script>
344+
<script src="https://konmik.com/assets/main.js"></script>
345+
<script src="https://konmik.com/assets/prism.js"></script>
346346

347347

348348

0 commit comments

Comments
 (0)