no-style-please2 0.7.4.4 → 0.7.4.5

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: 60d5d28eb41c4d0d5c467e28b1f6862a0117f90d793f47ec248915e97d7f3656
4
- data.tar.gz: 4fceeeeac3e82ad8fae00df5c9249ebda946b0dd74cf3d07ee50645f6d28c530
3
+ metadata.gz: 2aa71c6b62584d530106946a4a9b38d39cef3c4f2ec39bd9bde6077b8d8bd224
4
+ data.tar.gz: b1c257bb055d62ea6a3e39ae4dcf73acc033b5bab56896f505d26076ead58167
5
5
  SHA512:
6
- metadata.gz: 16f1e9e756001879d0a153efc4d1aed637c3c01bc4c1c7191072e35666b9773b488d4990a92c589113088138f702f9d1d0a13bbcc900a680548c3f996735ca97
7
- data.tar.gz: c48e4c36c12917ceee02c72eccd4eaa969d277bc86e7eb3f40c0cb282948fbdd347134c9005c31476a6a24373cfe43014580a1af3a3bcb039c28f156ebb0ae6a
6
+ metadata.gz: 6bf80e2849ec818d29b22cae6514d723876959645df39fa0f32ff5406fded22dcb6dd19a7e0666cefe81bd9580bca03181761243611c8746aebca1031c5942f5
7
+ data.tar.gz: 99689f8a031d24b6c9f672e8839b2227a7076053160ca4a200efb7ee8b734392c3d8cd8e7c99038477e3801051cef845206079b8d0f84cc9c915776a212e3a0b
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-demo">Try the demo out!</a></h3>
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
@@ -17,19 +17,12 @@ layout: default
17
17
  {%- for post in posts limit: include.limit -%}
18
18
  {% capture ymCur %} {{post.date | date: archive_date_format}} {% endcapture %}
19
19
  {% if ymCur != ymPre %}
20
- <h3>{{ymCur}}</h3>
20
+ <h2>{{ymCur}}</h2>
21
21
  {% endif %}
22
22
  {% assign ymPre = ymCur %}
23
-
24
-
25
- <ul>
26
-
27
-
28
- <li>
23
+ <li>
29
24
  <span>{{- post.date | date: archive_date_titleformat }}</span>
30
25
  <a href="{{ post.url | relative_url }}">{{ post.title | downcase }}</a>
31
- </li>
32
-
33
- </ul>
26
+ </li>
34
27
  {%- endfor -%}
35
28
  {%- endif -%}
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.4
4
+ version: 0.7.4.5
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-01 00:00:00.000000000 Z
11
+ date: 2022-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll