-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (52 loc) · 1.04 KB
/
_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
52
markdown: kramdown
permalink: pretty
title: Content as Code
tagline: Developing workflows and technology to improve content re-use and maintainability.
description: Developing workflows and technology to improve content re-use and maintainability.
url: 'http://contentascode.github.io'
baseurl: /docsmith-init
author:
name: Your Name
url: 'https://twitter.com/yourtwitter'
defaults:
- scope:
path: ''
values:
layout: default
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..3
enable_coderay: false
redcarpet:
extensions:
- tables
- autolink
- strikethrough
- space_after_headers
- with_toc_data
- fenced_code_blocks
- lax_spacing
- smart
github:
current_branch: master
repository_url: 'https://github.com/contentascode/docsmith-init'
gems:
- jekyll-sitemap
- jekyll-gist
username: USER
owner: ORG
repo: REPO
safe: false
lsi: false
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- '*.Rmd'
- vendor
- .travis.yml