no-style-please2 0.7.4.2 → 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: dc086280d17d876ce8898938d5740d8a8dacb87f9582c30c7d82ac75f03dc69a
4
- data.tar.gz: 38f49a26b8ae571b9379a577acb84965a908ef9998e1063063c8424968dceff4
3
+ metadata.gz: 2aa71c6b62584d530106946a4a9b38d39cef3c4f2ec39bd9bde6077b8d8bd224
4
+ data.tar.gz: b1c257bb055d62ea6a3e39ae4dcf73acc033b5bab56896f505d26076ead58167
5
5
  SHA512:
6
- metadata.gz: df6f006716a09299efd50f519fc747636abf08dcdfe04c192002961e6bdf12010081ded0a1c28a0b2269d4f17ab558ec7d6c66fc4c8c12994bfd5681777f9932
7
- data.tar.gz: 4c74694608603ad34fd8e952e47cbc2603bd15a58132812709bb6cc3ce3e641f8c71b2b13846c828f51ccfc87b5eee9839edfddf7b4c1d2327a944edba9b7888
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
data/_includes/main.css CHANGED
@@ -23,7 +23,7 @@ body {
23
23
  color: black;
24
24
  font-family: 'Times New Roman', Times, serif;
25
25
  font-size: 16px;
26
- line-height: 1.4;
26
+ line-height: 1.6;
27
27
  margin: 0;
28
28
  min-height: 100%;
29
29
  overflow-wrap: break-word; }
@@ -73,7 +73,7 @@ table, th, td {
73
73
 
74
74
  code {
75
75
  color: white;
76
- background: black; }
76
+ background: gray; }
77
77
 
78
78
  div.highlighter-rouge code {
79
79
  display: block;
@@ -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 -%}
@@ -27,7 +27,7 @@ body {
27
27
  color: black;
28
28
  font-family:'Times New Roman', Times, serif;
29
29
  font-size: 16px;
30
- line-height: 1.4;
30
+ line-height: 1.6;
31
31
  margin: 0;
32
32
  min-height: 100%;
33
33
  overflow-wrap: break-word;
@@ -67,8 +67,8 @@ table, th, td {
67
67
  }
68
68
 
69
69
  code {
70
- color: white;
71
- background: black;
70
+ color: black;
71
+ background: gray;
72
72
  // border-radius: 2px;
73
73
  // padding-left: 2px;
74
74
  // padding-right: 2px;
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.2
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-05-31 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