-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (41 loc) · 757 Bytes
/
_config.yml
File metadata and controls
46 lines (41 loc) · 757 Bytes
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
# Site settings
url: https://www.codeship.io/documentation
baseurl: /documentation
permalink: /:categories/:title/
tags_dir: tags
ubuntu_version: trusty
# Defaults for posts
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: posts
values:
layout: page
weight: 50
# Jekyll
exclude:
- Readme.md
- Guardfile
- Gemfile
- Gemfile.lock
gems:
- octopress-autoprefixer
collections:
faq:
permalink: /faq/:path/
output: true
# SASS
sass:
sass_dir: _sass
style: :compressed
# Build settings
markdown: kramdown
# Kramdown
kramdown:
input: GFM
hard_wrap: false
use_coderay: true
coderay:
coderay_line_numbers: table
coderay_css: class