blue-jekyll-theme 0.2.1 → 0.3.0

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: f4e7d4cd755980fb155402ad8e03fe8d920b9701be3e1cebbdcecb0ecd873f7a
4
- data.tar.gz: 41458d87e1a571835c55963d64cfdabf2ca070d327f9377d8dfb56141d1036e1
3
+ metadata.gz: '048df32aca0f1d9a2d14323dd879dbd59a02900c942e259f80ad4809966c1566'
4
+ data.tar.gz: 3252f260893704a2217aaa417dae8f441fbcfb780a289fe3d95a791de3ed14d7
5
5
  SHA512:
6
- metadata.gz: 8ac96d56b3eb0d431fabc488151378bcb02e31e9d83e924f34e0ed42c2a867d33ca427b149b1bcd3072366f8bc5c7b04fcd43697aeaddaaba7b12b97b777b186
7
- data.tar.gz: d10db45cb2f848e54e252ed8b8af6e66be87a2d56d0bcb11b49abdc2f5eb796edc894c1073a2089ef050e24b950a05bb99b1b55430851e336797930ad4a34c37
6
+ metadata.gz: 11e8679d9d3bc4c69642df9cb877efdcc99f9be67d6eb7f192ea76c5c5ca864937bf6b3891a9b467bb029baec30489d95ecf0ac2297efc8be8a16e1d4233b035
7
+ data.tar.gz: 3634ec31022591e3b854525af5b27b6ca623dea242d4d5f6a77977f3d0ba3f2a70b7c6095817bb7e24ffb1d46cd19899a7201c2e9b35a9ecd4b85e333a569b28
@@ -4,4 +4,25 @@
4
4
  Made with <span style="color: #e25555;">&hearts;</span> by Juanjo Salvador
5
5
  </p>
6
6
  </div>
7
+ <div class="columns">
8
+ <div class="column"></div>
9
+ <div class="column is-centered">
10
+ {% if site.author.github %}
11
+ <a href="https://github.com/{{ site.author.github }}" class="social-link"><i class="fab fa-github-alt fa-2x"></i></a>
12
+ {% endif %}
13
+
14
+ {% if site.author.twitter %}
15
+ <a href="https://twitter.com/{{ site.author.twitter }}" class="social-link"><i class="fab fa-twitter fa-2x"></i></a>
16
+ {% endif %}
17
+
18
+ {% if site.author.mastodon %}
19
+ <a href="{{ site.author.mastodon }}" rel="me" class="social-link"><i class="fab fa-mastodon fa-2x"></i></a>
20
+ {% endif %}
21
+
22
+ {% if site.author.email %}
23
+ <a href="mailto:{{ site.author.email }}" class="social-link"><i class="fas fa-envelope fa-2x"></i></a>
24
+ {% endif %}
25
+ </div>
26
+ <div class="column"></div>
27
+ </div>
7
28
  </footer>
data/_includes/head.html CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  <!-- CSS -->
15
15
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css">
16
- <link rel="stylesheet" href="{{ site.baseurl }}/styles.css">
16
+ <link rel="stylesheet" href="{{ site.baseurl }}/assets/styles.css">
17
17
 
18
18
  <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
19
19
 
data/_sass/default.sass CHANGED
@@ -31,7 +31,10 @@ body
31
31
  margin-bottom: 1em
32
32
 
33
33
  .container
34
- max-width: 40rem
34
+ max-width: 60rem
35
+
36
+ .is-centered
37
+ text-align: center
35
38
 
36
39
  .left-arrow
37
40
  font-size: 2em
@@ -0,0 +1,10 @@
1
+ ---
2
+ # Use a comment to ensure Jekyll reads the file to be transformed into CSS later
3
+ # only main files contain this front matter, not partials.
4
+ ---
5
+
6
+ @import 'default'
7
+ @import 'frontpage'
8
+ @import 'code'
9
+ @import 'post'
10
+ @import 'native'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blue-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juanjo Salvador
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-14 00:00:00.000000000 Z
11
+ date: 2022-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-seo-tag
@@ -87,6 +87,7 @@ files:
87
87
  - _sass/native.scss
88
88
  - _sass/post.sass
89
89
  - _sass/rouge.scss
90
+ - assets/styles.sass
90
91
  homepage: https://jsalvador.me/blog/
91
92
  licenses:
92
93
  - MIT