Skip to content

Commit 621cb96

Browse files
committed
initial import
0 parents  commit 621cb96

37 files changed

+2692
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
_site/
2+
.sass-cache/

LICENSE-Linear-theme.txt

+63
Large diffs are not rendered by default.

_config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: Linear
2+
description: Linear template for Jekyll
3+
paginate: 10

_includes/nav.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<div id="nav-wrapper">
2+
<!-- Nav -->
3+
<nav id="nav">
4+
<ul>
5+
{% assign current = page.url | downcase | split: '/' %}
6+
<li {% if current[1] == 'index.html' %}class='current'{% endif %}><a href="/index.html">Homepage</a></li>
7+
<li {% if current[1] == 'blog' %}class='current'{% endif %}><a href="/blog">Blog</a></li>
8+
<li {% if current[1] == 'left-sidebar.html' %}class='current'{% endif %}><a href="/left-sidebar.html">Left Sidebar</a></li>
9+
<li {% if current[1] == 'right-sidebar.html' %}class='current'{% endif %}><a href="/right-sidebar.html">Right Sidebar</a></li>
10+
<li {% if current[1] == 'no-sidebar.html' %}class='current'{% endif %}><a href="/no-sidebar.html">No Sidebar</a></li>
11+
</ul>
12+
</nav>
13+
</div>

_includes/sidebar.html

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
2+
<!-- Sidebar -->
3+
<div id="sidebar" class="4u">
4+
<section>
5+
<header>
6+
<h2>Etiam malesuada</h2>
7+
</header>
8+
<div class="row">
9+
<section class="6u">
10+
<ul class="default">
11+
<li><a href="#">Donec facilisis tempor</a></li>
12+
<li><a href="#">Nulla convallis cursus</a></li>
13+
<li><a href="#">Integer congue euismod</a></li>
14+
<li><a href="#">Venenatis vulputate</a></li>
15+
<li><a href="#">Morbi ligula volutpat</a></li>
16+
</ul>
17+
</section>
18+
<section class="6u">
19+
<ul class="default">
20+
<li><a href="#">Donec facilisis tempor</a></li>
21+
<li><a href="#">Nulla convallis cursus</a></li>
22+
<li><a href="#">Integer congue euismod</a></li>
23+
<li><a href="#">Venenatis vulputate</a></li>
24+
<li><a href="#">Morbi ligula volutpat</a></li>
25+
</ul>
26+
</section>
27+
</div>
28+
</section>
29+
<section>
30+
<header>
31+
<h2>Recent Blog Posts</h2>
32+
</header>
33+
<ul class="style">
34+
{% for post in site.posts offset: 0 limit: 2 %}
35+
<li>
36+
<p class="posted">{{ post.date | date_to_string }} | (10 ) Comments</p>
37+
<p><a href="{{ site.prefix }}{{ post.url }}">{{ post.excerpt | remove: '<p>' | remove: '</p>' }}</a></p>
38+
</li>
39+
{% endfor %}
40+
</ul>
41+
</section>
42+
</div>
43+

_layouts/default.html

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<!DOCTYPE HTML>
2+
<!--
3+
Linear by TEMPLATED
4+
templated.co @templatedco
5+
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
6+
-->
7+
<html>
8+
<head>
9+
<title>Linear by TEMPLATED</title>
10+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
11+
<meta name="description" content="" />
12+
<meta name="keywords" content="" />
13+
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,700,500,900' rel='stylesheet' type='text/css'>
14+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
15+
<script src="/assets/js/skel.min.js"></script>
16+
<script src="/assets/js/skel-panels.min.js"></script>
17+
<script src="/assets/js/init.js"></script>
18+
<noscript>
19+
<link rel="stylesheet" href="/assets/css/skel-noscript.css" />
20+
<link rel="stylesheet" href="/assets/css/style.css" />
21+
<link rel="stylesheet" href="/assets/css/style-desktop.css" />
22+
</noscript>
23+
</head>
24+
<body>
25+
26+
<!-- Header -->
27+
<div id="header">
28+
{% include nav.html %}
29+
<div class="container">
30+
31+
<!-- Logo -->
32+
<div id="logo">
33+
<h1><a href="#">Linear</a></h1>
34+
<span class="tag">By TEMPLATED</span>
35+
</div>
36+
</div>
37+
</div>
38+
<!-- Header -->
39+
{{ content }}
40+
41+
<!-- Tweet -->
42+
<div id="tweet">
43+
<div class="container">
44+
<section>
45+
<blockquote>&ldquo;In posuere eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula. Pellentesque viverra vulputate enim. Aliquam erat volutpat.&rdquo;</blockquote>
46+
</section>
47+
</div>
48+
</div>
49+
50+
51+
<!-- Footer -->
52+
<div id="footer">
53+
<div class="container">
54+
<section>
55+
<header>
56+
<h2>Get in touch</h2>
57+
<span class="byline">Integer sit amet pede vel arcu aliquet pretium</span>
58+
</header>
59+
<ul class="contact">
60+
<li><a href="#" class="fa fa-twitter"><span>Twitter</span></a></li>
61+
<li class="active"><a href="#" class="fa fa-facebook"><span>Facebook</span></a></li>
62+
<li><a href="#" class="fa fa-dribbble"><span>Pinterest</span></a></li>
63+
<li><a href="#" class="fa fa-tumblr"><span>Google+</span></a></li>
64+
</ul>
65+
</section>
66+
</div>
67+
</div>
68+
69+
<!-- Copyright -->
70+
<div id="copyright">
71+
<div class="container">
72+
Design: <a href="http://templated.co">TEMPLATED</a> Images: <a href="http://unsplash.com">Unsplash</a> (<a href="http://unsplash.com/cc0">CC0</a>)
73+
Jekyll Template: <a href="http://cloudcannon.com">Cloud Cannon</a>
74+
</div>
75+
</div>
76+
77+
</body>
78+
</html>

_layouts/post.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: default
3+
---
4+
<!-- Main -->
5+
<div id="main">
6+
<div id="content" class="container">
7+
<div class="row">
8+
<section class="8u -2u">
9+
<a href="{{ site.prefix }}{{ page.url }}" class="image full"><img src="/assets/{{ page.featured }}" alt=""></a>
10+
<header>
11+
<h2>{{ page.title }}</h2>
12+
</header>
13+
{{ page.content }}
14+
</section>
15+
</div>
16+
</div>
17+
</div>

_posts/2014-08-20-another-post.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Lorem Ipsum Dolor Sit Amet
3+
featured: images/pic01.jpg
4+
layout: post
5+
---
6+
7+
<p>Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros.</p>
8+
<p>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.</p>

_posts/2014-08-25-test-post.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Sunt in culpa qui
3+
featured: images/pic02.jpg
4+
layout: post
5+
---
6+
7+
<p>Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros.</p>
8+
<p>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.</p>

_posts/2014-08-31-hello-word.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Ullamco Laboris minim veniam
3+
featured: images/pic03.jpg
4+
layout: post
5+
---
6+
7+
<p>Ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat..</p>
8+
<p>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.</p>

assets/css/font/FontAwesome.otf

73.4 KB
Binary file not shown.
70.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)