hitchens-theme 0.7.2 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -8
  3. metadata +11 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63bfc1363165f69c43d3a0985d29e5ca9641a3ee9beeb785c2b9465ab0fafba7
4
- data.tar.gz: c34c377e78d5f7c30f6ad5a2f2d44f03c55550c44b02090594ce12b99b2960cc
3
+ metadata.gz: 2e844b3f6fe70e18374f9f9e25a60d738c2222bf525bda13241c6e46fcf931ae
4
+ data.tar.gz: a9bcc6ce3ebe128742d3ca4661f033aa7bfbfcab1dcaf1dfeb87b6413c3688ce
5
5
  SHA512:
6
- metadata.gz: f203e5969b23f6869a24b7b03fca43ddf5b33f50dd0c927669a23c215daaa8a9b140c83701e12c528415dee8ddd85dce2d27e4e31960ad9b3c64a868196826f8
7
- data.tar.gz: c455c8837704ce914ffa80dc971faad44d9a2b90afe61441a45c40e9a4f85068fad823837f61a609a9f80c63f30c0a8e81ad9ab164d1a89881dfba95699343fd
6
+ metadata.gz: 7962cd43f7857678d2e944deaefbfd230bf94301a4847fd34c70fa22df53d0a19823a1f205f34a9ac431ede6a0436bf1711806c872d64020a98bc4fed52cc5fc
7
+ data.tar.gz: d9d1b8e50c45c60553db5fc9e4db67ebe933a7b2b721535d789c3a9eab10fc2f95f816902604ada3ed7a80ade45b95bfefcf24b887cdf739087b70a17acf2a67
data/README.md CHANGED
@@ -20,26 +20,33 @@ To get started quickly, follow the instructions below:
20
20
  3. Scroll down to the `GitHub Pages` section;
21
21
  4. Under `Source`, select the `Master` branch;
22
22
  5. Hit `Save`.
23
+ 6. Follow [Jekyll's instructions to configure your new Jekyll site](https://jekyllrb.com/docs/configuration/).
23
24
 
24
25
  ## Manual Installation
25
26
 
26
- If you're comfortable in the command line, add this line to your Jekyll site's `Gemfile`:
27
+ If you've already created your Jekyll site or are comfortable with the command line, you can follow [Jekyll's Quickstart instructions](https://jekyllrb.com/docs/) add this line to your Jekyll site's `Gemfile`:
27
28
 
28
29
  ```ruby
29
30
  gem "hitchens-theme"
30
31
  ```
31
32
 
32
- And add this line to your Jekyll site's `_config.yml`:
33
+ And add the following lines to your Jekyll site's `_config.yml`:
33
34
 
34
35
  ```yaml
35
36
  theme: hitchens-theme
36
37
  ```
37
38
 
38
- And then execute:
39
+ Depending on your site's configuration, you may also need to add:
40
+
41
+ ```yaml
42
+ ignore_theme_config: true
43
+ ```
44
+
45
+ And then on the command line, execute:
39
46
 
40
47
  $ bundle
41
48
 
42
- Or install it yourself as:
49
+ Or install the theme yourself as:
43
50
 
44
51
  $ gem install hitchens-theme
45
52
 
@@ -47,13 +54,13 @@ Or install it yourself as:
47
54
 
48
55
  ### Home Layout
49
56
 
50
- The `home` layout presents a list of articles ordered chronologically. All articles are presented in one page, similar to a book's table of contents.
57
+ The `home` layout presents a list of articles ordered chronologically. The theme uses [Jekyll's built-in pagination](https://jekyllrb.com/docs/pagination/#enable-pagination) which can be configured in your `_config.yml` file.
51
58
 
52
59
  The masthead of the home page is derived from the `title` and `description` set in your site's `_config.yml` file.
53
60
 
54
61
  #### Navigation
55
62
 
56
- To include navigation in your site's masthead:
63
+ To include a navigation menu in your site's masthead and footer:
57
64
 
58
65
  1. Create a `_data` directory in the root of your site.
59
66
  2. Add a `menu.yml` file to the `_data` directory.
@@ -154,7 +161,7 @@ hide_credits: true
154
161
 
155
162
  ### Search
156
163
 
157
- The theme uses a [custom DuckDuckGo Search Form](https://patdryburgh.com/blog/adding-a-custom-duckduckgo-search-bar-to-your-site/) that can be turned off by including the following line in your site's `_config.yml` file:
164
+ The theme uses a [custom DuckDuckGo Search Form](https://ddg.patdryburgh.com) that can be turned off by including the following line in your site's `_config.yml` file:
158
165
 
159
166
  ```
160
167
  hide_search: true
@@ -182,7 +189,7 @@ The theme is setup just like a normal Jekyll site. To test the theme, run `bundl
182
189
 
183
190
  ## License
184
191
 
185
- The code for this theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
192
+ The code for this theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
186
193
 
187
194
  The font, EB Garamond, is Copyright 2017 The EB Garamond Project Authors and licensed under the [SIL Open Font License Version 1.1](https://github.com/patdryburgh/hitchens/blob/master/assets/fonts/OFL.txt).
188
195
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hitchens-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Dryburgh
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-01 00:00:00.000000000 Z
11
+ date: 2020-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.8'
19
+ version: '4.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.8'
26
+ version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.17'
33
+ version: '2.1'
34
34
  type: :development
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: '1.17'
40
+ version: '2.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '12.0'
55
- description:
55
+ description:
56
56
  email:
57
57
  - hello@patdryburgh.com
58
58
  executables: []
@@ -97,7 +97,7 @@ homepage: https://github.com/patdryburgh/hitchens
97
97
  licenses:
98
98
  - MIT
99
99
  metadata: {}
100
- post_install_message:
100
+ post_install_message:
101
101
  rdoc_options: []
102
102
  require_paths:
103
103
  - lib
@@ -112,8 +112,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  requirements: []
115
- rubygems_version: 3.0.3
116
- signing_key:
115
+ rubygems_version: 3.1.4
116
+ signing_key:
117
117
  specification_version: 4
118
118
  summary: An inarguably well-designed theme for Jekyll.
119
119
  test_files: []