jekyll-theme-charcoal 0.0.2 → 0.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -1
  3. data/_layouts/home.html +4 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bbc714bc6342c9c47bc516e69d26084b9128e51
4
- data.tar.gz: f9c80c4b19692a651f07e9839da1286aeb35733c
3
+ metadata.gz: ddf7b87f822559798f5c474409de9cd1a621e993
4
+ data.tar.gz: d59f4937ab2d3f1b30abfd1dddb7210a7788c67a
5
5
  SHA512:
6
- metadata.gz: ab11284a167f52060cdbebb9d121263ef9994edf38d65fe27a1fc91f8dd4cfed15ad390bb1841676ad0fec623034d4d9cc939082b93e9b680a5ae70214e41230
7
- data.tar.gz: 39458a99e3bf972285bcc69ce1796829127c95f22f404c5ef683e524c11bfc5f1f3eeacedab26d70b086cc1b0e4e65361feaa5cc2cda7835d84b8902c4cad4e0
6
+ metadata.gz: b22712c4fd7262db25359d71dade6a9f437865ad79ee5a5bc527f5b1edf13eb30621d7a8047cafa7b80ce0918455d3c5c45bf37d6181dc5607468eb1f0de82c8
7
+ data.tar.gz: 6b7a2b6507858cc886a7e28b8c92b3ef0c8e6bb044f96ee9e223d67643c47e2e0ba82605bcdd83361535601a1a3a11fc9cf79d48bc0ac8b3024bbe1f2c89c704
data/README.md CHANGED
@@ -20,12 +20,18 @@ Add this line to your Jekyll site's `Gemfile`:
20
20
  gem "jekyll-theme-charcoal"
21
21
  ```
22
22
 
23
- Add this line to your Jekyll site's `_config.yml`:
23
+ If you're building a standard jekyll site (without github pages), add this line to your Jekyll site's `_config.yml`:
24
24
 
25
25
  ```yaml
26
26
  theme: jekyll-theme-charcoal
27
27
  ```
28
28
 
29
+ If instead you're using github pages, add this line to your Jekyll site's `_config.yml`:
30
+
31
+ ```yaml
32
+ remote_theme: g2forge/charcoal
33
+ ```
34
+
29
35
  And then run:
30
36
 
31
37
  ```
data/_layouts/home.html CHANGED
@@ -18,5 +18,7 @@ layout: default
18
18
  {% endfor %}
19
19
  </ul>
20
20
  {% endif %}
21
- <h1>Social</h1>
22
- {% include social.html %}
21
+ {% if site.dribbble_username or site.facebook_username or site.flickr_username or site.github_username or site.instagram_username or site.linkedin_username or site.pinterest_username or site.mastodon or site.twitter_username or site.youtube_username or site.googleplus_username or site.rss %}
22
+ <h1>Social</h1>
23
+ {% include social.html %}
24
+ {% endif %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-charcoal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Gibeling
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-04 00:00:00.000000000 Z
11
+ date: 2018-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll