jekyll-theme-simplex 0.9.8.8 → 0.9.8.13

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: f4a1f3dade79023174c6a14b0504e195d1f201cd54db1c2911936536295fcd69
4
- data.tar.gz: a7bac0f687670ef1546581733fc9ad963958fa3bf1dc5f1fbbb0d403077b4003
3
+ metadata.gz: 01a9b074751df487d30e831fbdfc5ad5f6999790201bc37f8214a27e8a2366aa
4
+ data.tar.gz: c0f2501c3e7079ac7baf63fdabf6b38e089f0493cd4d275aac7a143e7b38d6f0
5
5
  SHA512:
6
- metadata.gz: fd253cfc04c0a027e3643170b506221b86df2e685b1464821931a42f88fb784042e58d364e6b25a03d2f5047225715507b38b502448e20db04ae5975b178360a
7
- data.tar.gz: 88b984d8034720df9c30af5db3ece2e906a4c0cfcf3877ab7f85b08a9142d1ba85eaf65d2cf1ba06497559e1aef3c31c91d36efcf77c5d7dc5645d891461a42d
6
+ metadata.gz: 1af9dbeea6148632c7ef13a620269adb6f5920118378b8f60190f92c26e4e4614faa9fb499d3d72844812c260158369f503c632b57b4e04afb53f61e001a10fb
7
+ data.tar.gz: 9835460b72a115cc31f2a4d52dbac64a5bd71f76f865b42ebb9688d7e658d0cb5ce3cc7d3339f524b144b238085b2f4c878cc74dce991de3286b3ffed6780f70
data/README.md CHANGED
@@ -124,6 +124,7 @@ nextPart: _posts/2021-01-30-example.md #Next part.
124
124
  prevPart: _posts/2021-01-30-example.md #Previous part.
125
125
  og_image: assets/example.png #Open Graph preview image.
126
126
  og_description: "Example description." #Open Graph description.
127
+ fb_app_id: example
127
128
  ---
128
129
  Your markdown content here.
129
130
  ```
data/_includes/head.html CHANGED
@@ -30,8 +30,13 @@
30
30
  <meta property="og:type" content="article" />
31
31
  {% endif %}
32
32
  {% if page.og_image != nil %}
33
- <meta property="og:image" content="{{ page.og_image }}" />
34
- <meta property="og:image:secure_url" content="{{ page.og_image }}" />
33
+ <meta property="og:image" content="{{ site.url }}/{{ page.og_image }}" />
34
+ <meta property="og:image:secure_url" content="{{ site.url }}/{{ page.og_image }}" />
35
+ {% endif %}
36
+ {% if page.fb_app_id != nil %}
37
+ <meta property="fb:app_id" content="{{ page.fb_app_id }}" />
38
+ {% else if site.fb_app_id != nil %}
39
+ <meta property="fb:app_id" content="{{ site.fb_app_id }}" />
35
40
  {% endif %}
36
41
 
37
42
 
data/_sass/_feed.scss CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  @include flexbox;
42
42
  position: relative;
43
- min-width: 80%;
43
+ width: 100%;
44
44
 
45
45
  &__link{
46
46
  text-decoration: none;
data/_sass/_page.scss CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  color: var(--c-pageText);
9
9
  justify-self: center;
10
- padding: 0 1rem;
10
+ margin: 0 2rem;
11
11
  max-width: 1000px;
12
12
  @include flexbox{
13
13
  flex-direction: column;
data/_sass/_post.scss CHANGED
@@ -6,7 +6,7 @@
6
6
  .post{
7
7
 
8
8
  justify-self: center;
9
- padding: 0 1rem;
9
+ margin: 0 2rem;
10
10
  max-width: 1000px;
11
11
  @include flexbox{
12
12
  flex-direction: column;
@@ -17,6 +17,7 @@
17
17
  &__title{
18
18
 
19
19
  &__text{
20
+ text-align: center;
20
21
  color: var(--c-postTitle);
21
22
  margin-bottom: 0;
22
23
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-simplex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8.8
4
+ version: 0.9.8.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondrej Golasowski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-04 00:00:00.000000000 Z
11
+ date: 2021-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll