-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
452 lines (316 loc) · 18.6 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
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!DOCTYPE html>
<html>
<head>
<!-- Document Settings -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Base Meta -->
<!-- dynamically fixing the title for tag/author pages -->
<title>Bisguzar - Hobisel Pythoncu</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Styles'n'Scripts -->
<link rel="stylesheet" type="text/css" href="/assets/built/screen.css" />
<link rel="stylesheet" type="text/css" href="/assets/built/screen.edited.css" />
<link rel="stylesheet" type="text/css" href="/assets/built/syntax.css" />
<link rel="stylesheet" type="text/css" href="/assets/custom.css" />
<!-- highlight.js -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<style>
.highlighter-rouge{
width: 100%;
}
.hljs{
background: none;
}
</style>
<!-- This tag outputs SEO meta+structured data and other important settings -->
<meta name="description" content="" />
<link rel="shortcut icon" href="/assets/images/favicon.png" type="image/png" />
<link rel="canonical" href="/" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<!--title below is coming from _includes/dynamic_title-->
<meta property="og:site_name" content="Bisguzar - Hobisel Pythoncu" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Bisguzar - Hobisel Pythoncu" />
<meta property="og:description" content="" />
<meta property="og:url" content="/" />
<meta property="og:image" content="/assets/images/blog-cover.jpg" />
<meta property="article:publisher" content="https://www.facebook.com/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Bisguzar - Hobisel Pythoncu" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="/" />
<meta name="twitter:image" content="/assets/images/blog-cover.jpg" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="Bisguzar - Hobisel Pythoncu" />
<meta name="twitter:site" content="@bugraisguzar" />
<meta name="twitter:creator" content="@bugraisguzar" />
<meta property="og:image:width" content="2000" />
<meta property="og:image:height" content="666" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "Bisguzar - Hobisel Pythoncu",
"logo": "/assets/images/bisguzar_w.png"
},
"url": "/",
"image": {
"@type": "ImageObject",
"url": "/assets/images/blog-cover.jpg",
"width": 2000,
"height": 666
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "/"
},
"description": ""
}
</script>
<!-- <script type="text/javascript" src="https://demo.ghost.io/public/ghost-sdk.min.js?v=724281a32e"></script>
<script type="text/javascript">
ghost.init({
clientId: "ghost-frontend",
clientSecret: "f84a07a72b17"
});
</script> -->
<meta name="generator" content="Jekyll 3.6.2" />
<link rel="alternate" type="application/rss+xml" title="Bisguzar - Hobisel Pythoncu" href="/feed.xml" />
</head>
<body class="home-template">
<div class="site-wrapper">
<!-- All the main content gets inserted here, index.hbs, post.hbs, etc -->
<!-- < default -->
<!-- The tag above means: insert everything in this file
into the {body} of the default.hbs template -->
<!-- The big featured header, it uses blog cover image as a BG if available -->
<header class="site-header outer " style="background-image: url(/assets/images/blog-cover.jpg) ">
<div class="inner">
<div class="site-header-content">
<h1 class="site-title">
<img class="site-logo" src="/assets/images/bisguzar_w.png" alt="Bisguzar - Hobisel Pythoncu"/>
</h1>
<h2 class="site-description"></h2>
</div>
<nav class="site-nav">
<div class="site-nav-left">
<ul class="nav" role="menu">
<li class="nav-home" role="menuitem"><a href="/">Ana Sayfa</a></li>
<li class="nav-getting-started" role="menuitem"><a href="/tag/python/">Python</a></li>
<li class="nav-getting-started" role="menuitem"><a href="/tag/micropython/">MicroPython</a></li>
<li class="nav-getting-started" role="menuitem"><a href="/tag/flask/">Flask</a></li>
</ul>
</div>
<div class="site-nav-right">
<div class="social-links">
<a class="social-link social-link-tw" href="https://twitter.com/bugraisguzar" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30.063 7.313c-.813 1.125-1.75 2.125-2.875 2.938v.75c0 1.563-.188 3.125-.688 4.625a15.088 15.088 0 0 1-2.063 4.438c-.875 1.438-2 2.688-3.25 3.813a15.015 15.015 0 0 1-4.625 2.563c-1.813.688-3.75 1-5.75 1-3.25 0-6.188-.875-8.875-2.625.438.063.875.125 1.375.125 2.688 0 5.063-.875 7.188-2.5-1.25 0-2.375-.375-3.375-1.125s-1.688-1.688-2.063-2.875c.438.063.813.125 1.125.125.5 0 1-.063 1.5-.25-1.313-.25-2.438-.938-3.313-1.938a5.673 5.673 0 0 1-1.313-3.688v-.063c.813.438 1.688.688 2.625.688a5.228 5.228 0 0 1-1.875-2c-.5-.875-.688-1.813-.688-2.75 0-1.063.25-2.063.75-2.938 1.438 1.75 3.188 3.188 5.25 4.25s4.313 1.688 6.688 1.813a5.579 5.579 0 0 1 1.5-5.438c1.125-1.125 2.5-1.688 4.125-1.688s3.063.625 4.188 1.813a11.48 11.48 0 0 0 3.688-1.375c-.438 1.375-1.313 2.438-2.563 3.188 1.125-.125 2.188-.438 3.313-.875z"/></svg>
</a>
<a class="social-link social-link-gh" href="https://github.com/bisguzar" target="_blank" rel="noopener"><i class="fab fa-github" style="font-size: 18px"></i></a>
</div>
</div>
</nav>
<script defer src="https://use.fontawesome.com/releases/v5.2.0/js/all.js" integrity="sha384-4oV5EgaV02iISL2ban6c/RmotsABqE4yZxZLcYMAdG7FAPsyHYAPpywE9PJo+Khy" crossorigin="anonymous"></script>
</div>
</header>
<!-- The main content area -->
<main id="site-main" class="site-main outer" role="main">
<div class="inner">
<div class="post-feed">
<!-- The tag below includes the markup for each post - partials/post-card.hbs -->
<article class="post-card home-template">
<a class="post-card-image-link" href="/jekyll-github-actions">
<div class="post-card-image" style="background-image: url(/assets/images/github-actions.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/jekyll-github-actions">
<header class="post-card-header">
<span class="post-card-tags">Devops</span>
<h2 class="post-card-title">Github Actions ve Jekyll</h2>
</header>
<section class="post-card-excerpt">
<p>Şu anda okuduğunuz bu yazının barındığı platforma (bloga) yıllık alan adı ücreti dışında bir ücret ödemiyorum. Çünkü zaten çok nadir yazdığım ve ziyaretçisinin de az olduğu bir platforma neden ücret ödeyeyim ki diye</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="/assets/images/bisguzar_pp.jpg" alt="Buğra İşgüzar" />
<span class="post-card-author">
<a href="/author/bisguzar/">Buğra İşgüzar</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/flask-blueprint">
<div class="post-card-image" style="background-image: url(/assets/images/flask/blueprint.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/flask-blueprint">
<header class="post-card-header">
<span class="post-card-tags">Flask</span>
<h2 class="post-card-title">Flask Blueprint Yapısı</h2>
</header>
<section class="post-card-excerpt">
<p>İçerik Listesi Blueprint Nedir? İlk Blueprintimizi Oluşturalım Proje Dosya Yapısı Fonksiyonel Yapı Bölünmüş Yapı Hangisini Daha İyi? İleri Seviye Kullanım URL Ön Eki Kaynaklar Blueprint Nedir? Blueprint kelime olarak taslak anlamına geliyor. Eğer</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="/assets/images/bisguzar_pp.jpg" alt="Buğra İşgüzar" />
<span class="post-card-author">
<a href="/author/bisguzar/">Buğra İşgüzar</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/flask-ile-blog">
<div class="post-card-image" style="background-image: url(/assets/images/flask_python.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/flask-ile-blog">
<header class="post-card-header">
<span class="post-card-tags">Flask</span>
<h2 class="post-card-title">Flask ile Blog Yapalım</h2>
</header>
<section class="post-card-excerpt">
<p>İçerik Listesi Giriş İnternet Siteleri Nasıl Çalışır Pipenv Kurulumu ve Kullanımı Flask Kullanmaya Başlayalım Site İskeletini Oluşturalım Şablonlarımızı Güzelleştirelim Veritabanı Modelleri Back-end’i Hazırlayalım Fonksiyonlarımızı Oluşturalım Giriş/Çıkış Yapısını Hazırlayalım Yazı Ekleme Sayfasını Ayarlayalım Ana</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="/assets/images/bisguzar_pp.jpg" alt="Buğra İşgüzar" />
<span class="post-card-author">
<a href="/author/bisguzar/">Buğra İşgüzar</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/ampy-nedir">
<div class="post-card-image" style="background-image: url(/assets/images/embedded.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/ampy-nedir">
<header class="post-card-header">
<span class="post-card-tags">Micropython</span>
<h2 class="post-card-title">Adafruit MicroPython Tool - AMPY Nedir?</h2>
</header>
<section class="post-card-excerpt">
<p>Bir projede MicroPython kullanmaya karar verdikten ve biraz araştırma yaptıktan sonraki soru “İyi, güzel, hoş da biz kodlarımızı nasıl bu karta yüklüyoruz” oluyor. En azından benim için bu süreç tam olarak böyle ilerledi.</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="/assets/images/bisguzar_pp.jpg" alt="Buğra İşgüzar" />
<span class="post-card-author">
<a href="/author/bisguzar/">Buğra İşgüzar</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/micropython-nedir">
<div class="post-card-image" style="background-image: url(/assets/images/embedded.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/micropython-nedir">
<header class="post-card-header">
<span class="post-card-tags">Micropython</span>
<h2 class="post-card-title">Micropython Nedir?</h2>
</header>
<section class="post-card-excerpt">
<p>Micropython’u tanımlamak çok kolay, okadar kolay ki tek bir cümle. Micropython, C programlama dili ile yazılmış, Python 3 programlama dilinin görevini gömülü sistemler üzerinde yerine getiren bir yapıdır.1 Bu tanımı kavrayabilmemiz için öncelikle</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="/assets/images/bisguzar_pp.jpg" alt="Buğra İşgüzar" />
<span class="post-card-author">
<a href="/author/bisguzar/">Buğra İşgüzar</a>
</span>
</footer>
</div>
</article>
</div>
</div>
</main>
<!-- Previous/next page links - displayed on every page -->
<!-- The footer at the very bottom of the screen -->
<footer class="site-footer outer">
<div class="site-footer-content inner">
<section class="copyright"><a href="/">Bisguzar - Hobisel Pythoncu</a> © 2020</section>
<section class="poweredby"><a href="https://jekyllrb.com/">Jekyll</a>'in <a href="https://github.com/jekyller/jasper2" target="_blank" rel="noopener">Jasper2</a> teması &
<a href="https://pages.github.com/" target="_blank" rel="noopener">GitHub Pages</a> kullanılarak yayınlandı.
</section>
<nav class="site-footer-nav">
<a href="/">Son Yazılar</a>
<a href="https://twitter.com/bugraisguzar" target="_blank" rel="noopener">Twitter</a>
<a href="https://github.com/bisguzar" target="_blank" rel="noopener">Github</a>
</nav>
</div>
</footer>
</div>
<!-- The big email subscribe modal content -->
<!-- highlight.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.10.0/components/prism-abap.min.js"></script>
<script>$(document).ready(function() {
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});</script>
<!-- jQuery + Fitvids, which makes all video embeds responsive -->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous">
</script>
<script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="https://demo.ghost.io/assets/js/jquery.fitvids.js?v=724281a32e"></script>
<!-- Paginator increased to "infinit" in _config.yml -->
<!-- if paginator.posts -->
<!-- <script>
var maxPages = parseInt('1');
</script>
<script src="/assets/js/infinitescroll.js"></script> -->
<!-- /endif -->
<!-- Add Google Analytics -->
<!-- Google Analytics Tracking code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '', 'auto');
ga('send', 'pageview');
</script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter49866622 = new Ya.Metrika2({
id:49866622,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/tag.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks2");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/49866622" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- The #block helper will pull in data from the #contentFor other template files. In this case, there's some JavaScript which we only want to use in post.hbs, but it needs to be included down here, after jQuery has already loaded. -->
<!-- Ghost outputs important scripts and data with this tag - it should always be the very last thing before the closing body tag -->
<!-- ghost_foot -->
</body>
</html>