minimalist-theme 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bcfcff07f891596cf1109f9e1afbb09f995232b4444ae610f9be5423b47d0d0c
4
- data.tar.gz: fad84d467f65f397b41dd40a77c8745bab20321c8e58efcb0c974203502456c7
3
+ metadata.gz: 33d344b6839cd10ec732cb3b78b9fe2dfa60dac3c33d6fef9b90a76d33f63b61
4
+ data.tar.gz: d82b4a7118babbcf63d83c4a4ba7feb31d3c786fbba5eaf03b728988c25e1b69
5
5
  SHA512:
6
- metadata.gz: 0bdba66421adb1ab5c4de53b044fcd5a66a6b289a9b8799253bde5bf970c3b5e53a8a8bb933fd4ca3cbc597beffdff19fcb120014c94946a77aed3aa28323c09
7
- data.tar.gz: efe4ebcb85733af7d1dd52acf7f4d6c613ef90cb428cb752bff1c5add4ec9772227a9e96730c173f34022181a0d012a328a3ae16c7f1c3a68f87bce8a80e267c
6
+ metadata.gz: 81cd44f45bb1fccf06b42571bebda562d7c9759573c804b28256fff24595c2957fcdda6bd145e2f45d5492dcb030349e10bca9d42d893a7bcc41c6a653e177af
7
+ data.tar.gz: 43cf50cf66baaf96af1e2dba0472a897bdf6aed4b267de379382980a37fcb6010376a867badc634b3a896492a180af1e3f585ec63ac69becaf84af081cf5fb27
@@ -4,8 +4,8 @@ layout: default
4
4
  <div class="wrap-about mw7 center chivo">
5
5
  <article class="cf ph3 ph5-ns pv5-ns">
6
6
  <header class="fn fl-ns w-50-ns pr4-ns">
7
- <h1 class="mb3 mt0 lh-title playfair">Yannick</h1>
8
- <time class="f6 ttu tracked gray">Curieux </time>
7
+ <h1 class="mb3 mt0 lh-title playfair">{{ site.about.username }}</h1>
8
+ <time class="f6 ttu tracked gray">{{ site.about.subtitle }}</time>
9
9
  </header>
10
10
  <div class="fn fl-ns w-50-ns">
11
11
  <p class="lh-copy measure mt4 mt0-ns">
@@ -1,4 +1,5 @@
1
1
  ---
2
+ layout: default
2
3
  title: categories
3
4
  ---
4
5
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  title: Blog
3
+ layout: default
3
4
  ---
4
5
  <section class="mw7 center chivo">
5
6
  <h2 class="fw1 ph3 ph0-l">Nouvelles</h2>
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - YannickDurden
@@ -68,7 +68,6 @@ files:
68
68
  - _layouts/categories.html
69
69
  - _layouts/default.html
70
70
  - _layouts/index.html
71
- - _layouts/page.html
72
71
  - _layouts/post.html
73
72
  - _sass/main.scss
74
73
  - assets/css/styles.scss
@@ -1,5 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- {{ content }}