featherweight 0.1 → 0.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/README.md +17 -1
  4. metadata +20 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4a7ce0cf3892fa8980e02590aec180817e767c21a4767e96ab1956e1fccd956
4
- data.tar.gz: 923dbb298511847b2b4e41fe451a0845e205cf087900a27976101681ab635d1d
3
+ metadata.gz: 6af162296331685da8337bef5f973fa6b77ade155d1c5e1d8ee6879f7fd4759c
4
+ data.tar.gz: c1375af8d1dc52d9f61d408d6d79b0c229a722d52847cbe599fc564f57833850
5
5
  SHA512:
6
- metadata.gz: 1e22a3f7a56e60c7e6ff3c30b55b0ea593daf0597ba1c8758ebc70e86d585bbe175957bc92d41216b41243ab724c3d508757550900c04f7acfabd4152e8e87c3
7
- data.tar.gz: 1b568d49d1e9ab5d1f92477b2651b1033105a1a1b33b33f403e0cd385d261ae33e52c1f19c5a2c0b2908731ee08efbef3c750d2a1eba1ce2b4a79a991ede2493
6
+ metadata.gz: 36b3c4e1358cf9a0a312c96512d20167319bb0611cc100ecc2155b08340bcfce2841f9b3dd7ad5fd51f59125e216eebb08681d91b7b135847e4fec2e3e403099
7
+ data.tar.gz: '09356b970feec389f395f631fc1341b45502f1e00489c6ef174c24fd85597ff18a74d7e92432a35f29b6fdfa2a506d32b8cba2afcfed95c715705eb2150ef71b'
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 Zachary Smith
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,6 +1,12 @@
1
1
  `Featherweight` is an ultra-lightweight Jekyll theme, aiming to minimise bandwidth usage and deliver a bare-bones experience (page sizes of ~1kb).
2
2
 
3
+ [![Gem Version](https://img.shields.io/gem/v/featherweight?style=flat-square)][ruby-gems]
4
+
5
+ [ruby-gems]: https://rubygems.org/gems/featherweight
6
+
7
+
3
8
  **Replacing X with Y**
9
+
4
10
  |X|Y|
5
11
  |:--:|:--:|
6
12
  |Blog search|`ctrl+f`|
@@ -8,15 +14,25 @@
8
14
  |Sharing links|_Copy/paste the URL_|
9
15
 
10
16
  **Getting started**
17
+
11
18
  1. Customise website ownership, update personal links, and detail CV experience using `_config.yml`.
12
19
  2. Update `_pages/about.md` with an introduction.
13
20
  3. Write some blogs, using `_posts/test.md` as a template.
14
21
  4. You're ready to host your minimalist site!
15
22
 
23
+ **Building on GitHub**
24
+
25
+ If you're using this site on GitHub pages, the built-in build action won't run gems outside of the [supported plugins list](https://pages.github.com/versions/), e.g.: the `jekyll-loading-lazy` gem (which adds `loading="lazy"` tags to `iframes` and `img` tags, enabling faster initial page loads).
26
+
27
+ To enable these gems, use the `build_and_deploy.yml` action under `.github/workflows` to automatically build your site on pushes, which circumvents this restriction while still hosting to GitHub pages (as advised by [Jekyll](https://jekyllrb.com/docs/continuous-integration/github-actions/)).
28
+
29
+ The workflow pushes the build to `gh-pages` branch by default, so make sure this exists and your pages settings points towards it.
30
+
16
31
  **Notes**
32
+
17
33
  |||
18
34
  |:--:|:--:|
19
35
  | _RSS_ | The RSS feed can be found at <https://yourgithubusername.github.io/feed>. |
20
36
  | _Sitemap_ | The sitemap can be found at <https://yourgithubusername.github.io/sitemap>. |
21
37
  | _Quickstart_ | Test your website locally by following the [Jekyll quickstart guide](https://jekyllrb.com/docs/). |
22
- | _Naming convention_ | When naming blog post files, use the `YYYY-MM-DD-title.md` convention, or else your post won't appear in the blog post list. Read the [Jekyll docs](https://jekyllrb.com/docs/posts/). |
38
+ | _Naming convention_ | When naming blog post files, use the `YYYY-MM-DD-title.md` convention, or else your post won't appear in the blog post list. Read the [Jekyll docs](https://jekyllrb.com/docs/posts/). |
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: featherweight
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachary Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-19 00:00:00.000000000 Z
11
+ date: 2022-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -91,7 +91,7 @@ dependencies:
91
91
  - !ruby/object:Gem::Version
92
92
  version: '2.4'
93
93
  - !ruby/object:Gem::Dependency
94
- name: liquid
94
+ name: liquid-c
95
95
  requirement: !ruby/object:Gem::Requirement
96
96
  requirements:
97
97
  - - "~>"
@@ -110,6 +110,20 @@ dependencies:
110
110
  - - ">"
111
111
  - !ruby/object:Gem::Version
112
112
  version: '4.0'
113
+ - !ruby/object:Gem::Dependency
114
+ name: jekyll-loading-lazy
115
+ requirement: !ruby/object:Gem::Requirement
116
+ requirements:
117
+ - - ">="
118
+ - !ruby/object:Gem::Version
119
+ version: '0'
120
+ type: :runtime
121
+ prerelease: false
122
+ version_requirements: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: '0'
113
127
  description:
114
128
  email:
115
129
  - zachsmith.dev@gmail.com
@@ -117,12 +131,14 @@ executables: []
117
131
  extensions: []
118
132
  extra_rdoc_files: []
119
133
  files:
134
+ - LICENSE
120
135
  - README.md
121
136
  - _layouts/compress.html
122
137
  - _layouts/default.html
123
138
  - _layouts/post.html
124
139
  homepage: https://github.com/cutwell/featherweight
125
- licenses: []
140
+ licenses:
141
+ - MIT
126
142
  metadata: {}
127
143
  post_install_message:
128
144
  rdoc_options: []