lbenicio-minimal-v1 1.0.9 → 1.1.1

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: '038c7aa9367373679bae2b166a96876c217fd813831ec615a27c7d5d9ebb3446'
4
- data.tar.gz: fece2e50f014eb6c44b60fec37ba92d735230a8dd7fe985d97a74971c0c9afcc
3
+ metadata.gz: 646091bfdc0114fc1fd7d28e802e0779f6b25de55a4ea9ef478ab0682bf007a7
4
+ data.tar.gz: cd2653515c9cbbedfb5460021d718f7492eed76b0125c3bc056c79a41aed8504
5
5
  SHA512:
6
- metadata.gz: 8c8f5015b6d713ef6663aede53abc06fca2125b3b300a01c694c3b9be55a82505b7bec0f6e32b719b298acf39356f30f5efc2ea4dc974dd509d685a28059f2f4
7
- data.tar.gz: 27a8cc0122b35ea823db6ed887698f216c323a070459c2c1aa84ca2c0cd58e870f3ba151927fe756bff778febdd9d7abfc7834d55dc96d386b3b384b2945d5a7
6
+ metadata.gz: 05afd1b2a9feb39cd3b4fa95923a244d72baaa78d70f66ff558f32a57a9c40a12e14b3a22eccbbfdfb9d686577f4d8ff5c27a4ace3e26d559c0be18877429479
7
+ data.tar.gz: d4f341a97d828ca2b31d4e9bf18d7424e37b282beb6c73a5889c1ab72ef7bee8c9c0694c074ba16c335702e020c23df0bf0f090991ec2c64c59b30ece357ae73
@@ -1,17 +1,17 @@
1
- <div class="mt-1 mb-5 border-bottom border-1 border-light">
1
+ <div class="mt-1 mb-5 border-bottom border-2 border-light">
2
2
  <nav class="offset-3 col-6">
3
3
  <ul class="list-group list-group-horizontal justify-content-center">
4
4
  <li class="list-group-item border-0">
5
- <a class="text-dark nav-blog-links" href="/">Articles</a>
5
+ <a class="text-dark nav-blog-links" href="{{ site.default_url }}/">Articles</a>
6
6
  </li>
7
7
  <li class="list-group-item border-0">
8
- <a class="text-dark nav-blog-links" href="/feed/posts">Feed</a>
8
+ <a class="text-dark nav-blog-links" href="{{ site.default_url }}/feed/posts">Feed</a>
9
9
  </li>
10
10
  <li class="list-group-item border-0">
11
- <a class="text-dark nav-blog-links" href="/category">Categories</a>
11
+ <a class="text-dark nav-blog-links" href="{{ site.default_url }}/category">Categories</a>
12
12
  </li>
13
13
  <li class="list-group-item border-0">
14
- <a class="text-dark nav-blog-links" href="/tag">Tags</a>
14
+ <a class="text-dark nav-blog-links" href="{{ site.default_url }}/tag">Tags</a>
15
15
  </li>
16
16
  </ul>
17
17
  </nav>
@@ -1,4 +1,4 @@
1
- <footer class="footer border-top border-1 border-light pt-3 mt-auto fs-6 text-center text-muted">
1
+ <footer class="footer border-top border-2 border-light pt-3 mt-auto fs-6 text-center text-muted">
2
2
  <div class="container">
3
3
  <div class="row">
4
4
  <div class="offset-md-4 col-md-4 col-10 offset-1">
@@ -10,4 +10,4 @@
10
10
  </div>
11
11
  </footer>
12
12
  <!-- JS -->
13
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
data/_includes/head.html CHANGED
@@ -1,18 +1,18 @@
1
1
  <meta content='{{ site.title }}' property='og:title' />
2
2
  <!-- favicon -->
3
- <link href="{{ '/assets/favicon.ico' | prepend: (site.default_url + '/') }}" rel='shortcut icon'>
3
+ <link href="{{ '/assets/favicon.ico'}}" rel='shortcut icon'>
4
4
  <!-- CSS -->
