jekyll-theme-mrwooo-solid-state 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +54 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db6773463c66790b0f50377feaee6c1756c31914
4
- data.tar.gz: e022fea408704e5b34751cc5933b7c3f2bbdfd1b
3
+ metadata.gz: 00ba0107ccf23e8dc7d906b456617de114ad4d21
4
+ data.tar.gz: be79409f46e3abc0f8d7c3558aead70b4ccd88c6
5
5
  SHA512:
6
- metadata.gz: 26e70716ba6d9f91974aeb51a58c3d5489e81959e54331aed7950585153a4a2ed3db464c162c764a5b43900df5d9a78e92be47152108f5622c640c4ff0f18af4
7
- data.tar.gz: fbe83b3b29514995a3a239caa697736f96b7ef9cc6c660bf6f9b5b50fda42bcb8d51ff0cb75da996f608224da1f2857d2dd36f8ff4ab3b081911d67736e3868d
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
- TODO: Delete this and the text above, and describe your gem
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/[USERNAME]/hello. 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.
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-mrwooo-solid-state
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - MrWooo