-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.md.SAVE
68 lines (39 loc) · 4.1 KB
/
index.md.SAVE
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
---
layout: default
---
## A Jekyll template for publishing single-page websites and articles that are incredibly readable and fully responsive
### Nice, clean, reading!
Good clean read is set up with readability first in mind. Whatever you want to communicate here can be read easily, and without distraction. Of course, it's fully responsive, which means people can read it naturally on any phone, or tablet. Write it in markdown in <code>index.md</code> and get a beautifully published piece.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
### With footnotes too!
Back up your stuff with solid, clean citations. Footnotes can be written in markdown and appear like this.[^1] Use as many as you like.[^2]
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
### Add social sharing buttons
Simply add the following line anywhere in your markdown:
<pre><code>{% raw %}
{% include sharing.html %}
{% endraw %}
</code></pre>
and get a nice responsive sharing ribbon.
{% include sharing.html %}
Add this at the bottom, or the top, or between every other paragraph if you're desprate for social validation.
Just remember to customize the buttons to fit your url in the `_includes/sharing.html` file. These buttons are made available and customizable by the good folks at kni-labs. See the documentation at [https://github.com/kni-labs/rrssb](https://github.com/kni-labs/rrssb) for more information.
### Font awesome is also included
<i class="fa fa-quote-left fa-3x fa-pull-left fa-border"></i> Now you can use all the cool icons you want! [Font Awesome](http://fontawesome.io) is indeed awesome. But wait, you don't need this sweetness and you don't want that little bit of load time from the font awesome css? No problem, just disable it in the `config.yml` file, and it won't be loaded.
<ul class="fa-ul">
<li><i class="fa-li fa fa-check-square"></i>you can make lists...</li>
<li><i class="fa-li fa fa-check-square-o"></i>with cool icons like this,</li>
<li><i class="fa-li fa fa-spinner fa-spin"></i>even ones that move!</li>
</ul>
If you need them, you can stick any of the [605 icons](http://fontawesome.io/icons/) anywhere, with any size you like. ([See documentation](http://fontawesome.io/examples/))
<i class="fa fa-building"></i> <i class="fa fa-bus fa-lg"></i> <i class="fa fa-cube fa-2x"></i> <i class="fa fa-paper-plane fa-3x"></i> <i class="fa fa-camera-retro fa-4x">
### Add images to make your point
Images play nicely with this template as well. Add diagrams or charts to make your point, and the template will fit them in appropriately.
<img src="images/hello.svg" alt="sample image">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Thanks to [Shu Uesengi](https://github.com/chibicode) for inspiring and providing the base for this template with his excellent work, [solo](https://github.com/chibicode).
<hr>
##### Footnotes:
[^1]: This is a footnote. Click to return.
[^2]: Here is another.