jekyll-theme-open-project 1.0.0.pre4 → 1.0.0.pre5

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +45 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9dfb7f0fe421f7f9a85c8de523114d11af0aaf58
4
- data.tar.gz: 997932d8fba5a0b3ec255bcfd12feec724571204
3
+ metadata.gz: 830217c56e174364309376e273ab29de886a901b
4
+ data.tar.gz: 8d47270e5806f166fef64b21aa6d2a3ade18e43f
5
5
  SHA512:
6
- metadata.gz: d288ce95ad99f49db13987ccbc1e8e874bb1c63002533a4cf22dcb26ecf7b9132e179ca85da9cfeb62da60ef65f765d38f1b8cdeb29ff858a947d19f6d4cb719
7
- data.tar.gz: 9731f0c687cca273db333e85467c9e279e47f8a8422faf5bc60a18506e654f5fa6c0211bec63385423ed8bd5c79d91acefc047c062b64d6a7325a7319a484876
6
+ metadata.gz: a2380e7dd4f19ba47e6d03647a4f984e448cb01df45977499b145222794c6b71cbe4216a2524eabd97b2284f2c00c57c04da064702aa90649fd082ae1be98dc1
7
+ data.tar.gz: 419ac314cd0a7508139005216978769b4dbae9187a0c42115628f94c3683064d855812ac46bfe4b98f0409b0919aecd7d181f9ead17daf724b96599a6f1e8657
data/_config.yml ADDED
@@ -0,0 +1,45 @@
1
+ markdown: kramdown
2
+
3
+ includes_dir: .
4
+
5
+ permalink: /blog/:month-:day-:year/:title/
6
+
7
+ exclude:
8
+ - /**/.git/*
9
+
10
+ collections:
11
+ projects:
12
+ output: false
13
+ software:
14
+ output: true
15
+ permalink: /software/:path/
16
+ specs:
17
+ output: true
18
+ permalink: /specs/:path/
19
+ posts:
20
+ output: true
21
+ permalink: /blog/:month-:day-:year/:title/
22
+ pages:
23
+ output: true
24
+ permalink: /:name/
25
+
26
+ defaults:
27
+ - scope:
28
+ path: ""
29
+ values:
30
+ layout: default
31
+ - scope:
32
+ path: _posts
33
+ type: posts
34
+ values:
35
+ layout: post
36
+ - scope:
37
+ path: _software
38
+ type: software
39
+ values:
40
+ layout: product
41
+ - scope:
42
+ path: _specs
43
+ type: specs
44
+ values:
45
+ layout: spec
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-open-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre4
4
+ version: 1.0.0.pre5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
@@ -159,6 +159,7 @@ extra_rdoc_files: []
159
159
  files:
160
160
  - LICENSE.txt
161
161
  - README.md
162
+ - _config.yml
162
163
  - _includes/home-hero.html
163
164
  - _includes/home-hub.html
164
165
  - _includes/home-project.html