jekyll-theme-lucas-minima 0.1.19 → 0.1.20

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: 64e61a07366f9486c88851286e7288b654efb997225e023bf3a2e45045a71cec
4
- data.tar.gz: 2d5dbb403207851712ec495212a7de6889c1a43824d66e69b3c31e3826ac9da0
3
+ metadata.gz: 609bcd708214da29715b1bfa7886d3f772fa4afeba9ced5a5728229c61294946
4
+ data.tar.gz: 41f430a449404b7cfe5356ef479eb971fadc196899dabe5e0d211e5ca85bb561
5
5
  SHA512:
6
- metadata.gz: f39cd1618926d7676626991a1e2fc53112b0840e6fef896166cacd2d3d6a6702d0ce8e963b93f71e3b0649d83387c2f8e7771ad9d5d2c0be17a612bdee0a2c6a
7
- data.tar.gz: 2eea039038f1d6532c87e106e07829e42b5577c0fe7ef50c97fa95daa3186d8053709f9493e21d97f81b25d8796eacc9bee017c30d8aa96a8b955d3eb5c3b537
6
+ metadata.gz: a2f105109cb31d0aa8a17256c200f30c5fcd985ad672c8147be8c1a4fdd654cc7068bdf10609925a0529346bfd853e85ee8e2a633c7d147ea39d8239bfb3856c
7
+ data.tar.gz: 3b5a423ece2419fcef33debab5777fe5f61b03fb6e6e2568c6bbacb9b04cbbd49c34177fed02cdb64fa31c60963c5dba645acafd052954ac69a34812c946e04b
data/_layouts/post.html CHANGED
@@ -4,6 +4,10 @@ layout: default
4
4
  <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
5
5
 
6
6
  <header class="post-header">
7
+
8
+ {%- if page.button_path -%}
9
+ <a href="{{ page.button_path | relative_url }}" class="button">{{ page.button_text }}</a>
10
+ {%- endif -%}
7
11
  <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
8
12
  <p class="post-meta">
9
13
  <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
data/_sass/_resume.scss CHANGED
@@ -108,6 +108,23 @@
108
108
  }
109
109
  }
110
110
 
111
+ .button {
112
+ display: inline-block;
113
+ padding: 10px 20px;
114
+ font-size: 16px;
115
+ text-align: center;
116
+ text-decoration: none;
117
+ background-color: #000; /* Black button background */
118
+ color: #fff; /* White text color */
119
+ border-radius: 5px;
120
+ transition: background-color 0.3s ease;
121
+ margin-bottom: 10px; /* Adjust as needed for spacing */
122
+
123
+ &:hover {
124
+ background-color: #333; /* Darker color on hover */
125
+ }
126
+ }
127
+
111
128
  .contact-button {
112
129
  @include border-radius(3px);
113
130
  background-color: #efefef;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lucas-minima
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - LucasZ-SGP
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-24 00:00:00.000000000 Z
11
+ date: 2023-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll