starterlog-theme 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +153 -0
  3. data/README.md +107 -0
  4. data/_includes/footer.html +52 -0
  5. data/_includes/head.html +19 -0
  6. data/_includes/header.html +52 -0
  7. data/_layouts/default.html +22 -0
  8. data/_layouts/page.html +5 -0
  9. data/_layouts/post.html +5 -0
  10. data/_pages/about/index.html +84 -0
  11. data/_pages/features/index.html +88 -0
  12. data/_pages/portfolio/index.html +142 -0
  13. data/_pages/profile/index.html +37 -0
  14. data/_pages/project/index.html +85 -0
  15. data/_pages/projects/index.html +60 -0
  16. data/_pages/search/index.html +29 -0
  17. data/_pages/start/index.html +136 -0
  18. data/_pages/theme/index.html +1194 -0
  19. data/assets/fonts/FontAwesome.otf +0 -0
  20. data/assets/fonts/fontawesome-webfont.eot +0 -0
  21. data/assets/fonts/fontawesome-webfont.svg +685 -0
  22. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  23. data/assets/fonts/fontawesome-webfont.woff +0 -0
  24. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  25. data/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  26. data/assets/fonts/glyphicons-halflings-regular.svg +288 -0
  27. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  28. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  29. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  30. data/assets/scripts/bootstrap.js +2380 -0
  31. data/assets/scripts/fullscreensearch.js +13 -0
  32. data/assets/scripts/jquery.js +10074 -0
  33. data/assets/scripts/lunr.js +2053 -0
  34. data/assets/scripts/search.js +61 -0
  35. data/assets/styles/custom.css +118 -0
  36. data/assets/styles/font-awesome.css +2199 -0
  37. data/assets/styles/theme.css +5769 -0
  38. metadata +37 -1
