-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathauthor_archive.html
408 lines (296 loc) · 18.2 KB
/
author_archive.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
<!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>All Tags</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" />
<!-- custom.css -->
<link rel="stylesheet" type="text/css" href="/assets/built/custom.css" />
<!-- font awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- web font adding -->
<link rel="stylesheet" href="https://fonts.googleapis.com/earlyaccess/nanumgothic.css">
<!-- syntax css adding -->
<link rel="stylesheet" type="text/css" href="/assets/built/syntax.css" />
<link rel="stylesheet" href="/assets/built/syntax.css">
<!-- highlight.js -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<style>.hljs { background: none; }</style>
<!--[if IE]>
<style>
p, ol, ul{
width: 100%;
}
blockquote{
width: 100%;
}
</style>
<![endif]-->
<!-- This tag outputs SEO meta+structured data and other important settings -->
<meta name="description" content="An Open Cloud Edge SW Plaform to enable Intelligent Edge Service" />
<link rel="shortcut icon" href="http://localhost:4000/assets/built/images/favicon.png" type="image/png" />
<link rel="canonical" href="http://localhost:4000/author_archive" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<!--title below is coming from _includes/dynamic_title-->
<meta property="og:site_name" content="GEdge Platform" />
<meta property="og:type" content="website" />
<meta property="og:title" content="All Tags" />
<meta property="og:description" content="An Open Cloud Edge SW Plaform to enable Intelligent Edge Service" />
<meta property="og:url" content="http://localhost:4000/author_archive" />
<meta property="og:image" content="http://localhost:4000/assets/built/images/back3.png" />
<meta property="article:publisher" content="https://www.facebook.com/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="All Tags" />
<meta name="twitter:description" content="An Open Cloud Edge SW Plaform to enable Intelligent Edge Service" />
<meta name="twitter:url" content="http://localhost:4000/" />
<meta name="twitter:image" content="http://localhost:4000/assets/built/images/back3.png" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="GEdge Platform" />
<meta name="twitter:site" content="@" />
<meta name="twitter:creator" content="@" />
<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": "GEdge Platform",
"logo": "https://gedge-platform.github.io"
},
"url": "http://localhost:4000/author_archive",
"image": {
"@type": "ImageObject",
"url": "http://localhost:4000/assets/built/images/back3.png",
"width": 2000,
"height": 666
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http://localhost:4000/author_archive"
},
"description": "An Open Cloud Edge SW Plaform to enable Intelligent Edge Service"
}
</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="All Tags" href="/feed.xml" />
</head>
<body class="page-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">
<div class="inner">
<nav class="site-nav">
<div class="site-nav-left">
<a class="site-nav-logo" href="https://gedge-platform.github.io">GEdge Platform</a>
<ul class="nav" role="menu">
<li class="nav-home" role="menuitem"><a href="/">Home</a></li>
<li class="nav-about" role="menuitem"><a href="/about/">About</a></li>
<li class="nav-jekyll" role="menuitem"><a href="/tag/technology/">Technology</a></li>
<li class="nav-python" role="menuitem"><a href="/tag/blog/">blog</a></li>
<li class="nav-python" role="menuitem"><a href="/tag/news/">news</a></li>
<li class="nav-archive" role="menuitem">
<a href="/archive.html">All Posts</a>
</li>
<li class="nav-archive" role="menuitem">
<a href="/author_archive.html">Tag별 Posts</a>
</li>
</ul>
</div>
<div class="site-nav-right">
<div class="social-links">
</div>
<a class="subscribe-button" href="#subscribe">Search</a>
</div>
</nav>
</div>
</header>
<!-- Everything inside the #post tags pulls data from the post -->
<!-- #post -->
<main id="site-main" class="site-main outer" role="main">
<div class="inner">
<article class="post-full post page no-image">
<header class="post-full-header">
<h1 class="post-full-title">All Tags</h1>
</header>
<section class="post-full-content">
<div id="post-index" class="well article">
<ul class="entry-meta inline-list">
<li><a href="#blog" class="tag"><span class="term alltags">blog</span> <span class="count alltags">1</span></a></li>
<li><a href="#news" class="tag"><span class="term alltags">news</span> <span class="count alltags">14</span></a></li>
<li><a href="#technology" class="tag"><span class="term alltags">technology</span> <span class="count alltags">6</span></a></li>
</ul>
<article>
<h2 id="blog" class="tag-heading">BLOG</h2>
<ul>
<!-- <li class="entry-title"><a href="http://localhost:4000/blog-basic" target="_blank" title="GEdge Platform 기술 공유">GEdge Platform 기술 공유</a></li> -->
<li class="entry-title"><a href="/blog-basic" target="_blank" title="GEdge Platform 기술 공유">GEdge Platform 기술 공유</a></li>
</ul>
</article><!-- /.hentry -->
<article>
<h2 id="news" class="tag-heading">NEWS</h2>
<ul>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-7thconference" target="_blank" title="GEdge Platform 7차 컨퍼런스">GEdge Platform 7차 컨퍼런스</a></li> -->
<li class="entry-title"><a href="/news-7thconference" target="_blank" title="GEdge Platform 7차 컨퍼런스">GEdge Platform 7차 컨퍼런스</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-6thconference" target="_blank" title="GEdge Platform 6차 컨퍼런스">GEdge Platform 6차 컨퍼런스</a></li> -->
<li class="entry-title"><a href="/news-6thconference" target="_blank" title="GEdge Platform 6차 컨퍼런스">GEdge Platform 6차 컨퍼런스</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-5thconfrelease" target="_blank" title="GEdge Platform 5차 컨퍼런스 발표자료">GEdge Platform 5차 컨퍼런스 발표자료</a></li> -->
<li class="entry-title"><a href="/news-5thconfrelease" target="_blank" title="GEdge Platform 5차 컨퍼런스 발표자료">GEdge Platform 5차 컨퍼런스 발표자료</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-5thconference" target="_blank" title="GEdge Platform 5차 컨퍼런스">GEdge Platform 5차 컨퍼런스</a></li> -->
<li class="entry-title"><a href="/news-5thconference" target="_blank" title="GEdge Platform 5차 컨퍼런스">GEdge Platform 5차 컨퍼런스</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-4thconfrelease" target="_blank" title="GEdge Platform 4차 컨퍼런스 발표자료">GEdge Platform 4차 컨퍼런스 발표자료</a></li> -->
<li class="entry-title"><a href="/news-4thconfrelease" target="_blank" title="GEdge Platform 4차 컨퍼런스 발표자료">GEdge Platform 4차 컨퍼런스 발표자료</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-4thconference" target="_blank" title="GEdge Platform 4차 컨퍼런스">GEdge Platform 4차 컨퍼런스</a></li> -->
<li class="entry-title"><a href="/news-4thconference" target="_blank" title="GEdge Platform 4차 컨퍼런스">GEdge Platform 4차 컨퍼런스</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-3rdconfrelease" target="_blank" title="GEdge Platform 3차 컨퍼런스 발표자료">GEdge Platform 3차 컨퍼런스 발표자료</a></li> -->
<li class="entry-title"><a href="/news-3rdconfrelease" target="_blank" title="GEdge Platform 3차 컨퍼런스 발표자료">GEdge Platform 3차 컨퍼런스 발표자료</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-3rdconference" target="_blank" title="GEdge Platform 3차 컨퍼런스">GEdge Platform 3차 컨퍼런스</a></li> -->
<li class="entry-title"><a href="/news-3rdconference" target="_blank" title="GEdge Platform 3차 컨퍼런스">GEdge Platform 3차 컨퍼런스</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-2ndconfrelease" target="_blank" title="GEdge Platform 2차 컨퍼런스 발표자료">GEdge Platform 2차 컨퍼런스 발표자료</a></li> -->
<li class="entry-title"><a href="/news-2ndconfrelease" target="_blank" title="GEdge Platform 2차 컨퍼런스 발표자료">GEdge Platform 2차 컨퍼런스 발표자료</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-2ndrelease" target="_blank" title="GEdge Platform v1.5 소스코드 공유">GEdge Platform v1.5 소스코드 공유</a></li> -->
<li class="entry-title"><a href="/news-2ndrelease" target="_blank" title="GEdge Platform v1.5 소스코드 공유">GEdge Platform v1.5 소스코드 공유</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-2ndconference" target="_blank" title="GEdge Platform 2차 컨퍼런스">GEdge Platform 2차 컨퍼런스</a></li> -->
<li class="entry-title"><a href="/news-2ndconference" target="_blank" title="GEdge Platform 2차 컨퍼런스">GEdge Platform 2차 컨퍼런스</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-1stconfrelease" target="_blank" title="GEdge Platform 1차 컨퍼런스 발표자료">GEdge Platform 1차 컨퍼런스 발표자료</a></li> -->
<li class="entry-title"><a href="/news-1stconfrelease" target="_blank" title="GEdge Platform 1차 컨퍼런스 발표자료">GEdge Platform 1차 컨퍼런스 발표자료</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-1strelease" target="_blank" title="GEdge Platform v1.0 소스코드 공유">GEdge Platform v1.0 소스코드 공유</a></li> -->
<li class="entry-title"><a href="/news-1strelease" target="_blank" title="GEdge Platform v1.0 소스코드 공유">GEdge Platform v1.0 소스코드 공유</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/news-1stconference" target="_blank" title="GEdge Platform 1차 컨퍼런스">GEdge Platform 1차 컨퍼런스</a></li> -->
<li class="entry-title"><a href="/news-1stconference" target="_blank" title="GEdge Platform 1차 컨퍼런스">GEdge Platform 1차 컨퍼런스</a></li>
</ul>
</article><!-- /.hentry -->
<article>
<h2 id="technology" class="tag-heading">TECHNOLOGY</h2>
<ul>
<!-- <li class="entry-title"><a href="http://localhost:4000/technology-basic" target="_blank" title="GEdge Platform 개념">GEdge Platform 개념</a></li> -->
<li class="entry-title"><a href="/technology-basic" target="_blank" title="GEdge Platform 개념">GEdge Platform 개념</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/technology-engine" target="_blank" title="GS-Engine 프레임워크">GS-Engine 프레임워크</a></li> -->
<li class="entry-title"><a href="/technology-engine" target="_blank" title="GS-Engine 프레임워크">GS-Engine 프레임워크</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/technology-link" target="_blank" title="GS-Link 프레임워크">GS-Link 프레임워크</a></li> -->
<li class="entry-title"><a href="/technology-link" target="_blank" title="GS-Link 프레임워크">GS-Link 프레임워크</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/technology-ai" target="_blank" title="GS-AI 프레임워크">GS-AI 프레임워크</a></li> -->
<li class="entry-title"><a href="/technology-ai" target="_blank" title="GS-AI 프레임워크">GS-AI 프레임워크</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/technology-tool" target="_blank" title="GM-Tool 프레임워크">GM-Tool 프레임워크</a></li> -->
<li class="entry-title"><a href="/technology-tool" target="_blank" title="GM-Tool 프레임워크">GM-Tool 프레임워크</a></li>
<!-- <li class="entry-title"><a href="http://localhost:4000/technology-center" target="_blank" title="GS-Center 프레임워크">GS-Center 프레임워크</a></li> -->
<li class="entry-title"><a href="/technology-center" target="_blank" title="GS-Center 프레임워크">GS-Center 프레임워크</a></li>
</ul>
</article><!-- /.hentry -->
</div>
</section>
</article>
</div>
</main>
<!-- /post -->
<!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs -->
<script>
$(function() {
var $postContent = $(".post-full-content");
$postContent.fitVids();
});
</script>
<!-- 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="https://gedge-platform.github.io">GEdge Platform</a> 2023</section>
<section class="poweredby"> GEdge Platform Community </section>
<nav class="site-footer-nav">
<a href="/">Latest Posts</a>
<a href="https://github.com/gedge-platform" target="_blank" rel="noopener">GitHub</a>
</nav>
</div>
</footer>
</div>
<!-- The big email subscribe modal content -->
<div id="subscribe" class="subscribe-overlay">
<a class="subscribe-overlay-close" href="#"></a>
<div class="subscribe-overlay-content">
<h1 class="subscribe-overlay-title">Search GEdge Platform</h1>
<p class="subscribe-overlay-description">
lunr.js를 이용한 posts 검색 </p>
<span id="searchform" method="post" action="/subscribe/" class="">
<input class="confirm" type="hidden" name="confirm" />
<input class="location" type="hidden" name="location" />
<input class="referrer" type="hidden" name="referrer" />
<div class="form-group">
<input class="subscribe-email" onkeyup="myFunc()"
id="searchtext" type="text" name="searchtext"
placeholder="Search..." />
</div>
<script type="text/javascript">
function myFunc() {
if(event.keyCode == 13) {
var url = encodeURIComponent($("#searchtext").val());
location.href = "/search.html?query=" + url;
}
}
</script>
</span>
</div>
</div>
<!-- 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('');
</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', 'UA-xxxxxxxx-x', 'auto');
ga('send', 'pageview');
</script>
<!-- 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. -->
<script>
$(function() {
var $postContent = $(".post-full-content");
$postContent.fitVids();
});
</script>
<!-- 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>