-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (77 loc) · 3.8 KB
/
index.html
File metadata and controls
117 lines (77 loc) · 3.8 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" >
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>hatch2 gh-page</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/css/screen.css" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic|Open+Sans:700,400" />
<meta name="generator" content="hatch2 gh-page">
</head>
<body class="home-template">
<header class="site-head" style="background-image: url(//blog.ghost.org/content/images/2013/Nov/cover.png)" >
<div class="vertical">
<div class="site-head-content inner">
<a class="blog-logo" href="/"><img src="//blog.ghost.org/content/images/2013/Nov/bloglogo_1-1.png" alt="Blog Logo"/></a>
<h1 class="blog-title">hatch2 gh-page</h1>
<h2 class="blog-description"></h2>
</div>
</div>
</header>
<main class="content" role="main">
<article class="post">
<header class="post-header">
<span class="post-meta">
<time datetime="2014-08-15T23:34:24.000Z" itemprop="datePublished">Aug 16 2014</time>
on <a href='/tags/hexo/' style='margin:0 5px;'>hexo</a><a href='/tags/node/' style='margin:0 5px;'>node</a><a href='/tags/github/' style='margin:0 5px;'>github</a>
</span>
<h2 class="post-title"><a href="/2014/08/16/hexo-setup/">hexoセットアップしてみた</a></h2>
</header>
<section class="post-excerpt">
<p>
最近流行ってるらしいhexoという静的ページジェネレータをつかって何もやってなかったGithub PageにBlogを設置してみました。第一印象としてはJekyllのnode版の様な感じで、テンプレートを記述するメタ言語を変更できたり、node moduleをつかって拡張したりできます。
セットアップ
とりあえずnvmやnodebrewを入れてnodeの最新版をインストール(ここは別のサイトを調べていただいて)します。nodeが入ってし
</p>
<p>
<a href="/2014/08/16/hexo-setup/" class="excerpt-link">Read More...</a>
</p>
</section>
</article>
<article class="post">
<header class="post-header">
<span class="post-meta">
<time datetime="2014-08-15T15:34:24.000Z" itemprop="datePublished">Aug 16 2014</time>
</span>
<h2 class="post-title"><a href="/2014/08/16/hello-world/">Hello World</a></h2>
</header>
<section class="post-excerpt">
<p>
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in trobuleshooting or you can ask me on GitHub.
Quick Start
Create a new
</p>
<p>
<a href="/2014/08/16/hello-world/" class="excerpt-link">Read More...</a>
</p>
</section>
</article>
<nav class="pagination" role="pagination">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer class="site-footer">
<div class="inner">
<section class="copyright">All content copyright <a href="/">hatch2 gh-page</a> © 2014 • All rights reserved.</section>
<section class="poweredby">Proudly published with <a class="icon-ghost" href="http://zespia.tw/hexo/">Hexo</a></section>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="/js/index.js"></script>
</body>
</html>