gravid 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +29 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21c3c33a819eb9644410bd463996da357c92fe10
|
4
|
+
data.tar.gz: 6799fa38cfce10dee3b017f6b701583e634e2197
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zddhub
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
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
|