-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
65 lines (58 loc) · 1.23 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
53
54
55
56
57
58
59
60
61
62
63
64
65
auto: true
include: [.htaccess]
exclude: [
Rakefile,
Gemfile,
README.md,
*.sublime-*
]
markdown: pandoc
pandoc:
extensions:
- blank_before_header
- fenced_code_blocks
- smart
- strikeout
- superscript
- subscript
- footnotes
- inline_notes
- definition_lists
name: 'm-andersen.net'
description: 'Fatherhood, geekery, fitness, social work'
url: http://m-andersen.net
author:
name: 'Martin Andersen'
email: '[email protected]'
project_dir: projects
asset_pipeline:
bundle: false # Default = true
compress: false # Default = true
output_path: assets # Default = assets
display_path: nil # Default = nil
gzip: false # Default = false
flickr:
api_key: 'e86e03c748a53887b237e691c55cf7d3'
secret: '2ba99ec1778e2ca3'
flickr_set:
gallery_tag: 'p'
gallery_class: 'gallery'
a_href: nil
a_target: '_blank'
image_rel: ''
image_size: 's'
api_key: 'e86e03c748a53887b237e691c55cf7d3'
post:
template: _templates/_post.txt
extension: md
page:
template: templates/_page.txt
extension: md
editor: gvim
git:
branch: master
transfer:
command: jekyll-s3
settings: nil
source: _site/
destination: nil