whiteblog-theme 0.0.8 → 0.0.9

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: 641327c765d7035ef9d867b0de8e6522dcfdd5b661cdd60cc4307d9fad89727e
4
- data.tar.gz: 544502dea8d7fbed758f8d7d28b20a3fd9db1d865cd2c97c2fdd56250fabebc5
3
+ metadata.gz: 4cd21724c1641af5d6e77db857e9209945184233c4370fed1da98c73ec82bfb6
4
+ data.tar.gz: 8e7ddaffa010d17b5800755b5bb63e7d4dee0d6e30dd0dda37a89385ee918672
5
5
  SHA512:
6
- metadata.gz: 0e46c3203a1f98fbc7089575ab8fd673cd3bc624dbe3b33b90e68697dc1a0d8cbf412e4677a7134f425198679c0ea1c92e6bae0f16818533b38a925d57691d9d
7
- data.tar.gz: 163e9826a69dca3a058d177c3a9a66a4b021cfb905d69414e75ea0975707e37a89e1a5118effff3d5a90c62148d6aaf4ef759b5c8e1e31ab0b5d9d03acd0a601
6
+ metadata.gz: 6713e3d5f368e338788239b0f680f59b5aa8408f1cf062eec0bbd9e12eb8add085e09853d8ca742058a6750e7be7b1b3e32f5b49c389c361c65d398f5d5293f7
7
+ data.tar.gz: 25fb3752abe6aa5555b179bd7b1f6232442bc138365f3ed1b07bdb2395dd49e16ed33276c1a666e96b362c7280dc081f12177b608e4f323316ca6a33de6359a0
@@ -2,7 +2,7 @@
2
2
  <div class="container">
3
3
  <div class="row">
4
4
  <div class="col-12 col-lg">
5
- <p class="text-justify">Made with <i class="fa-solid fa-heart"></i> and <i class="fa-solid fa-mug-saucer"></i>. Powered by <a href="https://jekyllrb.com/">Jekyll</a> and <a href="https://github.com/vmsilvamolina/whiteblog-theme">whiteblog-theme</a>.</p>
5
+ <p>Made with <i class="bi bi-suit-heart-fill"></i> and <i class="bi bi-cup-fill"></i>. Powered by <a href="https://jekyllrb.com/">Jekyll</a> and <a href="https://github.com/vmsilvamolina/whiteblog-theme">whiteblog-theme</a>.</p>
6
6
  </div>
7
7
  </div>
8
8
  </div>
data/_includes/head.html CHANGED
@@ -7,9 +7,6 @@
7
7
  <!-- Bootstrap CSS -->
8
8
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
9
9
 
10
- <!-- FontAwesome-->
11
- <script src="https://kit.fontawesome.com/3726080491.js" crossorigin="anonymous"></script>
12
-
13
10
 
14
11
  <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
15
12
  <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
@@ -1,6 +1,6 @@
1
1
  <nav class="navbar navbar-expand-lg bg-body-tertiary">
2
2
  <div class="container-fluid container">
3
- <a class="navbar-brand" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
3
+ <a id="blog-title" class="navbar-brand" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
4
4
  <div class="justify-content-end">
5
5
  <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
6
6
  <span class="navbar-toggler-icon"></span>
@@ -15,7 +15,7 @@ title: Categories
15
15
  <a name="{{ category_name | slugize }}"></a>
16
16
  {% for post in site.categories[category_name] %}
17
17
  <article class="archive-item">
18
- <p class="text-justify"><a href="{{ site.baseurl }}{{ post.url }}">{{post.title}}</a></p>
18
+ <p><a href="{{ site.baseurl }}{{ post.url }}">{{post.title}}</a></p>
19
19
  </article>
20
20
  {% endfor %}
21
21
  </div>
data/_layouts/home.html CHANGED
@@ -11,14 +11,13 @@ layout: default
11
11
  {% assign date_format = "%b %-d, %Y" %}
12
12
  {% for post in posts %}
13
13
  <li class="py-2">
14
-
15
14
  <h1 class="mt-1 mb-3 h3 title-post-resume underline">
16
15
  <a class="title-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
17
16
  </h1>
18
17
 
19
18
  <span class="text-secondary">{{ post.date | date: date_format }}</span>
20
19
 
21
- <div class="text-justify">
20
+ <div>
22
21
  {{ post.excerpt }}
23
22
  </div>
24
23
  </li>
data/_layouts/post.html CHANGED
@@ -5,7 +5,7 @@ layout: default
5
5
 
6
6
  <div id="posts-navigation">
7
7
  <div class="row">
8
- <div class="previous col text-left">
8
+ <div class="previous col">
9
9
  {% if page.previous.url %}
10
10
  <a href="{{page.previous.url}}">&laquo; {{page.previous.title}}</a>
11
11
  {% endif %}
@@ -44,6 +44,20 @@ layout: default
44
44
  {{ content }}
45
45
  </div>
46
46
 
47
+ <div>
48
+ </div>
49
+
50
+ <div class="text-final" id="share-links">
51
+ <h5>Share this post</h5>
52
+ <div class="row">
53
+ <div class="col float-start">
54
+ <a href="https://twitter.com/share?text={{ page.title | url_encode }}&url={{ site.url }}{{ page.url }}" target="_blank" rel="noopener" title="Share on Twitter">X.com</a>
55
+ </div>
56
+ <div class="col float-end">
57
+ <a class="float-end" href="#blog-title">Back to Top!</a>
58
+ </div>
59
+ </div>
60
+
47
61
  {% if site.comments.provider and page.comments %}
48
62
  {% include comments.html %}
49
63
  {% endif %}