5
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
6
- <link rel="stylesheet" href="{{ '/assets/style.css' | prepend: (site.default_url + '/') }}">
7
- <link rel="stylesheet" href="{{ '/assets/vendor/all.min.css' | prepend: (site.default_url + '/') }}">
5
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
6
+ <link rel="stylesheet" href="{{ '/assets/css/style.css'}}">
7
+ <link rel="stylesheet" href="{{ '/assets/vendor/all.min.css'}}">
8
8
  <!-- Fonts -->
9
9
  <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
10
10
  <!-- Configs -->
11
11
  <meta content='width=device-width, initial-scale=1.0, , maximum-scale=1, minimum-scale=1, user-scalable=no' name='viewport'>
12
12
  <meta content='text/html; charset=utf-8' http-equiv='content-type' />
13
13
  {% if page.date %}
14
- <link rel="stylesheet" href="{{ '/assets/postStyle.css' | prepend: (site.default_url + '/') }}">
15
- <link rel="stylesheet" href="{{ '/assets/monokai.css' | prepend: (site.default_url + '/') }}">
14
+ <link rel="stylesheet" href="{{ '/assets/css/post.css'}}">
15
+ <link rel="stylesheet" href="{{ '/assets/css/monokai.css'}}">
16
16
  <meta content='{{ site.default_url }}{{ page.url }}' property='og:url' />
17
17
  <meta content="{{ page.content | strip_html | strip_newlines | truncate: 120 }}" property='og:description' />
18
18
  <meta content="article" property="og:type" />
@@ -1,14 +1,14 @@
1
- <div class="container-fluid border-bottom border-1 border-light pb-4">
2
- <div class="row border-bottom border-1 border-light pb-4">
1
+ <div class="container-fluid border-bottom border-2 border-light pb-4">
2
+ <div class="row border-bottom border-2 border-light pb-4">
3
3
  <div class="offset-3 col-6">
4
4
  <div class="profile-picture">
5
- <img src="/assets/profile.jpg" class="mx-auto d-block mt-5 rounded-circle" alt="profile picture">
5
+ <img src="{{ site.default_url }}/assets/img/profile.jpg" class="mx-auto d-block mt-5 rounded-circle" alt="profile picture">
6
6
  </div>
7
7
  </div>
8
8
  </div>
9
9
  <div class="nav-container-up row mt-2">
10
10
  <nav class="offset-3 col-6">
11
- <ul class="list-group list-group-horizontal justify-content-center ml-0 pl-0">
11
+ <ul class="list-group list-group-horizontal justify-content-center ms-0 ps-0">
12
12
  <li class="list-group-item border-0">
13
13
  <a href="{{ site.default_url }}"><i class="fas fa-home text-black-50"></i></a>
14
14
  </li>
@@ -36,6 +36,9 @@
36
36
  <li class="list-group-item border-0">
37
37
  <a href="https://twitter.com/{{ site.twitter_username }}"><i class="fab fa-twitter text-black-50"></i></a>
38
38
  </li>
39
+ <li class="list-group-item border-0">
40
+ <a rel="me" href="https://mastodon.social/@{{ site.mastodon_username }}""><i class="fab fa-mastodon text-black-50"></i></a>
41
+ </li>
39
42
  </ul>
40
43
  </nav>
41
44
  </div>
@@ -1,7 +1,7 @@
1
1
  {% if paginator.total_pages > 1 %}
2
- <ul class="pagination d-flex">
2
+ <ul class="pagination d-flex justify-content-evenly pt-3">
3
3
  {% if paginator.previous_page %}
4
- <li class="mr-auto">
4
+ <li class="ms-3 me-3 me-auto">
5
5
  <a class="pagination-nav text-black" href="{{ paginator.previous_page_path | prepend: site.url }}">Newer</a>
6
6
  </li>
7
7
  {% endif %}
@@ -13,9 +13,9 @@
13
13
  </ul>
14
14
  {% endif %}
15
15
  {% if paginator.page_trail %}
16
- <ul class="pagination d-flex">
16
+ <ul class="pagination d-flex justify-content-evenly pt-3">
17
17
  {% for trail in paginator.page_trail %}
