just-the-hm-docs 1.0.1.rc1 → 1.0.2.rc1

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/README.md +4 -4
  3. data/changelog.md +6 -0
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 21dd2d7cc51e8a027dfb3bca608e880d56c41c007786534813070f3518ec099b
4
- data.tar.gz: 4155dda7aae0d55a984b2f3c090c2dc09602304947d0161aeab535791c7316d8
3
+ metadata.gz: 5f1c68d38723c9d118f7806b86e9c9d06e15cb50fd2075b53731c2dd5510c654
4
+ data.tar.gz: 18ca54688ebca8a55563faef43f0354296a82ca296e33013cbd99f2c08432faa
5
5
  SHA512:
6
- metadata.gz: 960d3e213ca5a45c2bb0942853181fc4e499cf688fe327a0e6289d1c6357af1a2f0dd63a5b4879cb6bbc78817b87ea5d244cfdc650d0ef22c946c5c7a2c8df49
7
- data.tar.gz: 4280ce1d74be4b59a0c062cb3ac442d1340c10c0fdd412b05bafd0c5d9b1ef7a8128e187bf1353805858b00afae499bd2c986a863012805a5364be32b1012361
6
+ metadata.gz: 419e53d9a1afa00735df5ab32d5b23c1c3fb329dbc7961e8cb2d019c81376941c6097f6cc5256a38abaf2e566425b94cfab0333330f53851792f4bbf66708368
7
+ data.tar.gz: 4297cabdd0a557745087afd805c45672d13f959c2e410c8a70a7741efb64756c592743474c0cb641ee46b7d5ec1d4420dfd1e235b48261ffbf6af4f844534e08
data/README.md CHANGED
@@ -11,10 +11,10 @@ Just the HM Docs is a GitHub Pages template developed for the purpose of quickly
11
11
  Getting started with Just the HM Docs is simple.
12
12
 
13
13
  1. Download the [starter theme branch](https://github.com/humanmade/just-the-hm-docs/tree/starter-theme) to get the following files:
14
- - the [`_config.yml`](https://github.com/humanmade/just-the-hm-docs/blob/starter-theme/_config.yml) file and the [`Gemfile`](https://github.com/humanmade/just-the-hm-docs/blob/starter-theme/Gemfile)
15
- - additional markdown files with sample content to get you started
16
- - a gitignore file, 404 template, and HM logo
17
- - a [GitHub Pages / Actions workflow](https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/) to build and publish the site on GitHub Pages
14
+ - the [`_config.yml`](https://github.com/humanmade/just-the-hm-docs/blob/starter-theme/_config.yml) file and the [`Gemfile`](https://github.com/humanmade/just-the-hm-docs/blob/starter-theme/Gemfile)
15
+ - additional markdown files with sample content to get you started
16
+ - a gitignore file, 404 template, and HM logo
17
+ - a [GitHub Pages / Actions workflow](https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/) to build and publish the site on GitHub Pages
18
18
  1. Update `_config.yml` and `README.md` with your project information. [Be sure to update the url and baseurl](https://mademistakes.com/mastering-jekyll/site-url-baseurl/) if needed.
19
19
  1. Update the starter content in the `.md` [Markdown files](https://guides.github.com/features/mastering-markdown/) and add any additional content you need.
20
20
  1. Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages) and add an environment protection rule to allow only a specific branch to publish to your environment.
data/changelog.md CHANGED
@@ -7,6 +7,12 @@ nav_order: 99
7
7
 
8
8
  # Changelog
9
9
 
10
+ ## v1.0.2
11
+
12
+ - Update Jekyll version to 4.3.2
13
+ - Update Webrick to 1.8
14
+ - Add layout default to config file
15
+
10
16
  ## v1.0.1
11
17
 
12
18
  - Fix Sass compiling bug
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: just-the-hm-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.rc1
4
+ version: 1.0.2.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Human Made
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-03 00:00:00.000000000 Z
11
+ date: 2023-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 3.8.5
33
+ version: 4.3.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 3.8.5
40
+ version: 4.3.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jekyll-seo-tag
43
43
  requirement: !ruby/object:Gem::Requirement