forked from oinam/remote-teams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (31 loc) · 945 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
# Jekyll configuration precedence:
# 1. Gruntfile task
# 2. config.build.yml
# 3. config.yml
name: Remote Teams
description: An open list of companies with Distributed Remote Teams.
author:
name: Brajeshwar Oinam
email: [email protected]
# Grunt handles images and assets.
exclude: ['images', 'styles', 'scripts', 'fonts',
'**.png', '**.jpg', '**.jpeg', '**.gif', '**.webp', '**.svg', '**.ico']
include: ['.htaccess']
# Default post path style
# date /:categories/:year/:month/:day/:title.html
# pretty /:categories/:year/:month/:day/:title/
# none /:categories/:title.html
permalink: pretty
# _config.build.yml sets future and show_drafts to false on `grunt build`
future: true
show_drafts: true
# Markdown library
markdown: kramdown
# use_tex: false
# use_divs: false
# png_engine: blahtex
# png_dir: images/latex
# png_url: /images/latex
pygments: false
# base
baseurl: "http://0.0.0.0:9000/"