-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (77 loc) · 3.2 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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1"><meta name="author" content="YangJian">
<meta name="description" content="Agaue is a fast,Medium style,powerful blog framework powered by Go">
<link rel="stylesheet" href="static/css/style.css">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Agaue">
<meta name="twitter:description" content="Agaue is a fast,Medium style,powerful blog framework powered by Go.">
<meta name="twitter:site" content="@ariesdevil77">
<link rel="shortcut icon" href="static/img/favicon.ico" type="image/x-icon" />
<title>Agaue</title>
</head>
<body>
<div id="container">
<header>
<h1>Agaue</h1>
<a target="_blank" href="https://github.com/agaue" title="Agaue" class="agaue"></a>
<div class="introduce">
<p>Build your own Medium style blog with Markdown and Golang.</p>
<div class="star">
<iframe src="http://ghbtns.com/github-btn.html?user=agaue&repo=agaue&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="150" height="40"></iframe>
</div>
</div>
</header>
<div class="feature-wrap">
<ul>
<li>
<h3 class="feature-fast">Incredible Fast</h3>
<p>Agaue is written for speed and performance Generate 1000 articles only in 1 second.</p>
</li>
<li>
<h3 class="feature-markdown">Markdown Support</h3>
<p>Use your favorite Markdown with any editor your like.</p>
</li>
<li>
<h3 class="feature-deploy">Cloud Deploy</h3>
<p>You can deploy your blog on Github Pages,Heroku,S3 or any web host.</p>
</li>
<li>
<h3 class="feature-style">Medium Style</h3>
<p>Yes,We build a Medium Style theme for your beautiful blog.</p>
</li>
</ul>
</div>
<div class="cmd-wrap">
<ul>
<li>agaue init blog</li>
<li>cd blog</li>
<li>agaue generate</li>
<li>agaue server</li>
</ul>
</div>
<div class="share-wrap">
<a target="_blank" title="Get Started Today!" href="https://github.com/agaue/agaue">Get Started Today!</a>
</div>
<footer>
<p>© 2014 <a target="_blank" title="Damon Zhao" href="http://se77en.cc/">Damon Zhao</a>
<br/>Background: <a target="_blank" title="Welsley" href="http://subtlepatterns.com/inspiration-geometry/">Welsley</a> Theme: <a target="_blank" title="Alimon" href="http://yangjian.me">Alimon</a></p>
<div class="contact">
<a target="_blank" class="twitter" title="twitter" href="https://twitter.com/ariesdevil77"></a>
<a target="_blank" class="weibo" title="weibo" href="http://www.weibo.com/aries77devil"></a>
</div>
</footer>
</div>
<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-53012394-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>