arrow-jekyll-theme 0.1.4 → 0.1.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 719c796e0d2e7252ac4f1ede3f04d1e8bc2edf82c94c83d3dd229b1ba054e555
4
- data.tar.gz: e355a79fb81419ea109daa50f0295d89bbb919fe99e02c730f41d6eb8826f4fc
3
+ metadata.gz: 2e8a74117808781c61d9744656a6fbc6190b1f06e1051e6e44c86a841f406137
4
+ data.tar.gz: 5d2b2b73ea8d5ff3490dc7d8f913de27a56bdf0440d1929ee68dda0e1fb7f343
5
5
  SHA512:
6
- metadata.gz: 738dc5c32f5560578397f04a8153deeebf110c13f05ccbacc81acc01b375305fd5202f86c35baa6f05664be040e38769dd0dfcd99c7389d6006e9a41cb9f77d3
7
- data.tar.gz: c81b7482f11114e9a82a94ac43e734fc3193d62bd67accd7ca59e3024b0e6b6a157a3b2daf28858dafd68845cf0690b0adcc033fa9c1ee5ed61535561014600c
6
+ metadata.gz: 685423eb358b605235f1d5965ce7246074085fe8bf6ba5e6e803c17bdd4275bef809ba774a2a0068bd1b5450cbe40cee61ead88ec150c234f21a301dfe56be20
7
+ data.tar.gz: ce9bfe04bbac4edc442c302b7b3825d4188460dd03cac40d80d6a724fbefc4a4cf476c89e871ceb58ccb630f377771d12de1cc98d6f698223870fe4fd4795b08
@@ -7,6 +7,7 @@
7
7
  <li><a href="{{ '/feed.xml' | relative_url }}">RSS</a></li>
8
8
  </ul>
9
9
  <small>
10
+ © {{ "now" | date: "%Y" }} {{ site.title }}. Built with <a href="https://cspablocortez.github.io/arrow-jekyll-theme">Arrow</a>. <br>
10
11
  The <a href="https://github.com/cspablocortez/arrow-jekyll-theme">code for this project</a>
11
12
  is <a href="https://www.gnu.org/licenses/gpl-3.0.en.html#license-text">GNU GPLv3</a>.
12
13
  </small>
data/assets/css/base.css CHANGED
@@ -61,6 +61,14 @@ nav a:visited {
61
61
  color: var(--color-links);
62
62
  }
63
63
 
64
+ details:hover {
65
+ cursor: pointer;
66
+ }
67
+
68
+ details main {
69
+ padding: 1rem;
70
+ }
71
+
64
72
  blockquote {
65
73
  border-left: 2px solid gray;
66
74
  padding-left: 1rem;
@@ -122,6 +130,10 @@ footer a:visited {
122
130
  font-size: 1rem;
123
131
  }
124
132
 
133
+ a#all_posts, a#all_posts:visited {
134
+ color: var(--color-links);
135
+ }
136
+
125
137
  #menu li {
126
138
  display: inline-block;
127
139
  margin-right: 0.5rem;
data/index.md CHANGED
@@ -5,7 +5,7 @@ layout: default
5
5
 
6
6
  <h1>{{ site.title }}</h1>
7
7
 
8
- Arrow is a text-first Jekyll theme available as a Ruby gem. It features minimal CSS by relying on default browser stylesheets to produce highly readable, responsive websites and blogs.
8
+ <p>{{ site.description }}</p>
9
9
 
10
10
  <h2>Latest Posts</h2>
11
11
 
@@ -17,7 +17,7 @@ Arrow is a text-first Jekyll theme available as a Ruby gem. It features minimal
17
17
  </li>
18
18
  {% endfor %}
19
19
 
20
- <p style="margin-top: 1.5rem;"><a href="{{ '/posts' | relative_url }}">View all posts →</a></p>
20
+ <p style="margin-top: 1.5rem;"><a id="all_posts" href="{{ '/posts' | relative_url }}">View all posts →</a></p>
21
21
  </ul>
22
22
 
23
23
  ## Features
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arrow-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pablo E. Cortez