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.
- checksums.yaml +4 -4
- data/README.md +20 -19
- data/_includes/head.html +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc9001dc7525f731e410e67fe3d4c29d221b8dd2
|
|
4
|
+
data.tar.gz: 381b97e62b44383a7b8ea60be9ef69a6dfcc79fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
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.
|
|
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-
|
|
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.
|
|
129
|
+
rubygems_version: 2.5.2
|
|
130
130
|
signing_key:
|
|
131
131
|
specification_version: 4
|
|
132
132
|
summary: Reusable Jekyll Theme.
|