-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (45 loc) · 897 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
title: CSV Spec
description: >
An attempt to describe CSV-like formats in a obvious and easy to understand
way, complete with code examples aimed at developers.
author: Jim Myhrberg
hostname: csv-spec.org
url: https://csv-spec.org
repo_url: https://github.com/parsecsv/csv-spec
current_version: 0.9.0-draft.2
versions:
- 0.9.0-draft.2
- 0.9.0-draft.1
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
update:
body_tpl: |
---
title: {{title}}
version: {{version}}
---
{{content}}
url_tpl: "https://github.com/parsecsv/csv-spec/raw/{{version}}/{{file}}"
output_dir: "spec"
files:
document: csv-spec.md
plugins:
- jekyll-assets
- jekyll-pants
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-tidy
defaults:
-
scope:
path: ""
values:
layout: "default"
assets:
digest: true
compress:
css: true
js: true