-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
154 lines (120 loc) · 5.22 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.61.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Generic Talks - Душевные беседы о программировании и смежных темах. Говорим о коде: высоко- и низкоуровневых вещах, правильном использовании технологий и, конечно, производительности. Любим Go и уважаем другие языки. </title><link rel="icon" type="image/png" href=icons/myicon.png /><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="https://generictalks.com/index.xml" title="Generic Talks" />
<meta property="og:title" content="Generic Talks" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://generictalks.com/" />
<meta property="og:updated_time" content="2019-12-17T20:27:59+00:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Generic Talks"/>
<meta name="twitter:description" content=""/>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen" href="https://generictalks.com/css/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://generictalks.com/css/main.css" />
<link rel="stylesheet" type="text/css" href="https://generictalks.com/css/custom.css" />
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://generictalks.com/js/main.js"></script>
</head>
<body>
<div class="container wrapper">
<div class="header">
<h1 class="site-title"><a href="https://generictalks.com/">Generic Talks</a></h1>
<div class="site-description"><p>Душевные беседы о программировании и смежных темах. Говорим о коде: высоко- и низкоуровневых вещах, правильном использовании технологий и, конечно, производительности. Любим Go и уважаем другие языки.</p><nav class="nav social">
<ul class="flat"><li><a href="https://twitter.com/generictalks" title="Twitter"><i data-feather="twitter"></i></a></li><li><a href="https://t.me/generictalks" title="Telegram"><i data-feather="telegram"></i></a></li><li><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></li></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Главная</a>
</li>
<li>
<a href="/posts">Все выпуски</a>
</li>
<li>
<a href="/links">Ссылки</a>
</li>
<li>
<a href="/about">О подкасте</a>
</li>
</ul>
</nav>
</div>
<div class="recent-posts section">
<div class="posts">
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">17</span>
<span class="rest">Dec 2019</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/posts/post-3/">Generic Talks Episode 3</a>
</h4>
<span class="description">
И вот 3й выпуск подкаста Generic Talks. С вами Богдан и Олег!
- 0:00 - интро
- 0:10 - High & Mid IR в Rust, а так же ...
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">09</span>
<span class="rest">Dec 2019</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/posts/post-2/">Generic Talks Episode 2</a>
</h4>
<span class="description">
2й выпуск подкаста Generic Talks. С вами Олег, Богдан и даже Искандер!
- 0:00 - интро
- 0:10 - аннотация ошибок в го
-...
</span>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div class="meta">
<div class="date">
<span class="day">02</span>
<span class="rest">Dec 2019</span>
</div>
</div>
<div class="matter">
<h4 class="title small">
<a href="/posts/post-1/">Generic Talks Episode 1</a>
</h4>
<span class="description">
Всем привет и добро пожаловать в 1й выпуск подкаста Generic Talks. С вами Олег и Богдан.
(Богдан сказал, что это 2й вы...
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer wrapper">
<nav class="nav">
<div> <a href="https://github.com/knadh/hugo-ink">Ink</a> theme on <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script>feather.replace()</script>
</body>
</html>