jekyll-theme-pga-default 1.0.5 → 1.0.6

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 +20 -19
  3. data/_includes/head.html +1 -0
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1eb8ab604c871f37dd9f96c4c1bad76ca3a6c94e
4
- data.tar.gz: 07c5e25b8f5b2b5dad2b6d294dc6223ef4d8aaff
3
+ metadata.gz: fc9001dc7525f731e410e67fe3d4c29d221b8dd2
4
+ data.tar.gz: 381b97e62b44383a7b8ea60be9ef69a6dfcc79fa
5
5
  SHA512:
6
- metadata.gz: ab7e566b19c53a46527627e47598034eee1e8d66f6a00d11548faed1220d74e59ccca10df9785237bf54fbcd22307957c24b4bc80c9895d834249fd64e703c7d
7
- data.tar.gz: 273505610c7c753647290eb3d940c5b609c9a5359a2ae01c0d41a0461540582e984efcfda3f488c33a16bf5f6023216fbce8613c25164b1a2febe0efac06c2f6
6
+ metadata.gz: c4345f431836166ee723c98b373a74eb420bd1393e7a11949e46e8a5f53a5262fb8aa971f45fcd2279b635ad6ee893fa7f54d3e1cb7f4de3ae1a1a013cb3e6a9
7
+ data.tar.gz: 5a51cefd18fc4c61d9aa5f06ff77985efe621f65a89ac1eadf6b2616c7c952d4d2b7129d1a41b09975e04cf19a3e6808b9c5fe5e53a485f75b72a0f4150c7201
data/README.md CHANGED
@@ -1,6 +1,23 @@
1
1
  # PGA Default Jekyll Theme
2
2
 
3
- ### Features
3
+ ## Installation
4
+
5
+ - Installing this theme to any Jekyll project
6
+ - Add to Gemfile: <code>gem "jekyll-theme-pga-default"</code>
7
+ - Add to _config.yml: <code>theme: jekyll-theme-pga-default</code>
8
+ - <code>$ gem install jekyll-archives</code>
9
+
10
+ > And then execute: <code>$ bundle</code>
11
+
12
+ ## Gem Publish
13
+
14
+ - After making new changes to this project:
15
+
16
+ - Increment the gem version in `jekyll-theme-pga-default.gemspec`: <code>spec.version = "0.0.1"</code>
17
+ - Build the gem: <code>$ gem build jekyll-theme-pga-default.gemspec</code>
18
+ - Publish the gem: <code>$ gem publish jekyll-theme-pga-default-*.gem</code>
19
+
20
+ ## Features
4
21
 
5
22
  - Layouts:
6
23
  - Default
@@ -9,21 +26,11 @@
9
26
  - Design Features:
10
27
  - Bootstrap v4.x
11
28
  - Font Awesome
12
- - Integrations:
13
- - Google Analaytics
14
29
  - TODO:
15
- - Index Pagination
30
+ - Index Pagination?
31
+ - Google Analaytics Integration?
16
32
  - Mailchimp Integration?
17
33
 
18
- ## Installation
19
-
20
- - Installing this theme to any Jekyll project
21
- - Add to Gemfile: <code>gem "jekyll-theme-pga-default"</code>
22
- - Add to _config.yml: <code>theme: jekyll-theme-pga-default</code>
23
- - <code>$ gem install jekyll-archives</code>
24
-
25
- > And then execute: <code>$ bundle</code>
26
-
27
34
  ## Usage
28
35
 
29
36
  <!-- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets. -->
@@ -48,12 +55,6 @@ title: PGA Theme for Jekyll
48
55
  ---
49
56
  </pre>
50
57
 
51
- ## Contributing
52
-
53
- - [Clone the repo](https://github.com/pgahq/jekyll-theme-pga-default).
54
- - Create a branch off of master and give it a meaningful name (e.g. layout/faq).
55
- - Open a pull request on GitHub and describe the feature or fix.
56
-
57
58
  ## Development
58
59
 
59
60
  To set up your environment to develop this theme, run `bundle install`.
data/_includes/head.html CHANGED
@@ -16,4 +16,5 @@
16
16
  <meta name="msapplication-TileColor" content="#da532c">
17
17
  <meta name="theme-color" content="#ffffff">
18
18
  <link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
19
+ <link rel="stylesheet" href="{{ include.path | relative_url }}">
19
20
  </head>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-pga-default
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - PGA of America
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-28 00:00:00.000000000 Z
11
+ date: 2018-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubyforge_project:
129
- rubygems_version: 2.6.14
129
+ rubygems_version: 2.5.2
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Reusable Jekyll Theme.