-
Notifications
You must be signed in to change notification settings - Fork 322
/
Copy pathindex.html
55 lines (54 loc) · 1.98 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
---
layout: default
title: jekyll-import • Import your old & busted site to Jekyll
overview: true
---
<section class="intro">
<div class="grid">
<div class="unit whole center-on-mobiles">
<p class="first">Import your old & busted site or blog for use with Jekyll.</p>
</div>
</div>
</section>
<section class="features">
<div class="grid">
<div class="unit two-thirds">
<h2>Wide Range of Available Importers</h2>
<p>
<div class="grid">
{% for importer in site.importers %}
<div class="unit w-1-4 center-on-mobiles"><a href="{{ importer.url }}" title="{{ importer.title }} Importer">{{ importer.title }}</a></div>
{% endfor %}
</div>
</p>
</div>
<div class="unit one-third">
<h2>Open-Source</h2>
<p>
No importer for your system? No problem. Creating one is easy.
</p>
<p>
Found a problem with the importer? File an issue.
</p>
<a href="/docs/contributing/" class="">How to Contribute →</a>
</div>
<div class="clear"></div>
</div>
</section>
<section class="free-hosting">
<div class="grid">
<div class="unit whole">
<div class="grid pane">
<div class="unit whole center-on-mobiles">
<img src="img/octojekyll.png" alt="Free Jekyll hosting on GitHub Pages">
<div class="pane-content">
<h2 class="center-on-mobiles"><strong>Free hosting</strong> with GitHub Pages</h2>
<p>Sick of dealing with hosting companies? <a href="http://pages.github.com/">GitHub Pages</a> are <em>powered by Jekyll</em>, so you can easily deploy your site using GitHub for free—<a href="https://help.github.com/articles/setting-up-a-custom-domain-with-pages">custom domain name</a> and all.</p>
<a href="http://pages.github.com/" class="">Learn more about GitHub Pages →</a>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</section>