minimalist-theme 0.2.2 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6ca413efdf64832729bf0b5a63deb93d13c566b1b7efd1f835e2d2037262f8f
4
- data.tar.gz: 9834b7da510d96c1e18e16e773619f9eee86f2fbd0e0faba5ed990e18a024d61
3
+ metadata.gz: e78f8bb8bad39b54baf9ebfbd590e51b0a0956bf19c33aed7b8267bab516b6fd
4
+ data.tar.gz: 9f966c6223eb056abc869afc583102e7f65e858b48516a0b14a99f28ce68f1af
5
5
  SHA512:
6
- metadata.gz: 9f6d65e2b15a77ecf592d9874be107d62665936867c15f9efc108b1193d4f19917f6ef7842cb5001416dcec6bc8af0eece83706e7aff0dcc407756e731211f5a
7
- data.tar.gz: 05e0329ab71b774c0116869cc776adf66dabde680648e2f98665943e42db86858c6e45efaa83088e71cf40d2e2973b1eca953fec4aeb8d714ef0dfdaca762168
6
+ metadata.gz: 4dd29e56af7c9517e3967d66f7b7aefd0f8f090882c65286a36240d0e51ad7aff018e7f02d0500ab8c9530f1a15250f5dcbd537247533bcd4836669260865c6a
7
+ data.tar.gz: 3a35e04906373dc4e45a84c26e828bd330db124599b400e8d5e67522b0e12d1c71f092c979715d47f594c9f99811d32939e54b553f5c3ea90f624157700ac7f8
@@ -1,5 +1,5 @@
1
1
  <header class="black-80 tc pv4 chivo">
2
- <h1 class="mt2 mb0 i fw1 f1 ttl tracked brand-title">{{ site.header.title }}</h1>
3
- <h2 class="mt2 mb0 f6 fw4 ttu tracked">{{ site.header.subtitle }}</h2>
2
+ <h1 class="mt2 mb0 i fw1 ttl tracked brand-title">{{ site.header.title }}</h1>
3
+ <h2 class="mt2 mb0 f5 fw4 ttu tracked">{{ site.header.subtitle }}</h2>
4
4
  {% include navigation.html %}
5
5
  </header>
@@ -10,14 +10,14 @@
10
10
  {% if site.nav.categories %}
11
11
  {{ site.nav.categories }}
12
12
  {% else %}
13
- Categories
13
+ Catégories
14
14
  {% endif %}
15
15
  </a>
16
16
  <a class="f6 f5-l link bg-animate black-80 hover-bg-lightest-blue dib pa3 ph4-l" href="{{ site.baseurl }}/about">
17
17
  {% if site.nav.about %}
18
18
  {{ site.nav.about }}
19
19
  {% else %}
20
- A propos
20
+ À propos
21
21
  {% endif %}
22
22
  </a>
23
23
  </nav>
@@ -8,8 +8,8 @@ layout: default
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
10
  <div class="flex flex-column flex-row-ns chivo">
11
- <div class="w-100 pl3-ns">
12
- <h1 class="f3 fw1 mt0 lh-title">{{ post.title }}</h1>
11
+ <div class="w-100 pl3-ns wrap-excerpt">
12
+ <h1 class="f3 fw6 mt0 lh-title">{{ post.title }}</h1>
13
13
  <p class="f6 f5-l lh-copy">
14
14
  {{ post.excerpt }}
15
15
  </p>
@@ -4,7 +4,19 @@ html{
4
4
  }
5
5
 
6
6
  .brand-title {
7
- font-family: 'Indie Flower', cursive;
7
+ font-family: 'stefont';
8
+ }
9
+
10
+ @media screen and (min-width: 30em) {
11
+ .brand-title {
12
+ font-size: 4rem;
13
+ }
14
+ }
15
+
16
+ @media screen and (max-width: 30em) {
17
+ .brand-title {
18
+ font-size: 2.3rem;
19
+ }
8
20
  }
9
21
 
10
22
  .montserrat {
@@ -13,19 +25,26 @@ html{
13
25
 
14
26
  .chivo {
15
27
  font-family: 'Chivo', sans-serif;
16
- //font-weight: 300;
17
28
  }
18
29
 
19
30
  .playfair {
20
31
  font-family: 'Playfair Display', serif;
21
- // font-weight: 700;
22
32
  font-style: italic;
23
33
  }
24
34
 
35
+ .sketch {
36
+ font-family: 'sketch';
37
+ }
38
+
25
39
  .wrap-about p {
26
40
  letter-spacing: 1px;
27
41
  }
28
42
 
43
+ .wrap-excerpt p {
44
+ font-weight: 100;
45
+ color: rgba($color: #000000, $alpha: 0.7);
46
+ }
47
+
29
48
  table {
30
49
  border-collapse: collapse;
31
50
  border-spacing: 0;
@@ -1,4 +1,8 @@
1
1
  ---
2
2
  ---
3
3
  @import url('https://fonts.googleapis.com/css?family=Chivo|Playfair+Display|Indie+Flower&display=swap');
4
+ @font-face {
5
+ font-family: stefont;
6
+ src: url('/assets/fonts/stefont.woff');
7
+ }
4
8
  @import "main";
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimalist-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - YannickDurden
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-24 00:00:00.000000000 Z
11
+ date: 2020-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -122,6 +122,8 @@ files:
122
122
  - _sass/main.scss
123
123
  - assets/css/styles.scss
124
124
  - assets/css/tachyons.min.css
125
+ - assets/fonts/sketch.woff
126
+ - assets/fonts/stefont.woff
125
127
  homepage: https://github.com/YannickDurden/minimalist-white
126
128
  licenses:
127
129
  - MIT