-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathindex.html
400 lines (376 loc) · 22.4 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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content=" Static site generator for Grunt.js and Yeoman. Assemble makes it dead simple to build modular sites, blogs, gh-pages, components and documentation from reusable templates and data. | Static site generator for Grunt.js and Yeoman. Assemble makes it dead simple to build modular sites, blogs, gh-pages, components and documentation from reusable templates and data.">
<meta name="author" content="http://twitter.com/jonschlinkert">
<title>
Home | Assemble
</title>
<!-- Styles -->
<link rel="stylesheet" href="assets/css/assemble.css">
<link rel="stylesheet" href="assets/css/markdown.css">
<!-- Webfonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600,700' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="apple-touch-icon" href="assets/img/light/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/light/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/light/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/light/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/light/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/light/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/light/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/light/apple-touch-icon-76x76.png">
<link rel="shortcut icon" href="assets/img/light/favicon.ico" type="image/x-icon">
<script type="text/javascript">
var _gaq = _gaq || [];
var pluginUrl =
'//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-33358518-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="application/ld+json">
[{
"@context": "http://schema.org",
"@type": "Person",
"name": "Jon Schlinkert",
"description": "Co-creator of Assemble.",
"url": "/~https://github.com/jonschlinkert"
}, {
"@context": "http://schema.org",
"@type": "Person",
"name": "Brian Woodward",
"description": "Co-creator of Assemble.",
"url": "/~https://github.com/doowb"
}]
</script>
</head>
<body data-spy="scroll" data-target=".bs-sidebar">
<header class="navbar navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="./" class="navbar-brand">ASSEMBLE</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="docs/">Docs</a>
</li>
<!--<li> <a href="boilerplates/">Boilerplates</a> </li>-->
<li>
<a href="plugins/">Plugins</a>
</li>
<li>
<a href="helpers/">Helpers</a>
</li>
</ul>
<ul class="nav navbar-nav pull-right">
<!--<li> <a href="examples/">Examples</a> </li>-->
<!--<li> <a href="tutorials/">Tutorials</a> </li> -->
<li>
<a href="blog/">Blog</a>
</li>
<li>
<a href="/~https://github.com/assemble/assemble/archive/master.zip" title="Download Assemble" onclick="_gaq.push(['_trackEvent', 'navbar-download', 'clicked'])">
<i class="glyphicon glypicon-large glyphicon-download"></i>
</a>
</li>
<li>
<a href="/~https://github.com/assemble/assemble/" onclick="_gaq.push(['_trackEvent', 'click-repo', 'clicked'])">GitHub Repo</a>
</li>
</ul>
</nav>
</div>
</header>
<header class="jumbotron masthead">
<div class="container">
<div class="row">
<div class="col col-lg-6">
<h1>BUILD SOMETHING</h1>
<p class="lead">It has never been easier to leverage the full force of powerful frameworks like Bootstrap and Zurb Foundation. Nothing can stop you now.</p>
<p>
<a class="btn btn-inverse" href="/~https://github.com/assemble/assemble/archive/master.zip">Download Assemble</a>
</p>
</div>
<div class="col col-lg-6">
<!--<blockquote class="twitter-tweet">
<p><a href="https://twitter.com/_mattbailey">@_mattbailey</a> no problem! That Assemble module has just completely changed my life . Thanks! <a href="https://twitter.com/search?q=%23webdev&src=hash">#webdev</a> <a href="https://twitter.com/search?q=%23nodejs&src=hash">#nodejs</a> <a href="https://twitter.com/search?q=%23frontend&src=hash">#frontend</a>
<a href="https://twitter.com/search?q=%23development&src=hash">#development</a> </p>— Przemyslaw Bobak (@bobek_balinek) <a href="https://twitter.com/bobek_balinek/statuses/346937578773172224">June 18, 2013</a>
</blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>-->
</div>
</div>
</div>
</header>
<style type="text/css" media="screen">
.teaser iframe {
margin: -7px 0 0 25px;
vertical-align: text-top;
}
.teaser iframe + iframe {
margin-left: -20px;
}
</style>
<div class="teaser ">
<a class="teaser-content" href="">
Assemble
<em> The static site generator for Node.js, Grunt.js and Yeoman. </em>
<iframe src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
</a>
</div>
<div class="container">
<section class="gallery">
<div class="row">
<style>
iframe.small {
float: left;
}
</style>
<!-- GitHub repos -->
<ol class="repos">
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/assemble">
<h2>assemble</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Static site generator for Grunt.js, Yeoman and Node.js. "npm install assemble". Used by H5BP, Topcoat, and hundreds of other projects to build sites, themes, components, documentation, blogs and gh-pages.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/assemble-less">
<h2>assemble-less</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble-less&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble-less&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Grunt task for compiling LESS to CSS.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/handlebars-helpers">
<h2>handlebars-helpers</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=handlebars-helpers&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=handlebars-helpers&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Library of 100+ handlebars helpers. This project is active and supported, we love contributors and appreciate stars.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card css">
<a href="/~https://github.com/assemble/boilerplates">
<h2>boilerplates</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=boilerplates&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=boilerplates&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>CSS</h3>
<p>A bunch of example projects to help you learn how to use Assemble.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/boilerplate-site">
<h2>boilerplate-site</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=boilerplate-site&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=boilerplate-site&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Demonstrates how to use Assemble to build a site. Includes layouts, pages, partials, and markdown content.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/grunt-init-assemble">
<h2>grunt-init-assemble</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=grunt-init-assemble&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=grunt-init-assemble&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Grunt init template for Assemble, the static site generator built on Grunt.js. Kickstart new Assemble projects in just a few seconds, including templates, data, layouts, and a theme.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/generator-assemble">
<h2>generator-assemble</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=generator-assemble&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=generator-assemble&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Yeoman generator for Assemble, the static site generator built on Grunt.js. Kickstart new Assemble projects in just a few seconds, including templates, data, layouts, and a theme.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/grunt-github-api">
<h2>grunt-github-api</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=grunt-github-api&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=grunt-github-api&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Grunt plugin used to query the Github API and save the returned JSON files locally.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
</div>
<div class="col col-lg-4">
</div>
<div class="col col-lg-4">
</div>
<div class="col col-lg-4">
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/grunt-convert">
<h2>grunt-convert</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=grunt-convert&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=grunt-convert&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Grunt task to convert to or from JSON, YAML, XML, PLIST or CSV.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/grunt-firebase">
<h2>grunt-firebase</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=grunt-firebase&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=grunt-firebase&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Grunt task for updating firebase data.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/boilerplate-bootstrap">
<h2>boilerplate-bootstrap</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=boilerplate-bootstrap&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=boilerplate-bootstrap&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Build Bootstrap with Assemble instead of Jekyll.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
</div>
<div class="col col-lg-4">
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card css">
<a href="/~https://github.com/assemble/buttons">
<h2>buttons</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=buttons&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=buttons&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>CSS</h3>
<p>Sooo many buttons... is this really necessary?! In reality this project has little to do with buttons. It's an exercise in separation of concerns regarding structure, style, content and data.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/grunt-readme">
<h2>grunt-readme</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=grunt-readme&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=grunt-readme&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Generate your README from a template. Fast, very little config, and if you already use Grunt it's a no-brainer.</p>
</a>
</div>
</li>
</div>
<div class="col col-lg-4">
<li class="repo">
<div class="card javascript">
<a href="/~https://github.com/assemble/permalinks">
<h2>permalinks</h2>
<!--<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=permalinks&type=watch&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<iframe class="small" src="http://ghbtns.com/github-btn.html?user=assemble&repo=permalinks&type=fork&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>-->
<h3>JavaScript</h3>
<p>Permalinks plugin for Assemble, the static site generator for Grunt.js and Yeoman. This plugin enables powerful and configurable URI replacement patterns, presets, uses Moment.js for parsing dates, and much more.</p>
</a>
</div>
</li>
</div>
</ol>
</div>
</section>
</div>
<div class="banner">
<div class="container">
<p>
<a href="docs/Home.html">Get Started with Assemble</a>
</p>
</div>
</div>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/holder.js"></script>
<script src="assets/js/highlight.js"></script>
<script src="assets/js/showup.js"></script>
<script type='text/javascript'>
(function(d, t) {
var bh = d.createElement(t),
s = d.getElementsByTagName(t)[0];
bh.type = 'text/javascript';
bh.src = '//www.bugherd.com/sidebarv2.js?apikey=fzwbtzyrop9q61cxf8wwsa';
s.parentNode.insertBefore(bh, s);
})(document, 'script');
</script>
<script>
$().showUp('.navbar');
</script>
</body>
</html>