@@ -0,0 +1,88 @@
1
+ ---
2
+ layout: default
3
+ title: Features
4
+ permalink: /features/
5
+ ---
6
+ <!-- Page Content -->
7
+ <div class="container">
8
+
9
+ <!-- Jumbotron Header -->
10
+ <header class="jumbotron hero-spacer">
11
+ <h1>A Warm Welcome!</h1>
12
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsa, ipsam, eligendi, in quo sunt possimus non incidunt odit vero aliquid similique quaerat nam nobis illo aspernatur vitae fugiat numquam repellat.</p>
13
+ <p><a class="btn btn-primary btn-large">Call to action!</a>
14
+ </p>
15
+ </header>
16
+
17
+ <hr>
18
+
19
+ <!-- Title -->
20
+ <div class="row">
21
+ <div class="col-lg-12">
22
+ <h3>Latest Features</h3>
23
+ </div>
24
+ </div>
25
+ <!-- /.row -->
26
+
27
+ <!-- Page Features -->
28
+ <div class="row text-center">
29
+
30
+ <div class="col-md-3 col-sm-6 hero-feature">
31
+ <div class="thumbnail">
32
+ <img src="http://placehold.it/800x500" alt="">
33
+ <div class="caption">
34
+ <h3>Feature Label</h3>
35
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
36
+ <p>
37
+ <a href="#" class="btn btn-primary">Buy Now!</a> <a href="#" class="btn btn-default">More Info</a>
38
+ </p>
39
+ </div>
40
+ </div>
41
+ </div>
42
+
43
+ <div class="col-md-3 col-sm-6 hero-feature">
44
+ <div class="thumbnail">
45
+ <img src="http://placehold.it/800x500" alt="">
46
+ <div class="caption">
47
+ <h3>Feature Label</h3>
48
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
49
+ <p>
50
+ <a href="#" class="btn btn-primary">Buy Now!</a> <a href="#" class="btn btn-default">More Info</a>
51
+ </p>
52
+ </div>
53
+ </div>
54
+ </div>
55
+
56
+ <div class="col-md-3 col-sm-6 hero-feature">
57
+ <div class="thumbnail">
58
+ <img src="http://placehold.it/800x500" alt="">
59
+ <div class="caption">
60
+ <h3>Feature Label</h3>
61
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
62
+ <p>
63
+ <a href="#" class="btn btn-primary">Buy Now!</a> <a href="#" class="btn btn-default">More Info</a>
64
+ </p>
65
+ </div>
66
+ </div>
67
+ </div>
68
+
69
+ <div class="col-md-3 col-sm-6 hero-feature">
70
+ <div class="thumbnail">
71
+ <img src="http://placehold.it/800x500" alt="">
72
+ <div class="caption">
73
+ <h3>Feature Label</h3>
74
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
75
+ <p>
76
+ <a href="#" class="btn btn-primary">Buy Now!</a> <a href="#" class="btn btn-default">More Info</a>
77
+ </p>
78
+ </div>
79
+ </div>
80
+ </div>
81
+
82
+ </div>
83
+ <!-- /.row -->
84
+
85
+ <br>
86
+
87
+ </div>
88
+ <!-- /.container -->
@@ -0,0 +1,142 @@
1
+ ---
2
+ layout: default
3
+ title: Portfolio
4
+ permalink: /portfolio/
5
+ ---
6
+ <!-- Page Content -->
7
+ <div class="container">
8
+
9
+ <!-- Page Heading -->
10
+ <div class="row">
11
+ <div class="col-lg-12">
12
+ <h1 class="page-header">Page Heading
13
+ <small>Secondary Text</small>
14
+ </h1>
15
+ </div>
16
+ </div>
17
+ <!-- /.row -->
18
+
19
+ <!-- Project One -->
20
+ <div class="row">
21
+ <div class="col-md-7">
22
+ <a href="#">
23
+ <img class="img-responsive" src="http://placehold.it/700x300" alt="">
24
+ </a>
25
+ </div>
26
+ <div class="col-md-5">
27
+ <h3>Project One</h3>
28
+ <h4>Subheading</h4>
29
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium veniam exercitationem expedita laborum at voluptate. Labore, voluptates totam at aut nemo deserunt rem magni pariatur quos perspiciatis atque eveniet unde.</p>
30
+ <a class="btn btn-primary" href="#">View Project <span class="glyphicon glyphicon-chevron-right"></span></a>
31
+ </div>
32
+ </div>
33
+ <!-- /.row -->
34
+
35
+ <hr>
36
+
37
+ <!-- Project Two -->
38
+ <div class="row">
39
+ <div class="col-md-7">
40
+ <a href="#">
41
+ <img class="img-responsive" src="http://placehold.it/700x300" alt="">
42
+ </a>
43
+ </div>
44
+ <div class="col-md-5">
45
+ <h3>Project Two</h3>
46
+ <h4>Subheading</h4>
47
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut, odit velit cumque vero doloremque repellendus distinctio maiores rem expedita a nam vitae modi quidem similique ducimus! Velit, esse totam tempore.</p>
48
+ <a class="btn btn-primary" href="#">View Project <span class="glyphicon glyphicon-chevron-right"></span></a>
49
+ </div>
50
+ </div>
51
+ <!-- /.row -->
52
+
53
+ <hr>
54
+
55
+ <!-- Project Three -->
56
+ <div class="row">
57
+ <div class="col-md-7">
58
+ <a href="#">
59
+ <img class="img-responsive" src="http://placehold.it/700x300" alt="">
60
+ </a>
61
+ </div>
62
+ <div class="col-md-5">
63
+ <h3>Project Three</h3>
64
+ <h4>Subheading</h4>
65
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis, temporibus, dolores, at, praesentium ut unde repudiandae voluptatum sit ab debitis suscipit fugiat natus velit excepturi amet commodi deleniti alias possimus!</p>
66
+ <a class="btn btn-primary" href="#">View Project <span class="glyphicon glyphicon-chevron-right"></span></a>
67
+ </div>
68
+ </div>
69
+ <!-- /.row -->
70
+
71
+ <hr>
72
+
73
+ <!-- Project Four -->
74
+ <div class="row">
75
+
76
+ <div class="col-md-7">
77
+ <a href="#">
78
+ <img class="img-responsive" src="http://placehold.it/700x300" alt="">
79
+ </a>
80
+ </div>
81
+ <div class="col-md-5">
82
+ <h3>Project Four</h3>
83
+ <h4>Subheading</h4>
84
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Explicabo, quidem, consectetur, officia rem officiis illum aliquam perspiciatis aspernatur quod modi hic nemo qui soluta aut eius fugit quam in suscipit?</p>
85
+ <a class="btn btn-primary" href="#">View Project <span class="glyphicon glyphicon-chevron-right"></span></a>
86
+ </div>
87
+ </div>
88
+ <!-- /.row -->
89
+
90
+ <hr>
91
+
92
+ <!-- Project Five -->
93
+ <div class="row">
94
+ <div class="col-md-7">
95
+ <a href="#">
96
+ <img class="img-responsive" src="http://placehold.it/700x300" alt="">
97
+ </a>
98
+ </div>
99
+ <div class="col-md-5">
100
+ <h3>Project Five</h3>
101
+ <h4>Subheading</h4>
102
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquid, quo, minima, inventore voluptatum saepe quos nostrum provident ex quisquam hic odio repellendus atque porro distinctio quae id laboriosam facilis dolorum.</p>
103
+ <a class="btn btn-primary" href="#">View Project <span class="glyphicon glyphicon-chevron-right"></span></a>
104
+ </div>
105
+ </div>
106
+ <!-- /.row -->
107
+ <br>
108
+ <!-- Pagination -->
109
+ <div class="row text-center">
110
+ <div class="col-lg-12">
111
+ <ul class="pagination">
112
+ <li>
113
+ <a href="#">&laquo;</a>
114
+ </li>
115
+ <li class="active">
116
+ <a href="#">1</a>
117
+ </li>
118
+ <li>
119
+ <a href="#">2</a>
120
+ </li>
121
+ <li>
122
+ <a href="#">3</a>
123
+ </li>
124
+ <li>
125
+ <a href="#">4</a>
126
+ </li>
127
+ <li>
128
+ <a href="#">5</a>
129
+ </li>
130
+ <li>
131
+ <a href="#">&raquo;</a>
132
+ </li>
133
+ </ul>
134
+ </div>
135
+ </div>
136
+ <!-- /.row -->
137
+
138
+ <hr>
139
+
140
+
141
+ </div>
142
+ <!-- /.container -->
@@ -0,0 +1,37 @@
1
+ ---
2
+ layout: default
3
+ title: Profile
4
+ permalink: /profile/
5
+ ---
6
+ <div class="container">
7
+
8
+ <!-- Introduction Row -->
9
+ <div class="row">
10
+
11
+ <!-- Second Featurette -->
12
+ <div class="featurette">
13
+ <img class="featurette-image img-circle img-responsive img-center" src="http://placehold.it/256x256">
14
+ <br>
15
+ <h2 class="featurette-heading">John Smith
16
+ <span class="text-muted">Hobbyist</span>
17
+ </h2>
18
+ <span style="padding:25px">
19
+ <p class="lead"> <em>Bio</em> <br>Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
20
+ </span>
21
+ </div>
22
+ </div>
23
+ <!-- /.row -->
24
+ <br><hr>
25
+ <div class="row">
26
+ <ul class="text-center list-unstyled list-inline">
27
+ <li class="lead"><a href="#" target="_blank"><i class="fa fa-2x fa-facebook"></i> facebook</a> &nbsp;&nbsp;<li>
28
+ <li class="lead"><a href="#" target="_blank"><i class="fa fa-2x fa-github"></i> Github</a> &nbsp;&nbsp;<li>
29
+ <li class="lead"><a href="#" target="_blank"><i class="fa fa-2x fa-linkedin"></i> LinkedIn</a> &nbsp;&nbsp;<li>
30
+ <li class="lead"><a href="#" target="_blank"><i class="fa fa-2x fa-twitter"></i> Twitter</a> &nbsp;&nbsp;<li>
31
+ </ul>
32
+ </div>
33
+ <!-- /.row -->
34
+ <hr>
35
+
36
+ </div>
37
+ <!-- /.container -->
@@ -0,0 +1,85 @@
1
+ ---
2
+ layout: default
3
+ title: Project
4
+ permalink: /project/
5
+ ---
6
+ <div class="container">
7
+
8
+ <!-- Heading Row -->
9
+ <div class="row">
10
+ <div class="col-md-8">
11
+ <img class="img-responsive img-rounded" src="http://placehold.it/900x350" alt="">
12
+ </div>
13
+ <!-- /.col-md-8 -->
14
+ <div class="col-md-4">
15
+ <h1>Project Name</h1>
16
+ <p>This is a template that is great for projects. It doesn't have too much fancy flare to it, but it makes a great use of the standard Bootstrap core components. Feel free to use this template for any project you want!</p>
17
+ <a class="btn btn-primary btn-lg" href="#">Call to Action!</a>
18
+ </div>
19
+ <!-- /.col-md-4 -->
20
+ </div>
21
+ <!-- /.row -->
22
+
23
+ <hr>
24
+
25
+ <!-- Call to Action Well -->
26
+ <div class="row">
27
+ <div class="col-lg-12">
28
+ <div class="well text-center">
29
+ This is a well that is a great spot for a project tagline or link to source code for easy access!
30
+ </div>
31
+ </div>
32
+ <!-- /.col-lg-12 -->
33
+ </div>
34
+ <!-- /.row -->
35
+
36
+ <!-- Content Row -->
37
+ <div class="row">
38
+ <div class="col-md-4">
39
+ <h2>Heading 1</h2>
40
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p>
41
+ <a class="btn btn-default" href="#">More Info</a>
42
+ </div>
43
+ <!-- /.col-md-4 -->
44
+ <div class="col-md-4">
45
+ <h2>Heading 2</h2>
46
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p>
47
+ <a class="btn btn-default" href="#">More Info</a>
48
+ </div>
49
+ <!-- /.col-md-4 -->
50
+ <div class="col-md-4">
51
+ <h2>Heading 3</h2>
52
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p>
53
+ <a class="btn btn-default" href="#">More Info</a>
54
+ </div>
55
+ <!-- /.col-md-4 -->
56
+ </div>
57
+ <!-- /.row -->
58
+ <br>
59
+ <hr>
60
+
61
+ <!-- Additional Documentation -->
62
+ <div class="row">
63
+ <div class="col-lg-12">
64
+ <p class="lead">
65
+ This is a lead in paragraph... </p>
66
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vitae facilisis purus. Aenean feugiat eu felis at malesuada. Phasellus accumsan tristique ex sit amet fringilla. Nunc erat justo, iaculis semper porttitor at, vehicula at nisi. Donec bibendum tincidunt ligula, at aliquet turpis egestas at. Nunc sodales dapibus lectus quis vulputate. In justo dui, tempor et augue vitae, feugiat ultrices enim. Aliquam erat volutpat. Maecenas lobortis ornare neque quis mollis. Integer pulvinar, nibh et congue sodales, lorem ex vulputate enim, ut congue nisi dolor et risus. In justo tortor, venenatis nec lacinia vitae, ultrices vel tortor. Quisque consectetur ipsum sapien, non sollicitudin quam eleifend quis. Nullam urna ante, scelerisque sit amet arcu a, auctor egestas massa. Quisque ullamcorper nisl congue velit condimentum, id ultrices nulla viverra.</p>
67
+ <p>Morbi cursus orci sed pellentesque lacinia. Sed placerat elementum mi a tempor. Fusce eget magna eget velit malesuada euismod. Nulla elementum magna mi, at interdum nisi porttitor viverra. Proin nec ante ex. Quisque id elit magna. Etiam ut cursus turpis. Vivamus sollicitudin tellus et nibh eleifend, in consectetur risus malesuada. Fusce felis ex, feugiat at volutpat non, finibus feugiat lectus. Nunc vestibulum ligula nulla, nec sagittis neque placerat a.</p>
68
+ </div>
69
+ <!-- /.col-lg-12 -->
70
+ <div class="col-lg-12">
71
+ <br>
72
+ <div class="well">
73
+ <p># THIS IS A CODE BLOCK </p>
74
+ <p>me = new Hobbyist();</p>
75
+ <p>while(me.awake()) {<br>&nbsp;&nbsp;&nbsp;me.code();<br>}</p>
76
+ </div>
77
+ <br>
78
+ </div>
79
+ <!-- /.col-lg-12 -->
80
+ </div>
81
+ <!-- /.row -->
82
+
83
+
84
+ </div>
85
+ <!-- /.container -->
@@ -0,0 +1,60 @@
1
+ ---
2
+ layout: default
3
+ title: Project
4
+ permalink: /project/
5
+ ---
6
+ <div class="container">
7
+
8
+ <!-- Heading Row -->
9
+ <div class="row">
10
+ <div class="col-md-8">
11
+ <img class="img-responsive img-rounded" src="http://placehold.it/900x350" alt="">
12
+ </div>
13
+ <!-- /.col-md-8 -->
14
+ <div class="col-md-4">
15
+ <h1>Project Name</h1>
16
+ <p>This is a template that is great for projects. It doesn't have too much fancy flare to it, but it makes a great use of the standard Bootstrap core components. Feel free to use this template for any project you want!</p>
17
+ <a class="btn btn-primary btn-lg" href="#">Call to Action!</a>
18
+ </div>
19
+ <!-- /.col-md-4 -->
20
+ </div>
21
+ <!-- /.row -->
22
+
23
+ <hr>
24
+
25
+ <!-- Call to Action Well -->
26
+ <div class="row">
27
+ <div class="col-lg-12">
28
+ <div class="well text-center">
29
+ This is a well that is a great spot for a project tagline or link to source code for easy access!
30
+ </div>
31
+ </div>
32
+ <!-- /.col-lg-12 -->
33
+ </div>
34
+ <!-- /.row -->
35
+
36
+ <!-- Content Row -->
37
+ <div class="row">
38
+ <div class="col-md-4">
39
+ <h2>Heading 1</h2>
40
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p>
41
+ <a class="btn btn-default" href="#">More Info</a>
42
+ </div>
43
+ <!-- /.col-md-4 -->
44
+ <div class="col-md-4">
45
+ <h2>Heading 2</h2>
46
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p>
47
+ <a class="btn btn-default" href="#">More Info</a>
48
+ </div>
49
+ <!-- /.col-md-4 -->
50
+ <div class="col-md-4">
51
+ <h2>Heading 3</h2>
52
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p>
53
+ <a class="btn btn-default" href="#">More Info</a>
54
+ </div>
55
+ <!-- /.col-md-4 -->
56
+ </div>
57
+ <!-- /.row -->
58
+
59
+ </div>
60
+ <!-- /.container -->
@@ -0,0 +1,29 @@
1
+ ---
2
+ layout: default
3
+ title: Search
4
+ permalink: /search/
5
+ ---
6
+ <form action="/search/" method="get">
7
+ <label for="search-box">Search</label>
8
+ <input type="text" id="search-box" name="query">
9
+ <input type="submit" value="search">
10
+ </form>
11
+
12
+ <ul id="search-results"></ul>
13
+
14
+ <script>
15
+ window.store = {
16
+ {% for post in site.posts %}
17
+ "{{ post.url | slugify }}": {
18
+ "title": "{{ post.title | xml_escape }}",
19
+ "author": "{{ post.author | xml_escape }}",
20
+ "category": "{{ post.category | xml_escape }}",
21
+ "content": {{ post.content | strip_html | strip_newlines | jsonify }},
22
+ "url": "{{ post.url | xml_escape }}"
23
+ }
24
+ {% unless forloop.last %},{% endunless %}
25
+ {% endfor %}
26
+ };
27
+ </script>
28
+ <script src="{{ "/assets/scripts/lunr.js" | prepend: site.baseurl }}"></script>
29
+ <script src="{{ "/assets/scripts/search.js" | prepend: site.baseurl }}"></script>