forked from codeheroco/codehero-static
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (42 loc) · 889 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
44
45
46
47
48
49
brand:
name: Codehero
facebook: codeheroblog
twitter: codeheroblog
gplus: +CodeheroCo
github: codeheroco
linkedin: Codehero-5108125
email: [email protected]
disqus:
shortname: codeheroblog
analytics:
google: 'UA-41464412-1'
timezone: America/Caracas
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'config.rb', 'Rakefile', 'vendor']
future: false
permalink: /:title
paginate_path: 'page:num'
paginate: 10
markdown: redcarpet
pygments: true
redcarpet:
extensions: ["tables"]
safe: false
host: 0.0.0.0
port: 3000
url: http://codehero.co
baseurl: /
assets:
dirname: assets
baseurl: /assets/
sources:
- _assets
- _assets/javascript
- _assets/stylesheets
- _assets/images
- _assets/fonts
js_compressor: uglifier
css_compressor: sass
cachebust: none
cache: false
gzip: [ text/css, application/javascript ]
debug: false