forked from beam-community/elixir-companies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (38 loc) · 823 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
42
43
# Site settings
name: Elixir Companies
description: A curated list of companies using Elixir in production, organized by industry.
maintainers:
- doomspork
- burden
plugins:
- jekyll-assets
- kramdown
- uglifier
# Social settings
github: doomspork/elixir-companies
# Build settings
source: src
destination: www
markdown: kramdown
compress_html:
ignore:
envs: ["development"]
clippings: []
comments: all
endings: []
startings: []
blanklines: false
profile: false
assets:
sources:
- _assets/vendor
digest: true
compression: true
gzip: false
defaults:
js: { integrity: false } # true on JEKYLL_ENV=production
css: { integrity: false } # true on JEKYLL_ENV=production
img: { integrity: false } # true on JEKYLL_ENV=production
compress:
css: false
js: uglifier