no-style-please 0.1.7 → 0.2.0

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: 2500f950ad63b645432f0fb69fd28adefd3bbfdc2dad4c0091764727308bea87
4
- data.tar.gz: 64e849ff9d780d819186f90e3365bace3a4afe17b1b314169fc78bed8f2a7a79
3
+ metadata.gz: 360b8b480989db056edf39d88abb2351d9a7dceeadb69c0fb7d7009eb05a142c
4
+ data.tar.gz: ae3ce04c8c17b35f8aa038ee65db879e0f7d1783da12640870f4f6f0f526a7f4
5
5
  SHA512:
6
- metadata.gz: 065da5fc107e92a59854fbc344edde9e942a0a226060a49af23cf30e3629c5ffc9c35b712daac203927c15901c0de069be42c94214435126001a6415a7709c2e
7
- data.tar.gz: 5453d08e3bbe5f66ac69dd52daf8cf9bedbc78205478fe1e65294290b3f4587aa82d0cadbee35d7f6f07c81a975c531aa45ac5dddce8b28edf4ed7b5ba47b8c4
6
+ metadata.gz: 63770655480e98cea80eefa481e6e29c509a57cbd819d1e20a19d17b7104823dcf1d0468a822e8f9d4036d1f42f76381cc654dd56fa6154385e2e9ccb9e026bb
7
+ data.tar.gz: 8817fa1e7dc0f2dfa465decfaae650a4e35f0f31f64ec27c50a90d8d6b8f68f18ca6f8ca24a47bb4242148df4f7bac35b95a6cd53c6a5869a082192416a71aab
data/README.md CHANGED
@@ -1,19 +1,20 @@
1
1
  # no style, please!
2
2
 
3
- <img src="./logo.png" width="64" align="left" /> A (nearly) no-CSS, fast, minimalist [Jekyll](https://jekyllrb.com/) theme. Inspired by [elly's site](http://tilde.town/~elly/), expressly created for [my personal blog](https://riggraz.dev/).
3
+ <img src="./logo.png" width="64" align="left" />A (nearly) no-CSS, fast, minimalist [Jekyll](https://jekyllrb.com/) theme.
4
+ Inspired by [elly's site](http://tilde.town/~elly/), expressly created for [my personal blog](https://riggraz.dev/).
4
5
 
5
- [Try the demo out!](https://riggraz.dev/no-style-please/)
6
+ <h3 align="center"><a href="https://riggraz.dev/no-style-please/">Try the demo out!</a></h3>
6
7
 
7
- <img src="./screenshots/featured-image.png" />
8
+ <img src="./_screenshots/featured-image.png" />
8
9
 
9
10
  ## Features
10
11
 
11
- * Fast (**< 1kb of CSS**, see [Page Speed Insights report](https://raw.githubusercontent.com/riggraz/no-style-please/master/screenshots/page-speed-insights-report.png) and [Lighthouse report](https://raw.githubusercontent.com/riggraz/no-style-please/master/screenshots/lighthouse-report.png))
12
+ * Fast (**< 1kb of CSS**, see [Page Speed Insights report](https://raw.githubusercontent.com/riggraz/no-style-please/master/_screenshots/page-speed-insights-report.png) and [Lighthouse report](https://raw.githubusercontent.com/riggraz/no-style-please/master/_screenshots/lighthouse-report.png))
12
13
  * Responsive
13
14
  * Content first (typography optimized for maximum readability)
14
15
  * SEO optimized (uses [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag))
15
16
  * RSS feed (uses [Jekyll Feed](https://github.com/jekyll/jekyll-feed))
16
-
17
+ * Fully compatible with [GitHub Pages](https://pages.github.com/) (see [GitHub Pages installation](#github-pages-installation))
17
18
 
18
19
  ## Installation
19
20
 
@@ -5,6 +5,8 @@ url: https://riggraz.dev/no-style-please # root address of the site
5
5
  description: > # description of the site (multiple lines allowed)
6
6
  A (nearly) no-CSS, fast, minimalist Jekyll theme.
7
7
 
8
+ permalink: /:slug.html
9
+
8
10
  favicon: "./logo.png" # relative path to site's favicon
9
11
  # goat_counter: "yoursitename" # put your GoatCounter name if you want to use GoatCounter analytics
10
12
 
@@ -15,6 +15,8 @@ p { margin: 1rem 0; }
15
15
 
16
16
  li { margin: 0.4rem 0; }
17
17
 
18
+ *:target { background-color: yellow; }
19
+
18
20
  .wrapper {
19
21
  max-width: 60ch;
20
22
  margin: 4rem auto;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: no-style-please
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Riccardo Graziosi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-21 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll