forked from joostdecock/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
75 lines (62 loc) · 1.32 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
66
67
68
69
70
71
72
73
74
title: 'Freesewing'
description: 'Freesewing is an open source platform for made-to-measure sewing patterns'
url: 'https://freesewing.org/'
github: 'https://github.com/freesewing'
twitter: 'freesewing_org'
instagram: 'freesewing_org'
gitter: 'https://gitter.im/freesewing/freesewing'
branch: 'master'
future: true
api:
core: 'https://core.freesewing.org'
data: 'https://data.freesewing.org'
bail: false
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
toc_levels: 1..4
exclude:
- Gemfile
- Gemfile.lock
- README.md
include:
- _redirects
- _headers
- apigen
collections:
posts:
output: true
permalink: /blog/:title/
showcases:
output: true
permalink: /showcase/:title/
layout: showcase
plugins:
- jekyll-assets
- jekyll-feed
assets:
compress:
css: true
js: true
autowrite: true
cache: .asset-cache
cache_type: filesystem
skip_baseurl_with_cdn: false
skip_prefix_with_cdn: false
prefix: "/assets"
digest: true
sources:
- _assets/css
- _assets/js
features:
liquid: false
integrity: false
automatic_img_size: true
automatic_img_alt : true
algolia:
application_id: 'MA0Y5A2PF0'
index_name: 'freesewing'
excluded_files:
- components/*
- snippets/*