minimalist-theme 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/footer.html +2 -2
- data/_layouts/index.html +3 -3
- data/_layouts/post.html +13 -6
- data/_sass/main.scss +3 -3
- metadata +49 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e2dd749c203b03adbedece2c7b01385c3db213039992296b04e032ff183ab3d
|
4
|
+
data.tar.gz: f275842ce0d0f5b24c2214227402f4878a5378973beeca3cf994899f1bcaea82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c407521577bb533feb525c0ee2010d673af09f6609dd3ec590fb9d236c1b48eabea8bd84349c1df82beb79ee88207d25d9c7ee47fb0c83a0ee9deff493e1c9f
|
7
|
+
data.tar.gz: 2c8b3c59246f305c31bbd262d9dd19c48f0e8dd3d6a4dfe582622839bbd7ff3c7519612291fa790b2d43a63beab0f722a74e449e7c4ca4e8c4ddd65777407b56
|
data/_includes/footer.html
CHANGED
data/_layouts/index.html
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
title: Blog
|
3
3
|
layout: default
|
4
4
|
---
|
5
|
-
<section class="mw7 center
|
6
|
-
<h2 class="fw1 ph3 ph0-l">Nouvelles</h2>
|
5
|
+
<section class="mw7 center">
|
6
|
+
<h2 class="fw1 ph3 ph0-l playfair">Nouvelles</h2>
|
7
7
|
{% for post in site.posts %}
|
8
8
|
<article class="bt bb b--black-10">
|
9
9
|
<a class="db pv4 ph3 ph0-l no-underline black dim" href="{{ post.url }}">
|
10
|
-
<div class="flex flex-column flex-row-ns">
|
10
|
+
<div class="flex flex-column flex-row-ns chivo">
|
11
11
|
<div class="w-100 pl3-ns">
|
12
12
|
<h1 class="f3 fw1 mt0 lh-title">{{ post.title }}</h1>
|
13
13
|
<p class="f6 f5-l lh-copy">
|
data/_layouts/post.html
CHANGED
@@ -2,9 +2,16 @@
|
|
2
2
|
layout: default
|
3
3
|
---
|
4
4
|
|
5
|
-
<article class="
|
6
|
-
<
|
7
|
-
|
8
|
-
{{
|
9
|
-
</
|
10
|
-
|
5
|
+
<article class="baskerville pb5">
|
6
|
+
<header class="avenir tc-l ph3 ph4-ns pt4 pt5-ns">
|
7
|
+
<h1 class="f3 f2-m f-subheadline-l measure lh-title fw1 mt0 playfair">{{ page.title }}</h1>
|
8
|
+
<time class="f5 f4-l db fw1 montserrat mb4"> {{ page.date| date: "%b %d, %y" }}</time>
|
9
|
+
</header>
|
10
|
+
<div class="ph3 ph4-m ph5-l">
|
11
|
+
<div class="measure db center f5 f4-ns lh-copy">
|
12
|
+
<p>
|
13
|
+
{{ content }}
|
14
|
+
</p>
|
15
|
+
</div>
|
16
|
+
</div>
|
17
|
+
</article>
|
data/_sass/main.scss
CHANGED
@@ -13,12 +13,12 @@ html{
|
|
13
13
|
|
14
14
|
.chivo {
|
15
15
|
font-family: 'Chivo', sans-serif;
|
16
|
-
font-weight: 300;
|
16
|
+
//font-weight: 300;
|
17
17
|
}
|
18
18
|
|
19
19
|
.playfair {
|
20
20
|
font-family: 'Playfair Display', serif;
|
21
|
-
font-weight: 700;
|
21
|
+
// font-weight: 700;
|
22
22
|
font-style: italic;
|
23
23
|
}
|
24
24
|
|
@@ -28,4 +28,4 @@ html{
|
|
28
28
|
|
29
29
|
/* footer {
|
30
30
|
box-shadow: 0 0 2px #e3e3e3;
|
31
|
-
} */
|
31
|
+
} */
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minimalist-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- YannickDurden
|
@@ -52,6 +52,54 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '12.0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: jekyll-sitemap
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '1.4'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '1.4'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: jekyll-feed
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 0.13.0
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 0.13.0
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: jekyll-seo-tag
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '2.6'
|
90
|
+
- - ">="
|
91
|
+
- !ruby/object:Gem::Version
|
92
|
+
version: 2.6.1
|
93
|
+
type: :development
|
94
|
+
prerelease: false
|
95
|
+
version_requirements: !ruby/object:Gem::Requirement
|
96
|
+
requirements:
|
97
|
+
- - "~>"
|
98
|
+
- !ruby/object:Gem::Version
|
99
|
+
version: '2.6'
|
100
|
+
- - ">="
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: 2.6.1
|
55
103
|
description:
|
56
104
|
email:
|
57
105
|
- y.francois54@gmail.com
|