-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (51 loc) · 2.32 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
<!DOCTYPE html>
<html>
<head>
<title>Sean Lee</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<link rel="stylesheet" type="text/css" href="/bootstrap/dist/css/bootstrap.min.css">
<script type="text/javascript" src="/modernizr/modernizr.js"></script>
<script type="text/javascript" src="/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="/bootstrap/dist/js/bootstrap.min.js"></script>
<style type="text/css">
.sean-navbar {
margin-top: 1em;
}
</style>
</head>
<body>
<div class="container">
<div class="row col-xs-6 col-xs-offset-3">
<nav class="navbar navbar-default sean-navbar">
<div class="container-fluid">
<div class="navbar-header">
<span class="navbar-brand">Sean <b>Lee</b></span></a>
</div>
<div>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://twitter.com/lethee">Tweets</a></li>
<li><a href="https://github.com/lethee">Code</a></li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<article>
<h4><a class="index-article-title" href="/makdoc-first.html">MakDoc 소개</a></h4>
<p>
<p><a href="https://github.com/pismute/gulp-makdoc">MakDoc</a>은 팀동료 <a href="https://github.com/pismute">@pismute</a>가 만들고 있는 <a href="http://gulpjs.com">Gulp</a> 기반 정적 사이트 생성기입니다.
<a href="https://pages.github.com">GitHub 페이지</a>랑 굉장히 잘 어울리구요.
<a href="http://jekyllrb.com">Jekyll</a>이나 <a href="https://docpad.org">Docpad</a>랑 비슷하다고 볼 수 있으며 최대한 간결하고 빠르게 작동하도록 하는 것이 목표라지요.
사실은 팀블로그 사이트를 <a href="https://docpad.org">Docpad</a>를 써서 관리중이었는데 너무 느리고 방대해져서 다른 생성툴을 찾다가 결국 만들게 되었다고…</p>
<a class="btn btn-default small" href="/makdoc-first.html">Read more »</a></p>
</article>
</div>
<div class="container-fluid">
<div>
<p class="text-right small">powered by <a href="http://pages.github.com/">GitHub</a>, <a href="http://github.com/pismute/gulp-makdoc">MakDoc</a></p>
</div>
</div>
</div>
</div>
</body>
</html>