@@ -1,14 +1,19 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Nunito&Fira+Sans&family=Montserrat&display=swap');
1
+ // @import url('https://fonts.googleapis.com/css2?family=Nunito&Fira+Sans&family=Montserrat&display=swap');
2
+ @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
3
+ @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
2
4
 
3
5
  //Color palette variables:
4
6
  $firstColor: #F5F5F5;
5
7
  $secondColor: #F5F5F5;
6
- $thirdColor: #3FC1C9;
7
- $fourthColor: #FC5185;
8
+ $thirdColor: hsl(183, 63%, 55%);
9
+ $fourthColor: #614BC3;
10
+ html {
11
+ scroll-behavior: smooth;
12
+ }
8
13
 
9
14
  body {
10
15
  background-color: $firstColor;
11
- font-family: "Montserrat";
16
+ font-family: "Space Grotesk";
12
17
  overflow-y: scroll;
13
18
  position: relative;
14
19
  min-height: 100vh;
@@ -81,9 +86,10 @@ main {
81
86
  }
82
87
 
83
88
  .divider {
84
- border-color: $fourthColor;
89
+ background: $fourthColor;
85
90
  margin: 0px;
86
91
  max-width: 80%;
92
+ height: 4px;
87
93
  margin: 0 auto;
88
94
  opacity: 1;
89
95
  }
@@ -96,14 +102,18 @@ main {
96
102
  color: #2F343D !important;
97
103
  }
98
104
 
99
- div#content.text-justify {
105
+ .text-justify {
100
106
  margin-top: 35px !important;
101
107
  }
102
108
 
109
+ .text-final {
110
+ margin-top: 45px !important;
111
+ }
112
+
103
113
  .post {
104
114
  padding-top: 3rem!important;
105
115
  height: 100%;
106
- padding-bottom: 5em;
116
+ padding-bottom: 6em;
107
117
  }
108
118
 
109
119
  #content .py-2 {
@@ -129,19 +139,13 @@ blockquote {
129
139
  white-space: pre-wrap;
130
140
  }
131
141
 
132
- .underline {
133
- font-family: "Nunito";
134
- display: table;
135
- background: linear-gradient(180deg,rgba(255,255,255,0) 65%, $thirdColor 8px);
136
- }
137
-
138
142
  #search-input {
139
143
  margin: 2em 0em;
140
144
  width: 100%;
141
145
  }
142
146
 
143
147
  input {
144
- font-family: "Montserrat" !important;
148
+ font-family: "Space Grotesk" !important;
145
149
  }
146
150
 
147
151
  .post .text-secondary {
@@ -181,47 +185,38 @@ input {
181
185
  a.badge {
182
186
  color: #fff;
183
187
  background-color: $fourthColor;
188
+ text-decoration: none;
184
189
  }
185
190
 
186
- /* Categories: Effect */
191
+ /* Effects */
187
192
 
188
193
  #category-badge a:hover, #category-badge a:focus, #category-badge a:active {
189
194
  color: #fff;
190
- -webkit-transform: scale(1.2);
191
- transform: scale(1.2);
192
- -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
193
- transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
194
- }
195
-
196
- .badge-bounce-in {
197
- display: inline-block;
198
- vertical-align: middle;
199
- -webkit-transform: perspective(1px) translateZ(0);
200
- transform: perspective(2px) translateZ(0);
201
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
202
- -webkit-transition-duration: 0.5s;
203
- transition-duration: 0.5s;
204
- }
205
-
206
- #content ul.posts-list h1 {
207
- a::before {
208
- transform: scaleX(0);
209
- transform-origin: bottom right;
195
+ -webkit-transform: scale(1.1);
196
+ transform: scale(1.1);
197
+ }
198
+
199
+ .underline {
200
+ font-family: "Space Grotesk";
201
+ display: table;
202
+ background: linear-gradient(180deg,rgba(255,255,255,0) 65%, $thirdColor 8px);
203
+ transition: all 0.3s linear;
204
+ position: relative;
205
+ &::before {
206
+ content: '';
207
+ background-color: $thirdColor;
208
+ position: absolute;
209
+ left: 0;
210
+ bottom: 3px;
211
+ width: 100%;
212
+ height: 8px;
213
+ z-index: -1;
214
+ transition: all .3s ease-in-out;
210
215
  }
211
216
 
212
- a:hover::before {
213
- transform: scaleX(1);
214
- transform-origin: bottom left;
217
+ &:hover::before {
218
+ bottom: 0;
219
+ height: 100%;
215
220
  }
216
221
 
217
- a::before {
218
- content: " ";
219
- display: block;
220
- position: absolute;
221
- top: 0; right: 0; bottom: 0; left: 0;
222
- inset: 0 0 0 0;
223
- background: rgba(117, 11, 11, 0);
224
- z-index: -1;
225
- transition: transform .3s ease;
226
- }
227
222
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whiteblog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Silva
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-13 00:00:00.000000000 Z
11
+ date: 2024-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0.16'
69
- description:
69
+ description:
70
70
  email:
71
71
  - vmsilvamolina@gmail.com
72
72
  executables: []
@@ -98,7 +98,7 @@ licenses:
98
98
  - MIT
99
99
  metadata:
100
100
  plugin_type: theme
101
- post_install_message:
101
+ post_install_message:
102
102
  rdoc_options: []
103
103
  require_paths:
104
104
  - lib
@@ -113,8 +113,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  - !ruby/object:Gem::Version
114
114
  version: '0'
115
115
  requirements: []
116
- rubygems_version: 3.5.3
117
- signing_key:
116
+ rubygems_version: 3.2.3
117
+ signing_key:
118
118
  specification_version: 4
119
119
  summary: Minimal, wide and white blogging theme for Jekyll
120
120
  test_files: []