-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
211 lines (180 loc) · 10.5 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
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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<title>Moajs</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Canonical links -->
<link rel="canonical" href="https://moajs.org/index.html">
<!-- Alternative links -->
<link rel="alternative" hreflang="en" href="https://moajs.org/index.html">
<link rel="alternative" hreflang="zh-tw" href="https://moajs.org/zh-tw/index.html">
<link rel="alternative" hreflang="zh-cn" href="https://moajs.org/zh-cn/index.html">
<link rel="alternative" hreflang="ru" href="https://moajs.org/ru/index.html">
<link rel="alternative" hreflang="ko" href="https://moajs.org/ko/index.html">
<!-- Icon -->
<link rel="apple-touch-icon" sizes="57x57" href="/icon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icon/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="/icon/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="/icon/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/icon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/icon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/icon/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#2f83cd">
<meta name="msapplication-TileImage" content="/icon/mstile-144x144.png">
<!-- CSS -->
<link rel="stylesheet" href="/build/css/navy-7504b77789.css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css">
<!-- RSS -->
<link rel="alternate" href="/atom.xml" title="Moajs">
<!-- Open Graph -->
<meta name="description" content="Moa is a fast, simple & powerful web framework powered by Node.js.">
<meta property="og:type" content="website">
<meta property="og:title" content="Moajs">
<meta property="og:url" content="https://moajs.org/index.html">
<meta property="og:site_name" content="Moajs">
<meta property="og:description" content="Moa is a fast, simple & powerful web framework powered by Node.js.">
<meta property="og:updated_time" content="2016-09-16T07:38:50.000Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Moajs">
<meta name="twitter:description" content="Moa is a fast, simple & powerful web framework powered by Node.js.">
<meta name="twitter:site" content="moajs">
<meta property="fb:admins" content="100000247608790">
<!-- Google Analytics -->
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4910098-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="container">
<header id="header" class="wrapper">
<div id="header-inner" class="inner">
<h1 id="logo-wrap">
<a href="/" id="logo">Hexo</a>
</h1>
<nav id="main-nav">
<a href="/docs/" class="main-nav-link">Docs</a><a href="/api/" class="main-nav-link">API</a><a href="/news/" class="main-nav-link">News</a><a href="/plugins/" class="main-nav-link">Plugins</a><a href="/themes/" class="main-nav-link">Themes</a>
<a href="https://github.com/moajs/moa2" class="main-nav-link"><i class="fa fa-github-alt"></i></a>
<div id="search-input-wrap">
<div id="search-input-icon">
<i class="fa fa-search"></i>
</div>
<input type="search" id="search-input" placeholder="Search...">
</div>
</nav>
<div id="lang-select-wrap">
<label id="lang-select-label"><i class="fa fa-globe"></i><span>English</span></label>
<select id="lang-select" data-canonical="">
<option value="en" selected>English</option>
<option value="zh-tw">正體中文</option>
<option value="zh-cn">简体中文</option>
<option value="ru">Русский</option>
<option value="ko">한국어</option>
</select>
</div>
<a id="mobile-nav-toggle">
<span class="mobile-nav-toggle-bar"></span>
<span class="mobile-nav-toggle-bar"></span>
<span class="mobile-nav-toggle-bar"></span>
</a>
</div>
</header>
<header id="banner" class="wrapper">
<div class="inner">
<h2 id="banner-title">A fast, simple & powerful web framework</h2>
<div id="banner-start">
<span id="banner-start-command">npm install moa-cli -g</span><a id="banner-start-link" href="docs/"><i class="fa fa-arrow-right"></i></a>
</div>
<div id="banner-share"><!-- GitHub Star -->
<iframe src="https://ghbtns.com/github-btn.html?user=moajs&repo=moa2&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
<!-- GitHub fork -->
<iframe src="https://ghbtns.com/github-btn.html?user=moajs&repo=moa2&type=fork&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
<!-- Tweet button -->
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://moa2.io/" data-text="moa2 - A fast, simple & powerful blog framework powered by Node.js." data-hashtags="moa2,nodejs">Tweet</a>
<!-- Twitter follow button -->
<a href="https://twitter.com/moajs" class="twitter-follow-button" data-show-count="false">Follow @moajs</a>
<script>
window.twttr=(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);t._e=[];t.ready=function(f){t._e.push(f);};return t;}(document,"script","twitter-wjs"));
</script></div>
</div>
</header>
<div id="content-wrap">
<div class="wrapper">
<div class="inner">
<ul id="intro-feature-list"><li class="intro-feature-wrap"><div class="intro-feature"><div class="intro-feature-icon"><i class="fa fa-bolt"></i></div><h3 class="intro-feature-title">Blazing Fast</h3><p class="intro-feature-desc">Node.js brings you incredible generating speed. Hundreds of files take only seconds to build.</p></div></li><li class="intro-feature-wrap"><div class="intro-feature"><div class="intro-feature-icon"><i class="fa fa-pencil"></i></div><h3 class="intro-feature-title">Koa 2.x Support</h3><p class="intro-feature-desc">Supports all Koa 2.x middlewares && async/await flow control</p></div></li><li class="intro-feature-wrap"><div class="intro-feature"><div class="intro-feature-icon"><i class="fa fa-cloud-upload"></i></div><h3 class="intro-feature-title">Rich Database Support</h3><p class="intro-feature-desc">Supports Mysql, Sqlite, Mongodb, any your familiar orm such as sequelize or mongoose or toshihiko.</p></div></li><li class="intro-feature-wrap"><div class="intro-feature"><div class="intro-feature-icon"><i class="fa fa-cog"></i></div><h3 class="intro-feature-title">Common Line Interface</h3><p class="intro-feature-desc">Supports invoke Action in CLI, easier to execute timed task.</p></div></li></ul>
<ul id="intro-cmd-wrap">
<li class="intro-cmd-item">npm install moa-cli -g</li>
<li class="intro-cmd-item">moa init blog</li>
<li class="intro-cmd-item">cd blog</li>
<li class="intro-cmd-item">npm install</li>
<li class="intro-cmd-item">moa server</li>
</ul>
<div id="intro-get-started-wrap">
<a href="docs/" id="intro-get-started-link">Get started</a>
</div>
</div>
</div>
</div>
<footer id="footer" class="wrapper">
<div class="inner">
<div id="footer-copyright">
© 2016 <a href="https://github.com/i5ting/" target="_blank">i5ting</a><br>
Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a>.
</div>
<div id="footer-links">
<a href="https://twitter.com/moajs" class="footer-link" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/moajs/moa2" class="footer-link" target="_blank"><i class="fa fa-github-alt"></i></a>
</div>
</div>
</footer>
</div>
<div id="mobile-nav-dimmer"></div>
<nav id="mobile-nav">
<div id="mobile-nav-inner">
<ul id="mobile-nav-list">
<a href="/docs/" class="mobile-nav-link">Docs</a><a href="/api/" class="mobile-nav-link">API</a><a href="/news/" class="mobile-nav-link">News</a><a href="/plugins/" class="mobile-nav-link">Plugins</a><a href="/themes/" class="mobile-nav-link">Themes</a>
<li class="mobile-nav-item">
<a href="https://github.com/moajs/moa2" class="mobile-nav-link" rel="external" target="_blank">GitHub</a>
</li>
</ul>
</div>
<div id="mobile-lang-select-wrap">
<span id="mobile-lang-select-label"><i class="fa fa-globe"></i><span>English</span></span>
<select id="mobile-lang-select" data-canonical="">
<option value="en" selected>English</option>
<option value="zh-tw">正體中文</option>
<option value="zh-cn">简体中文</option>
<option value="ru">Русский</option>
<option value="ko">한국어</option>
</select>
</div>
</nav>
<!-- Scripts -->
<script src="/build/js/main-d6635cef24.js"></script>
<script src="https://cdn.jsdelivr.net/retinajs/1.3.0/retina.min.js" async></script>
<!-- Algolia -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
<script type="text/javascript">
document.getElementById('search-input-wrap').classList.add('on');
docsearch({
apiKey: 'c3d5d4c995b5e0c2ffb5623900279a66',
indexName: 'hexo',
inputSelector: '#search-input'
});
</script>
</body>
</html>