no-style-please 0.1.7 → 0.2.0
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 +4 -4
- data/README.md +6 -5
- data/_config.yml +2 -0
- data/_sass/no-style-please.scss +2 -0
- 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: 360b8b480989db056edf39d88abb2351d9a7dceeadb69c0fb7d7009eb05a142c
|
4
|
+
data.tar.gz: ae3ce04c8c17b35f8aa038ee65db879e0f7d1783da12640870f4f6f0f526a7f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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" />
|
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
|
-
|
6
|
+
<h3 align="center"><a href="https://riggraz.dev/no-style-please/">Try the demo out!</a></h3>
|
6
7
|
|
7
|
-
<img src="./
|
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/
|
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
|
|
data/_config.yml
CHANGED
@@ -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
|
|
data/_sass/no-style-please.scss
CHANGED
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.
|
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-
|
11
|
+
date: 2020-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|