jekyll-theme-mrwooo-solid-state 0.1.0 → 0.1.1
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 +54 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00ba0107ccf23e8dc7d906b456617de114ad4d21
|
|
4
|
+
data.tar.gz: be79409f46e3abc0f8d7c3558aead70b4ccd88c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f562a12f6ad0f5ebf27929714f4bb1791c8e3ac3cbd1950ae4fcbaef9a32a5e0049fd3dcb85f44596c508cd271aec261d22633d139dac57ec0b20859bf2a42e5
|
|
7
|
+
data.tar.gz: 4e6bfd4b1129821156a014d9c78092d75c3656b11509dd9135a526881445fa173dc774f97dec1b3973d94c601ad2ce91cacd2fbed243d83dc2b000bca693a1a8
|
data/README.md
CHANGED
|
@@ -4,8 +4,13 @@ Welcome to your new Jekyll theme! In this directory, you'll find the files you n
|
|
|
4
4
|
|
|
5
5
|
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
This gem is a package of HTML5up.net/solid-state theme for Jekyll.
|
|
8
|
+
I've added new features ready to use as:
|
|
9
|
+
* Google Analytics script
|
|
10
|
+
* Google Tag Manager script
|
|
11
|
+
* Google Maps API Key script
|
|
12
|
+
* Open Graph support (all)
|
|
13
|
+
* Social Icons
|
|
9
14
|
|
|
10
15
|
## Installation
|
|
11
16
|
|
|
@@ -19,6 +24,52 @@ And add this line to your Jekyll site's `_config.yml`:
|
|
|
19
24
|
|
|
20
25
|
```yaml
|
|
21
26
|
theme: jekyll-theme-mrwooo-solid-state
|
|
27
|
+
title: Solid state
|
|
28
|
+
short_description: This is Solid State
|
|
29
|
+
description: >- # this means to ignore newlines until "baseurl:"
|
|
30
|
+
Another free + fully responsive site template by <a href="http://html5up.net">HTML5 UP</a>
|
|
31
|
+
baseurl: "/"
|
|
32
|
+
|
|
33
|
+
# google services
|
|
34
|
+
ganalytics:
|
|
35
|
+
gtagmanager:
|
|
36
|
+
gmapsapikey:
|
|
37
|
+
|
|
38
|
+
# facebook
|
|
39
|
+
fpixel:
|
|
40
|
+
|
|
41
|
+
# collections
|
|
42
|
+
collections:
|
|
43
|
+
main:
|
|
44
|
+
output: true
|
|
45
|
+
permalink: /main/:name
|
|
46
|
+
|
|
47
|
+
defaults:
|
|
48
|
+
- scope:
|
|
49
|
+
path: 'assets/images'
|
|
50
|
+
type: 'main'
|
|
51
|
+
values:
|
|
52
|
+
image: true
|
|
53
|
+
|
|
54
|
+
# contacts
|
|
55
|
+
address: >-
|
|
56
|
+
Untitled Inc 1234<br />Somewhere Road Suite 2894 Nashville,<br />TN 00000-0000
|
|
57
|
+
phone: (000) 000-0000
|
|
58
|
+
email: information@untitled.tld
|
|
59
|
+
|
|
60
|
+
# social
|
|
61
|
+
twitter: twitter.com/untitled-tld
|
|
62
|
+
facebook: facebook.com/untitled-tld
|
|
63
|
+
instagram: instagram.com/untitled-tld
|
|
64
|
+
linkedin: linkedin.com/untitled-tld
|
|
65
|
+
youtube: youtube.com/untitled-tld
|
|
66
|
+
googleplus: googleplus.com/untitled-tld
|
|
67
|
+
github: github.com/untitled-tld
|
|
68
|
+
dribbble: dribbble.com/untitled-tld
|
|
69
|
+
|
|
70
|
+
# copyright
|
|
71
|
+
owner: Company
|
|
72
|
+
version: 0.0.1
|
|
22
73
|
```
|
|
23
74
|
|
|
24
75
|
And then execute:
|
|
@@ -35,7 +86,7 @@ TODO: Write usage instructions here. Describe your available layouts, includes,
|
|
|
35
86
|
|
|
36
87
|
## Contributing
|
|
37
88
|
|
|
38
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
89
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/dleone81/jekyll-theme-solid-state/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
39
90
|
|
|
40
91
|
## Development
|
|
41
92
|
|