-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (41 loc) · 1.48 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
---
layout: default
title: "Home"
nav_order: 1
---
<style>
h2 { margin-top: 3em;}
h3 { margin-top: 1.2em}
</style>
<h1>{{site.data.global.title}}</h1>
<p><strong>Super stripped down project template for jekyll ✌️</strong></p>
<p>Find it here: <a href="https://github.com/luclemo/jekyll-starter">https://github.com/luclemo/jekyll-starter</a></p>
<h2>What does this include?</h2>
<p>This is <em>not</em> a theme. It's just a directory with some good starter bits, minimal styles, and built-in live reload & autoprefixing.</p>
<h2>What do you mean <em>minimal</em> styling?</h2>
<p>Hmmm, let's see:</p>
<h3>Here's a paragraph 😐</h3>
<p>Lorem ipsum dolor sit amet, <a href="#">and a link</a> elit. Suscipit similique minus ipsam reprehenderit perferendis asperiores nulla tenetur corporis molestias odit.</p>
<h3>Sexy blockquote 😐</h3>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Earum, eaque!</p>
</blockquote>
<h3>OMG lists 😐</h3>
<ol>
<li>Item</li>
<li>Item</li>
<li>Item</li>
</ol>
<ul>
<li>Item</li>
<li>Item</li>
<li>Item</li>
</ul>
<h3>Went all out with buttons 😐</h3>
<p><a href="#" class="button">Basic Button</a>
<a href="#" class="button button--primary">Primary Button</a>
<a href="#" class="button button--secondary">Secondary Button</a></p>
<h3>And so on and so on…</h3>
<p>You get the idea. Nothing to see here. Carry-on.</p>
<h2>What else you got for me?</h2>
<p>Nothing! That's it. Get to work 💪</p>