-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (53 loc) · 1.52 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
---
layout: default
---
<div>
<section>
<h1>Jekyll theme based on hack.css</h1>
<p>
Mobile-ready, modern, stylish, simple.
</p>
</section>
<section>
<h2>What is Jekyll?</h2>
<p>
<code>Jekyll</code> is a simple, blog-aware, static site generator
perfect for personal, project,
or organization sites. Think of it like a
file-based CMS, without all the complexity.
<code>Jekyll</code> takes your content, renders Markdown
and Liquid templates, and spits out a
complete, static website ready to be served by Apache,
Nginx or another web server.
<code>Jekyll</code> is the engine behind GitHub Pages,
which you can use to host sites right
from your GitHub repositories.
</p>
</section>
<section>
<h2>What is hack.css?</h2>
<p>
<code>hack.css</code> is a dead simple css framework. Chech out
<a href="http://hackcss.com/">hackcss.com</a> to know more.
</p>
</section>
<section>
<h2>Getting started</h2>
<p>
<ol>
<li>Make sure you have <code>Jekyll</code> up and running</li>
<li>Clone
<a href="https://github.com/wemake-services/jekyll-theme-hackcss">this repository</a>
</li>
<li>Customize it</li>
<li>Push to <a href="https://pages.github.com/">gh-pages</a></li>
</ol>
</p>
</section>
<section>
<h2>Subscribe</h2>
<p>
subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a>
</p>
</section>
</div>