-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
149 lines (136 loc) · 6.71 KB
/
index.html
File metadata and controls
149 lines (136 loc) · 6.71 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
<!DOCTYPE html>
<html class="no-js" lang="en-us">
<head>
<meta name="generator" content="Hugo 0.62.0" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Clear Root</title>
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
<meta name="description" content="Personal blog for record">
<meta property="og:title" content="Clear Root" />
<meta property="og:description" content="Personal blog for record" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://clearroot.github.io/" />
<meta property="og:updated_time" content="2020-01-16T13:48:40+09:00" />
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Clear Root">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-144747776-2', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body class="body">
<div class="container container--outer">
<header class="header">
<div class="container">
<div class="logo">
<a class="logo__link" href="/" title="Clear Root" rel="home">
<div class="logo__title">Clear Root</div>
<div class="logo__tagline">장난삼아 만들고 빡세게 마무리</div>
</a>
</div>
<div class="divider"></div>
</div>
</header>
<div class="wrapper flex">
<div class="primary">
<main class="main list" role="main">
<article class="list__item post">
<header class="list__header">
<h3 class="list__title post__title ">
<a href="/post/create_hugo_blog/" rel="bookmark">
Hugo와 Github page로 블로그 만들기
</a>
</h3>
<div class="list__meta meta">
<div class="meta__item-datetime meta__item">
<svg class="meta__icon icon icon-time" width="16" height="14" viewBox="0 0 30 28"><path d="M15 0C7 0 1 6 1 14s6 14 14 14 14-6 14-14S23 0 15 0zm0 25C9 25 4 20 4 14S9 3 15 3s11 5 11 11-5 11-11 11zm1-18h-2v8.4l6.8 4.4L22 18l-6-3.8V7z"/></svg>
<time class="meta__text" datetime="2020-01-16T13:48:40">2020-01-16</time>
</div>
<div class="meta__item-categories meta__item">
<svg class="meta__icon icon icon-category" width="16" height="16" viewBox="0 0 16 16"><path d="m7 2l1 2h8v11h-16v-13z"/></svg>
<span class="meta__text"><a class="meta__link" href="/categories/development/" rel="category">Development</a>
</span>
</div></div>
</header>
<div class="content list__excerpt post__content clearfix">
<p>블로그를 만들 계획은 1년 전 딱 이맘때 Github의 Github page를 사용해서 블로그를 만드는 방법을 배우고 나서부터다. 그때 만드는 방법이 간단해서 ‘언제든지 만들면 되겠지'하고 지난 시간이 1년이었다. 그리고 지금 새로운 해의 첫 달이 절반이나 지나서야 블로그를 만들었다.</p>
</div>
</article>
</main>
</div>
<aside class="sidebar"><div class="widget-search widget">
<form class="widget-search__form" role="search" method="get" action="https://google.com/search">
<label>
<input class="widget-search__field" type="search" placeholder="SEARCH..." value="" name="q" aria-label="SEARCH...">
</label>
<input class="widget-search__submit" type="submit" value="Search">
<input type="hidden" name="sitesearch" value="http://clearroot.github.io/" />
</form>
</div>
<div class="widget-recent widget">
<h4 class="widget__title">Recent Posts</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item"><a class="widget__link" href="/post/create_hugo_blog/">Hugo와 Github page로 블로그 만들기</a></li>
</ul>
</div>
</div>
<div class="widget-categories widget">
<h4 class="widget__title">Categories</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item">
<a class="widget__link" href="/categories/development/">Development</a>
</li>
</ul>
</div>
</div>
<div class="widget-taglist widget">
<h4 class="widget__title">Tags</h4>
<div class="widget__content">
<a class="widget-taglist__link widget__link btn" href="/tags/blog/" title="Blog">Blog</a>
<a class="widget-taglist__link widget__link btn" href="/tags/hugo/" title="Hugo">Hugo</a>
</div>
</div>
<div class="widget-social widget">
<h4 class="widget-social__title widget__title">Social</h4>
<div class="widget-social__content widget__content">
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="GitHub" rel="noopener noreferrer" href="https://github.com/ClearRoot" target="_blank">
<svg class="widget-social__link-icon icon icon-github" width="24" height="24" viewBox="0 0 384 374"><path d="m192 0c-106.1 0-192 85.8-192 191.7 0 84.7 55 156.6 131.3 181.9 9.6 1.8 13.1-4.2 13.1-9.2 0-4.6-.2-16.6-.3-32.6-53.4 11.6-64.7-25.7-64.7-25.7-8.7-22.1-21.3-28-21.3-28-17.4-11.9 1.3-11.6 1.3-11.6 19.3 1.4 29.4 19.8 29.4 19.8 17.1 29.3 44.9 20.8 55.9 15.9 1.7-12.4 6.7-20.8 12.2-25.6-42.6-4.8-87.5-21.3-87.5-94.8 0-20.9 7.5-38 19.8-51.4-2-4.9-8.6-24.3 1.9-50.7 0 0 16.1-5.2 52.8 19.7 15.3-4.2 31.7-6.4 48.1-6.5 16.3.1 32.7 2.2 48.1 6.5 36.7-24.8 52.8-19.7 52.8-19.7 10.5 26.4 3.9 45.9 1.9 50.7 12.3 13.4 19.7 30.5 19.7 51.4 0 73.7-44.9 89.9-87.7 94.6 6.9 5.9 13 17.6 13 35.5 0 25.6-.2 46.3-.2 52.6 0 5.1 3.5 11.1 13.2 9.2 76.2-25.5 131.2-97.3 131.2-182 0-105.9-86-191.7-192-191.7z"/></svg>
<span>GitHub</span>
</a>
</div>
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="Email" href="mailto:jhk7767@gmail.com">
<svg class="widget-social__link-icon icon icon-mail" width="24" height="24" viewBox="0 0 416 288"><path d="m0 16v256 16h16 384 16v-16-256-16h-16-384-16zm347 16-139 92.5-139-92.5zm-148 125.5 9 5.5 9-5.5 167-111.5v210h-352v-210z"/></svg>
<span>jhk7767@gmail.com</span>
</a>
</div>
</div>
</div>
</aside>
</div>
<footer class="footer">
<div class="container footer__container flex">
<div class="footer__copyright">
© 2020 Clear Root.
<span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad</a> theme.</span>
</div>
</div>
</footer>
</div>
<script async defer src="/js/menu.js"></script>
</body>
</html>