-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
41 lines (36 loc) · 838 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
# Site settings
title: Git Reference
description: A reference of tasty tips, getting out of a git pickle and overcoming the road-blocks
favicon: "/assets/images/favicon.ico"
baseurl: "/gitreference"
# Build settings
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
sass:
style: compressed # possible values: nested expanded compact compressed
sass_dir: _sass
# Collections
collections:
syncing:
output: true
branching:
output: true
stashing:
output: true
addcommit:
output: true
viewcommit:
output: true
deletecommit:
output: true
resetcommit:
output: true
# Exclude from processing.
# The following items will not be processed, by default.
exclude:
- Gemfile
- Gemfile.lock
- README.md
- assets/images/references.md