jekyll-theme-lucas-minima 0.1.18 → 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: 1f528b0e1611f8db64766cbfbe6ceec197e02dd734d821941b8267468e5eaed8
4
- data.tar.gz: f7c12bc7212dd9c5b9921c0907b4c93035f65cb55652b9e910406b261540d60b
3
+ metadata.gz: 609bcd708214da29715b1bfa7886d3f772fa4afeba9ced5a5728229c61294946
4
+ data.tar.gz: 41f430a449404b7cfe5356ef479eb971fadc196899dabe5e0d211e5ca85bb561
5
5
  SHA512:
6
- metadata.gz: 623b4e0d379370c375fd32166d848e46e9006747d8d281e2889f1ae3aa5af488b60e5ae403a332f704218dbab27413787e19b6fedd6d01b25672e9dd270c57be
7
- data.tar.gz: b4652cddaffa7251205ac65bb4e9460a4c83cae9ac666a942ba564a9ad5e1da1c41de860d60276d6c5979e25e68dd05a152b539f40f9fe3425cffc37f518e6a6
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/_layouts/resume.html CHANGED
@@ -246,7 +246,7 @@ layout: page-no-header
246
246
 
247
247
  {% if site.resume_print_social_links %}
248
248
  <!-- begin Print Social Links -->
249
- <section class="content-section print-only">
249
+ <section class="content-section">
250
250
  <header class="section-header">
251
251
  <h2>Social Links</h2>
252
252
  </header>
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.18
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