18
- <li {% if page.url == trail.path %}class="selected"{% endif %}>
18
+ <li class="ms-3 me-3 {% if page.url == trail.path %}selected font-weight-bold border-bottom border-dark{% endif %}">
19
19
  <a class="pagination-nav text-black" href="{{ trail.path | prepend: site.url }}" title="{{trail.title}}">{{ trail.num }}</a>
20
20
  </li>
21
21
  {% endfor %}
@@ -2,10 +2,10 @@
2
2
  {% for post in paginator.posts %}
3
3
  <li class="row mb-5">
4
4
  <div class="col-12 d-flex justify-content-center text-center">
5
- <a class="text-dark post-link" href="{{ post.url }}">
5
+ <a class="text-dark post-link" href="{{ post.url | prepend: site.url }}">
6
6
  <span>{{ post.title }}</span>
7
7
  <br>
8
- <small class="fs-10 d-flex justify-content-center">{{ post.date | date: "%-d %B %Y" }}</small>
8
+ <small class="d-flex justify-content-center">{{ post.date | date: "%-d %B %Y" }}</small>
9
9
  </a>
10
10
  </div>
11
11
  {% assign ph_1 = post.content | split: '<p>' %}
@@ -13,7 +13,7 @@
13
13
  {% assign ph = ph_2[0] | split: '</p>' %}
14
14
  {% if include.rm %}
15
15
  <div><p>{{ ph }}</p></div>
16
- <div><p><a href="{{ post.url }}">Read more...</a></p></div>
16
+ <div><p><a href="{{ post.url | prepend: site.url }}">Read more...</a></p></div>
17
17
  {% endif %}
18
18
  </li>
19
19
  {% endfor %}
@@ -0,0 +1 @@
1
+ <div> {{ post }} </div>
@@ -4,4 +4,4 @@ title: Categories
4
4
  icon: fa-comment-alt
5
5
  ---
6
6
 
7
- {% include postList.html %}
7
+ {% include post-list.html %}
@@ -4,4 +4,4 @@ title: Feed
4
4
  icon: fa-comment-alt
5
5
  ---
6
6
 
7
- {% include postList.html rm=true %}
7
+ {% include post-list.html rm=true %}
@@ -4,4 +4,4 @@ title: Tags
4
4
  icon: fa-comment-alt
5
5
  ---
6
6
 
7
- {% include postList.html %}
7
+ {% include post-list.html %}
@@ -4,18 +4,15 @@
4
4
  <head>
5
5
  {% include head.html %}
6
6
  </head>
7
- {% assign t = page.title | downcase %}
8
7
  <body class="bg-body d-flex flex-column min-vh-100 {% if page.date %} body-posts{% endif %}">
9
8
  {% include fork.html %}
10
9
  {% include navigation.html %}
11
- {% if t contains "blog" or t contains "post" or t contains "feed" or t contains "tag" or t contains "categor" or page.date %}{% include blog-navigation.html %}{% endif %}
12
10
  <div class="container-fluid mt-2">
13
11
  <div class="row">
14
12
  <div class="offset-xs-1 col-xs-10 offset-sm-3 col-sm-6">
15
13
  <section class="content">
16
14
  <div class="container-fluid" id="main-container">
17
15
  {{ content }}
18
- {% if t contains "blog" or t contains "feed" or t contains "tag" or t contains "categor" %}{% include pagination.html %}{% endif %}
19
16
  </div>
20
17
  </section>
21
18
  </div>
@@ -0,0 +1,27 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ <head>
5
+ {% include head.html %}
6
+ </head>
7
+ <body class="bg-body d-flex flex-column min-vh-100 {% if page.date %} body-posts{% endif %}">
8
+ {% include fork.html %}
9
+ {% include navigation.html %}
10
+ {% include blog-navigation.html %}
11
+ <div class="container-fluid mt-2">
12
+ <div class="row">
13
+ <div class="offset-xs-1 col-xs-10 offset-sm-3 col-sm-6">
14
+ <section class="content">
15
+ <div class="container-fluid" id="main-container">
16
+ {{ content }}
17
+ {% include pagination.html %}
18
+ </div>
19
+ </section>
20
+ </div>
21
+ </div>
22
+ </div>
23
+ {% include footer.html %}
24
+ {% include analytics.html %}
25
+ </body>
26
+
27
+ </html>
data/_layouts/home.html CHANGED
@@ -6,7 +6,7 @@
6
6
  </head>
7
7
 
8
8
  <body class="bg-body d-flex flex-column min-vh-100">
9
- <div class="row align-items-center h-main m-0 p-0">
9
+ <div class="row align-items-center h-75 m-0 p-0">
10
10
  {% include fork.html %}
11
11
  <div class="h-25">
12
12
  {% include navigation.html %}
data/_layouts/posts.html CHANGED
@@ -1,7 +1,30 @@
1
- ---
2
- layout: default
3
- title: Posts
4
- icon: fa-comment-alt
5
- ---
1
+ <!DOCTYPE html>
2
+ <html>
6
3
 
7
- {% include anchor_headings.html html=content anchorBody="#" anchorClass="link-anchor" %}
4
+ <head>
5
+ {% include head.html %}
6
+ </head>
7
+
8
+ <body class="bg-body d-flex flex-column min-vh-100 {% if page.date %} body-posts{% endif %}">
9
+ {% include fork.html %}
10
+ {% include navigation.html %}
11
+ <div class="container-fluid mt-2">
12
+ <div class="row">
13
+ <div class="offset-xs-1 col-xs-10 offset-sm-3 col-sm-6">
14
+ <section class="content">
15
+ <div class="container-fluid" id="main-container">
16
+ {{ page.previous.url }}
17
+ {% include anchor-headings.html html=content anchorBody="#" anchorClass="link-anchor" %}
18
+ {{ content }}
19
+ {% include post-navigation.html %}
20
+
21
+ </div>
22
+ </section>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ {% include footer.html %}
27
+ {% include analytics.html %}
28
+ </body>
29
+
30
+ </html>
@@ -10,15 +10,6 @@ body {
10
10
  overflow-wrap: break-word;
11
11
  }
12
12
 
13
- #main-container h1 {
14
- margin-bottom: 0.5em;
15
- margin-top: 1em;
16
- }
17
-
18
- #main-container table td {
19
- padding-right: 1em;
20
- }
21
-
22
13
  .fork-me {
23
14
  width: 13rem;
24
15
  right: 0;
@@ -52,14 +43,6 @@ ul.post-list {
52
43
  list-style: none;
53
44
  }
54
45
 
55
- .h-main {
56
- height: 80vh;
57
- }
58
-
59
- .fs-10 {
60
- font-size: 0.5rem;
61
- }
62
-
63
46
  div.nav-container-up:before{
64
47
  content: "";
65
48
  position: absolute;
@@ -110,35 +93,8 @@ div.nav-container-down:after{
110
93
  margin-top: 3.4em;
111
94
  }
112
95
 
113
- .mr-auto {
114
- margin-right: auto !important;
115
- }
116
-
117
- .ml-auto {
118
- margin-left: auto !important;
119
- }
120
-
121
- #main-container .pagination {
122
- justify-content: space-evenly;
123
- padding-top: 1.5rem;
124
- }
125
-
126
- #main-container .pagination li {
127
- margin-left: 1rem;
128
- margin-right: 1rem;
129
- }
130
-
131
- #main-container .pagination .selected {
132
- font-weight: bold;
133
- border-bottom: 2px solid black;
134
- }
135
-
136
96
  @media (max-width: 576px) {
137
97
  .fork-me {
138
98
  width: 3rem;
139
99
  }
140
-
141
- .h-main {
142
- height: 70vh;
143
- }
144
100
  }
data/assets/favicon.ico CHANGED
Binary file
Binary file
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lbenicio-minimal-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonardo Benicio
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-02 00:00:00.000000000 Z
11
+ date: 2023-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-seo-tag
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 2.7.1
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.9.0
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: 2.7.1
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.9.0
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: bundler
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -44,14 +50,14 @@ dependencies:
44
50
  requirements:
45
51
  - - "~>"
46
52
  - !ruby/object:Gem::Version
