gravid 0.1.2 → 0.1.3

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/_config.yml +29 -0
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad14042722eff88612188966831fc1e16fb42329
4
- data.tar.gz: 5cd0169f8ed86cfd16eb703231eaccd14113b3b0
3
+ metadata.gz: 21c3c33a819eb9644410bd463996da357c92fe10
4
+ data.tar.gz: 6799fa38cfce10dee3b017f6b701583e634e2197
5
5
  SHA512:
6
- metadata.gz: f64516544a0ed2c1b1279e6203cdcde7d8e8adbec2c9f0fd1d57be0ad65f9db47407d40f9be0aa5ad11dabe4091c9c728b3cbabf53a0cdb13fe1d6c49962b8c7
7
- data.tar.gz: 6f6928388ffb4e901de3916cd0271816aa1c764c54fc9a02361a4cabcae2fb2aa9476c592654ccd0e2a372c60c4392cf228b5a69ef0067fc4c342d99b6c9126f
6
+ metadata.gz: 7a9ca13e92db23949b6874b84cbd1649ec1f2a4015f9a99c36437af0bb8cff4bcdf87a2dda94d36698e43ac735919cccdb0bb049d7384ec07a2c558c05e9189d
7
+ data.tar.gz: d3865992f1848adfd15cf35f2667ed003a69bc658e57bb63b2448079e41da6e49eba88c1919cf2cabb096b37edef69ee5d6dc1ee9d6247385c16dc380c35d208
data/_config.yml ADDED
@@ -0,0 +1,29 @@
1
+ title: ZDDHUB
2
+ slogan: Just for fun
3
+ author: GitHub User
4
+ email: your-email@domain.com
5
+ description: > # this means to ignore newlines until "baseurl:"
6
+ Write an awesome description for your new site here. You can edit this
7
+ line in _config.yml. It will appear in your document head meta (for
8
+ Google search results) and in your feed.xml site description.
9
+
10
+ url: http://zddhub.github.io
11
+ baseurl: ""
12
+
13
+ twitter_username: zddhub
14
+ github_username: zddhub
15
+
16
+ gravid:
17
+ date_format: "%m/%d/%Y"
18
+
19
+ # If you want to link only specific pages in your header, uncomment
20
+ # this and add the path to the pages in order as they should show up
21
+ #header_pages:
22
+ # - about.html
23
+
24
+ # Build settings
25
+ markdown: kramdown
26
+ theme: gravid
27
+ exclude:
28
+ - Gemfile
29
+ - Gemfile.lock
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - zddhub
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2017-06-09 00:00:00.000000000 Z
12
12
  dependencies:
@@ -62,6 +62,7 @@ files:
62
62
  - 404.html
63
63
  - LICENSE.txt
64
64
  - README.md
65
+ - _config.yml
65
66
  - _includes/footer.html
66
67
  - _includes/head.html
67
68
  - _includes/header.html