featherweight 0.2 → 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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -1
  3. metadata +16 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d17bd773cac5d5a5cf3ebef0ae6eca2cdd6a0a1a2652d15eb2dc59619a6df94
4
- data.tar.gz: e94c8966e41e62e001602f12d09228cf0595bf963e5b2dbd95df51fdf67ffc88
3
+ metadata.gz: 6af162296331685da8337bef5f973fa6b77ade155d1c5e1d8ee6879f7fd4759c
4
+ data.tar.gz: c1375af8d1dc52d9f61d408d6d79b0c229a722d52847cbe599fc564f57833850
5
5
  SHA512:
6
- metadata.gz: b32ebb89f0a2f685ebbd792df952e16842a1a3895ece3306a605ade0ca50c444c7b9b17a4d9e4e940942703085d0661c4a24a7ae1c0d3bea71c1611c6405d687
7
- data.tar.gz: f850b7778dd4001ff3606e4f8277f0101c69a977c390b0eb3bbe62d0df71a10296cdb88ef72487e3e6cde3d1570cc5775f2850552c04b80ef482c86d2072551e
6
+ metadata.gz: 36b3c4e1358cf9a0a312c96512d20167319bb0611cc100ecc2155b08340bcfce2841f9b3dd7ad5fd51f59125e216eebb08681d91b7b135847e4fec2e3e403099
7
+ data.tar.gz: '09356b970feec389f395f631fc1341b45502f1e00489c6ef174c24fd85597ff18a74d7e92432a35f29b6fdfa2a506d32b8cba2afcfed95c715705eb2150ef71b'
data/README.md CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
 
8
8
  **Replacing X with Y**
9
+
9
10
  |X|Y|
10
11
  |:--:|:--:|
11
12
  |Blog search|`ctrl+f`|
@@ -13,15 +14,25 @@
13
14
  |Sharing links|_Copy/paste the URL_|
14
15
 
15
16
  **Getting started**
17
+
16
18
  1. Customise website ownership, update personal links, and detail CV experience using `_config.yml`.
17
19
  2. Update `_pages/about.md` with an introduction.
18
20
  3. Write some blogs, using `_posts/test.md` as a template.
19
21
  4. You're ready to host your minimalist site!
20
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
+
21
31
  **Notes**
32
+
22
33
  |||
23
34
  |:--:|:--:|
24
35
  | _RSS_ | The RSS feed can be found at <https://yourgithubusername.github.io/feed>. |
25
36
  | _Sitemap_ | The sitemap can be found at <https://yourgithubusername.github.io/sitemap>. |
26
37
  | _Quickstart_ | Test your website locally by following the [Jekyll quickstart guide](https://jekyllrb.com/docs/). |
27
- | _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.2'
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
@@ -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