47
- version: 4.2.0
53
+ version: 4.3.2
48
54
  type: :development
49
55
  prerelease: false
50
56
  version_requirements: !ruby/object:Gem::Requirement
51
57
  requirements:
52
58
  - - "~>"
53
59
  - !ruby/object:Gem::Version
54
- version: 4.2.0
60
+ version: 4.3.2
55
61
  - !ruby/object:Gem::Dependency
56
62
  name: jekyll-archives
57
63
  requirement: !ruby/object:Gem::Requirement
@@ -86,14 +92,14 @@ dependencies:
86
92
  requirements:
87
93
  - - "~>"
88
94
  - !ruby/object:Gem::Version
89
- version: 0.0.3
95
+ version: 0.1.10
90
96
  type: :development
91
97
  prerelease: false
92
98
  version_requirements: !ruby/object:Gem::Requirement
93
99
  requirements:
94
100
  - - "~>"
95
101
  - !ruby/object:Gem::Version
96
- version: 0.0.3
102
+ version: 0.1.10
97
103
  - !ruby/object:Gem::Dependency
98
104
  name: jekyll-paginate-v2
99
105
  requirement: !ruby/object:Gem::Requirement
@@ -142,14 +148,14 @@ dependencies:
142
148
  requirements:
143
149
  - - "~>"
144
150
  - !ruby/object:Gem::Version
145
- version: 1.1.0
151
+ version: 1.3.0
146
152
  type: :development
147
153
  prerelease: false
148
154
  version_requirements: !ruby/object:Gem::Requirement
149
155
  requirements:
150
156
  - - "~>"
151
157
  - !ruby/object:Gem::Version
152
- version: 1.1.0
158
+ version: 1.3.0
153
159
  description: A minimal theme for jekyll to be used on personal website and blogs..
154
160
  email:
155
161
  - developer@lbenicio.dev
@@ -159,7 +165,7 @@ extra_rdoc_files: []
159
165
  files:
160
166
  - ".rubocop.yml"
161
167
  - _includes/analytics.html
162
- - _includes/anchor_headings.html
168
+ - _includes/anchor-headings.html
163
169
  - _includes/blog-navigation.html
164
170
  - _includes/conclusion.html
165
171
  - _includes/footer.html
@@ -167,18 +173,21 @@ files:
167
173
  - _includes/head.html
168
174
  - _includes/navigation.html
169
175
  - _includes/pagination.html
170
- - _includes/postList.html
176
+ - _includes/post-list.html
177
+ - _includes/post-navigation.html
171
178
  - _layouts/autopage_category.html
172
179
  - _layouts/autopage_collection.html
173
180
  - _layouts/autopage_tags.html
174
181
  - _layouts/default.html
182
+ - _layouts/feed.html
175
183
  - _layouts/home.html
176
184
  - _layouts/posts.html
185
+ - assets/css/monokai.scss
186
+ - assets/css/post.scss
187
+ - assets/css/style.scss
177
188
  - assets/favicon.ico
178
- - assets/monokai.scss
179
- - assets/postStyle.scss
180
- - assets/profile.jpg
181
- - assets/style.scss
189
+ - assets/favicon.png
190
+ - assets/img/profile.jpg
182
191
  - assets/vendor/all.min.css
183
192
  - assets/webfonts/fa-brands-400.eot
184
193
  - assets/webfonts/fa-brands-400.svg
@@ -225,7 +234,7 @@ homepage: https://github.com/lbenicio/lbenicio-minimal-v1
225
234
  licenses:
226
235
  - GPL-3.0
227
236
  metadata: {}
228
- post_install_message:
237
+ post_install_message:
229
238
  rdoc_options: []
230
239
  require_paths:
231
240
  - lib
@@ -240,8 +249,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
240
249
  - !ruby/object:Gem::Version
241
250
  version: '0'
242
251
  requirements: []
243
- rubygems_version: 3.4.1
244
- signing_key:
252
+ rubygems_version: 3.4.10
253
+ signing_key:
245
254
  specification_version: 4
246
255
  summary: Personal website and blog theme.
247
256
  test_files: []
File without changes
File without changes
File without changes