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.
- checksums.yaml +4 -4
- data/README.md +7 -1
- data/_layouts/home.html +4 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ddf7b87f822559798f5c474409de9cd1a621e993
|
|
4
|
+
data.tar.gz: d59f4937ab2d3f1b30abfd1dddb7210a7788c67a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
-
|
|
22
|
-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2018-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|