jekyll-theme-mrwooo-solid-state 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. metadata +1 -2
  3. data/_layouts/default.html +0 -101
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 01db54b495e20ebf79054774c2ad077a1eb642dc
4
- data.tar.gz: 80d78711c6cf44a87b6174ede338b8faddd41c8c
3
+ metadata.gz: 7e8db7e07e71677d39493fc8dfce0527cd3b7a8e
4
+ data.tar.gz: 61ac074ecfce4d53e8ada281448e076c277ea6bd
5
5
  SHA512:
6
- metadata.gz: 5440828b2753010bccf6e261d9e7283cb86b7fbd7cd628ad5471f930e03a46a062b8859c29cb6f1493d22ecf56e458f56689794a660abeab669ac4df62800d1b
7
- data.tar.gz: 43f60d01ba2f9d3568b1283c85868f376bb21a43ef8cc17b808904adb7301965f1f860c3619567deb58231301eb9aa10e8644dfa0e45f099d2c7d998e5feb5af
6
+ metadata.gz: a06d343896b1f19fd7a2b043482212f23bb5fe5b25105781a1064a7bd84520c1d4e4afe1a0e9ceea1f28253d03a3d5ac0c888206798d0476ff961577f06c8b51
7
+ data.tar.gz: 4229ca1e0c55e7d2505726b5fa5a1d45fc412fd002e12153640e08f149383542a82d7023b7ffb78d6970b0730a8a3c3676a2108a47b0d0945dafac390e541fe8
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-mrwooo-solid-state
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - MrWooo
@@ -67,7 +67,6 @@ files:
67
67
  - _includes/head.html
68
68
  - _includes/header.html
69
69
  - _includes/menu.html
70
- - _layouts/default.html
71
70
  - _layouts/page.html
72
71
  - _layouts/post.html
73
72
  - _posts/2018-07-21-ante-fermentum.md
@@ -1,101 +0,0 @@
1
- ---
2
- layout: default
3
- version: 0.1.4
4
- ---
5
- <!DOCTYPE HTML>
6
- <!--
7
- Solid State by HTML5 UP
8
- html5up.net | @ajlkn
9
- Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
10
- -->
11
- <html>
12
- {% include head.html %}
13
- <body class="is-preload">
14
- {% if gtagmanager %}
15
-
16
- (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
17
- new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
18
- j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
19
- 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
20
- })(window,document,'script','dataLayer','{{ gtagmanager }}');
21
-
22
- {% endif%}
23
-
24
- <!-- Page Wrapper -->
25
- <div id="page-wrapper">
26
-
27
- <!-- Header -->
28
- {% include header.html %}
29
-
30
- <!-- Menu -->
31
- {% include menu.html %}
32
-
33
- <!-- Banner -->
34
- <section id="banner">
35
- <div class="inner">
36
- <div class="logo"><span class="icon fa-diamond"></span></div>
37
- <h2>{{ site.short_description }}</h2>
38
- <p>{{ site.description }}</p>
39
- </div>
40
- </section>
41
-
42
- <!-- Wrapper -->
43
- <section id="wrapper">
44
-
45
- {% for collection in site.collections %}
46
-
47
- {% assign name = collection.label %}
48
- {% if name == 'main' %}
49
- {% for page in site[name] %}
50
- {% capture i %}
51
- {% increment index %}
52
- {% endcapture %}
53
-
54
- {% capture _i %}{% cycle 'odd', 'even' %}{% endcapture %}
55
-
56
- <section class="wrapper {% if _i == 'even' %} alt {% endif %} spotlight style{{index}}">
57
- <div class="inner">
58
- <a href="{{ page.url }}" class="image"><img src="{{ page.image }}" alt="" /></a>
59
- <div class="content">
60
- <h2 class="major">{{page.title}}</h2>
61
- <p>{{page.description}}</p>
62
- <a href="{{ page.url }}" class="special">Learn more</a>
63
- </div>
64
- </div>
65
- </section>
66
-
67
-
68
- {% endfor %}
69
- {% endif %}
70
- {% endfor %}
71
-
72
- <!-- Four -->
73
- <section id="four" class="wrapper alt style1">
74
- <div class="inner">
75
- <h2 class="major">Vitae phasellus</h2>
76
- <p>Cras mattis ante fermentum, malesuada neque vitae, eleifend erat. Phasellus non pulvinar erat. Fusce tincidunt, nisl eget mattis egestas, purus ipsum consequat orci, sit amet lobortis lorem lacus in tellus. Sed ac elementum arcu. Quisque placerat auctor laoreet.</p>
77
- <section class="features">
78
-
79
- <!-- blog feed -->
80
- {% include feed.html %}
81
-
82
- </section>
83
-
84
- <ul class="actions">
85
- <li><a href="{{ "/blog/" | prepend: site.url }}" class="button">Browse All</a></li>
86
- </ul>
87
- </div>
88
- </section>
89
-
90
- </section>
91
-
92
- <!-- Footer -->
93
- {% include footer.html %}
94
-
95
- </div>
96
-
97
- <!-- Scripts -->
98
- {% include bottomScripts.html %}
99
-
100
- </body>
101
- </html>