no-style-please 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -1
  3. data/_config.yml +1 -1
  4. data/_layouts/post.html +0 -9
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4931613fa693afd5baae6754d3def6fd25a050a8d32dff2af2677733c7cea89
4
- data.tar.gz: 84e3124bb32ba0c8b40b3cc6a9f1daa74d92619bf23ec1e29d89ea3612ac797e
3
+ metadata.gz: 2500f950ad63b645432f0fb69fd28adefd3bbfdc2dad4c0091764727308bea87
4
+ data.tar.gz: 64e849ff9d780d819186f90e3365bace3a4afe17b1b314169fc78bed8f2a7a79
5
5
  SHA512:
6
- metadata.gz: fabf42e3b09173948965662902c70c1992dab8a54a655da8628c3985d26c4c04442d3c73695ee2e69c6f08ba97bbb7e978c17bc0116457449c038b527161725f
7
- data.tar.gz: 11842ec0ad987981435b3da948a25ab05bf007f4f9362daf597b9d69c4479a67abea9b573f9845821b9130b762d48af9050e24a2e084418685423db5e5f5044c
6
+ metadata.gz: 065da5fc107e92a59854fbc344edde9e942a0a226060a49af23cf30e3629c5ffc9c35b712daac203927c15901c0de069be42c94214435126001a6415a7709c2e
7
+ data.tar.gz: 5453d08e3bbe5f66ac69dd52daf8cf9bedbc78205478fe1e65294290b3f4587aa82d0cadbee35d7f6f07c81a975c531aa45ac5dddce8b28edf4ed7b5ba47b8c4
data/README.md CHANGED
@@ -1,11 +1,20 @@
1
1
  # no style, please!
2
2
 
3
- <img src="./logo.png" width="64" align="left" /> A (nearly) no-css 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. Inspired by [elly's site](http://tilde.town/~elly/), expressly created for [my personal blog](https://riggraz.dev/).
4
4
 
5
5
  [Try the demo out!](https://riggraz.dev/no-style-please/)
6
6
 
7
7
  <img src="./screenshots/featured-image.png" />
8
8
 
9
+ ## Features
10
+
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
+ * Responsive
13
+ * Content first (typography optimized for maximum readability)
14
+ * SEO optimized (uses [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag))
15
+ * RSS feed (uses [Jekyll Feed](https://github.com/jekyll/jekyll-feed))
16
+
17
+
9
18
  ## Installation
10
19
 
11
20
  If you haven't already created your blog using Jekyll, follow the [instructions](https://jekyllrb.com/docs/) to do so from Jekyll's documentation.
@@ -3,7 +3,7 @@ author: Riccardo Graziosi # name of site's author
3
3
  email: riccardo.graziosi97@gmail.com # email of site's author
4
4
  url: https://riggraz.dev/no-style-please # root address of the site
5
5
  description: > # description of the site (multiple lines allowed)
6
- A (nearly) no-css minimalist Jekyll theme.
6
+ A (nearly) no-CSS, fast, minimalist Jekyll theme.
7
7
 
8
8
  favicon: "./logo.png" # relative path to site's favicon
9
9
  # goat_counter: "yoursitename" # put your GoatCounter name if you want to use GoatCounter analytics
@@ -5,12 +5,3 @@ layout: default
5
5
  <a href="{{ site.url }}">{{ site.theme_config.back_home_text }}</a>
6
6
  <h1>{{ page.title }}</h1>
7
7
  {{ content }}
8
-
9
- <hr data-content="keep in touch">
10
- <form style="padding:3px;text-align:center;" action="https://tinyletter.com/riggraz" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/riggraz', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true">
11
- <label for="tlemail">Your email address:</label>
12
- <input type="text" style="width:140px" name="email" id="tlemail" />
13
- <input type="hidden" value="1" name="embed"/>
14
- <input type="submit" value="Subscribe" />
15
- <p>No spam</p>
16
- </form>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: no-style-please
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Riccardo Graziosi
@@ -93,5 +93,5 @@ requirements: []
93
93
  rubygems_version: 3.0.3
94
94
  signing_key:
95
95
  specification_version: 4
96
- summary: A (nearly) no-css minimalist Jekyll theme.
96
+ summary: A (nearly) no-CSS, fast, minimalist Jekyll theme.
97
97
  test_files: []