imfiny-times 0.2.2 → 0.2.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +58 -0
  3. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc13fcc65b6b6260478cd9796019b99144070babb2f6190644a52b754235c489
4
- data.tar.gz: 5b34f2e525dc5b343c979df67e95d555cb98bf912b1b2c076194296023945ec1
3
+ metadata.gz: 8e1cdf254b446e0062a64ccd044ad479b89a8ecb7b93f36bc332cdbf8aa7ede2
4
+ data.tar.gz: 584bd3380cb3c445326716c7ac6082025bdb86cf78018753c51137f571b115db
5
5
  SHA512:
6
- metadata.gz: 91086280842cadf40e3a8822fe46b002defc517301ff790eb45f29b7695ca6b58aa505f3284ec63863b3cb577fe5f641416531bae4da2e61588b282149983075
7
- data.tar.gz: 592b8c0e35a5e0b05556193583d7087d7b57c4dcdab5fceee06fdd3230c4c33efcc2e25cb84172dbc79b8e401658f9a6ed372894c445d66bd1a227d372065f5d
6
+ metadata.gz: ea12b4050a255d1e03835f6009ae0d86d4693b5334c87dc4a11dea344bc5d370416ee7fb522503b648f20674f2f9cf3fe2261654e7bd958207c271b10935c396
7
+ data.tar.gz: 5805df1d4fd6a2709cf2174b38afd74d3f733df8cea24be20704d4a98e6875f3ea46621a0af32ad6e8091b71de7953f83154c1ffe808a1e60a97946fab34843d
@@ -0,0 +1,58 @@
1
+ {% include header.html title=site.top_title %}
2
+ {% assign custom_category = site.custom_category_name | default: 'opinion' %}
3
+ {% assign custom_category_title = site.custom_category_title | default: 'Opinions' %}
4
+ {% assign custom_category_subtitle = site.custom_category_subtitle | default: '"A view or judgement [formed] about something"' %}
5
+
6
+ {{ content }}
7
+
8
+ <!-- Primary Page Layout
9
+ –––––––––––––––––––––––––––––––––––––––––––––––––– -->
10
+
11
+ <div class="section hero">
12
+ <div class="container">
13
+ <div class="row imf">
14
+ <div class="one-half-column">
15
+ <h1><span class="blog">blog.</span>{{ site.top_name }}</h1>
16
+ </div>
17
+ </div>
18
+ </div>
19
+ </div>
20
+ <div class="section banner imf">
21
+ <div class="container">
22
+ <div class="row">
23
+ <div class="five columns">
24
+ {{ site.top_description }}
25
+ </div>
26
+ <div class="four columns u-pull-right" id="social">
27
+ <a href="https://{{ site.corporate_url }}"><i class="fas fa-chess-rook"></i></a>
28
+ <i class="fas fa-circle separator"></i>
29
+ <a href="https://github.com/{{ site.github_username }}"><i class="fab fa-github"></i></a>
30
+ <i class="fas fa-circle separator"></i>
31
+ <a href="https://www.linkedin.com/in/{{ site.linkedin_path }}"><i class="fab fa-linkedin-in"></i></a>
32
+ <i class="fas fa-circle separator"></i>
33
+ <a href="https://twitter.com/{{ site.twitter_username }}"><i class="fab fa-twitter"></i></a>
34
+ <i class="fas fa-circle separator"></i>
35
+ <a href="/feed.xml"><i class="fas fa-rss"></i></a>
36
+ </div>
37
+ </div>
38
+ </div>
39
+ </div>
40
+
41
+ <div class="color-overlay">
42
+ <div class="section posts imf">
43
+ <div class="container">
44
+ <div class="row">
45
+ <div class="two-thirds column value">
46
+ <h2> Page not found</h2>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ </div>
52
+
53
+ {% include footer.html %}
54
+
55
+ <!-- End Document
56
+ –––––––––––––––––––––––––––––––––––––––––––––––––– -->
57
+ </body>
58
+ </html>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imfiny-times
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Riboulet
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-24 00:00:00.000000000 Z
11
+ date: 2021-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
- description:
55
+ description:
56
56
  email:
57
57
  - thomas@imfiny.com
58
58
  executables: []
@@ -62,6 +62,7 @@ files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
64
  - _includes/header.html
65
+ - _layouts/default.html
65
66
  - _layouts/home.html
66
67
  - _layouts/post.html
67
68
  - assets/css/custom.css
@@ -72,7 +73,7 @@ homepage: https://github.com/mcansky
72
73
  licenses:
73
74
  - MIT
74
75
  metadata: {}
75
- post_install_message:
76
+ post_install_message:
76
77
  rdoc_options: []
77
78
  require_paths:
78
79
  - lib
@@ -88,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
89
  version: '0'
89
90
  requirements: []
90
91
  rubygems_version: 3.0.3
91
- signing_key:
92
+ signing_key:
92
93
  specification_version: 4
93
94
  summary: A minimalist times inspired theme for jekyll with 1 main category and one
94
95
  opinion one