no-style-please2 0.7.4.4 → 0.7.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/_config.yml +3 -1
- data/_layouts/archive.html +14 -11
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27d38035aa7549d0caed5b7df23925519f4cb0e893054c26300dc386438af4e0
|
4
|
+
data.tar.gz: 189da46fbe29eb9920af72a160e27018c1cd3ef4f65b94c0323859517e6d5661
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df438c53973516bb779db624520ddac2cec84af6dd5bc1b7580e7dab92d869ba681d6397add34cd95f72b014bbea0b7ace7176406af01afac42f32ecd1175ffd
|
7
|
+
data.tar.gz: '07893fa095359de05dbeea33016bc85f23311dd93aee588c246180e3be3872373e56249b6a36ad9889868d327dc22826f11a26d73e6efe112f716715f3304766'
|
data/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<img src="https://raw.githubusercontent.com/riggraz/no-style-please/master/logo.png" width="64" align="left" />A (nearly) no-CSS, fast, minimalist [Jekyll](https://jekyllrb.com/) theme.
|
4
4
|
Inspired by [elly's site](http://tilde.town/~elly/) [riggraz](https://riggraz.dev/)
|
5
5
|
|
6
|
-
<h3 align="center"><a href="https://vitock.github.io/no-style-please
|
6
|
+
<h3 align="center"><a href="https://vitock.github.io/no-style-please">Try the demo out!</a></h3>
|
7
7
|
|
8
8
|
<img src="https://raw.githubusercontent.com/riggraz/no-style-please/master/_screenshots/featured-image.png" />
|
9
9
|
|
data/_config.yml
CHANGED
@@ -2,10 +2,12 @@ title: no style, please! # name of the site
|
|
2
2
|
author: vitock # name of site's author
|
3
3
|
email: "" # email of site's author
|
4
4
|
url: "" # root address of the site
|
5
|
-
baseurl: "" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
|
5
|
+
baseurl: "/no-style-please" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
|
6
6
|
description: > # description of the site (multiple lines allowed)
|
7
7
|
A (nearly) no-CSS, fast, minimalist Jekyll theme.
|
8
8
|
|
9
|
+
destination: ./docs
|
10
|
+
|
9
11
|
|
10
12
|
favicon: "logo.png" # name+extension of favicon (which must be put on the root folder)
|
11
13
|
# goat_counter: "yoursitename" # put your GoatCounter name if you want to use GoatCounter analytics
|
data/_layouts/archive.html
CHANGED
@@ -14,22 +14,25 @@ layout: default
|
|
14
14
|
{% capture archive_date_format %} {{ site.theme_config.archive_date_format | default: "%Y"}}{% endcapture %}
|
15
15
|
|
16
16
|
{% capture archive_date_titleformat %} {{ site.theme_config.archive_title_date_format | default: "%m-%d"}}{% endcapture %}
|
17
|
+
<ul>
|
17
18
|
{%- for post in posts limit: include.limit -%}
|
18
19
|
{% capture ymCur %} {{post.date | date: archive_date_format}} {% endcapture %}
|
19
20
|
{% if ymCur != ymPre %}
|
20
|
-
|
21
|
+
{% if ymPre != "" %}
|
22
|
+
</ul>
|
23
|
+
{% endif %}
|
24
|
+
<li><h2>{{ymCur}}</h2></li>
|
25
|
+
<ul>
|
21
26
|
{% endif %}
|
22
27
|
{% assign ymPre = ymCur %}
|
23
|
-
|
24
|
-
|
25
|
-
<ul>
|
26
|
-
|
27
|
-
|
28
|
-
<li>
|
28
|
+
|
29
|
+
<li>
|
29
30
|
<span>{{- post.date | date: archive_date_titleformat }}</span>
|
30
31
|
<a href="{{ post.url | relative_url }}">{{ post.title | downcase }}</a>
|
31
|
-
|
32
|
-
|
33
|
-
</ul>
|
32
|
+
</li>
|
33
|
+
|
34
34
|
{%- endfor -%}
|
35
|
-
|
35
|
+
</ul>
|
36
|
+
{%- endif -%}
|
37
|
+
|
38
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: no-style-please2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vitock
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-06-
|
11
|
+
date: 2022-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|