forked from thinkshout/thinkshout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
64 lines (55 loc) · 1.54 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
name: MekongAd
description: MekongAd - We provide web strategy and open source technology to forward-thinking organizations.
kramdown:
input: GFM
highlighter: rouge
# redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript"]
baseurl: ''
url: https://mekongad.com
# Permalink Configuration
permalink: /blog/:year/:month/:title/
exclude: ['Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md', 'package.json', 'config.rb', 'sass', 's3_website*.yml', 'stage_config', 'Guardfile']
# Team directory used by the data_to_pages plugin.
team_dir: 'team'
contact_redirect: 'thanks'
tag_dir: 'blog/category'
# Blog pagination.
plugins: [jekyll-paginate]
paginate: 13
paginate_path: "blog/page:num"
category_dir: "blog"
category_layout: "index.html"
# Setting relative permalink to false. See http://jekyllrb.com/docs/upgrading/.
relative_permalinks: false
# Settings for sitemap_generator plugin.
sitemap:
exclude:
- "/rss.xml"
- "/tag"
include_posts:
- "/index.html"
- "/blog/index.html"
- "/work/index.html"
- "/careers/index.html"
- "/wonderlab/index.html"
# Collections
collections:
careers:
output: true
permalink: /careers/:slug/
case_studies:
output: true
permalink: /work/:slug/
services:
output: true
permalink: /services/:slug/
team:
output: true
permalink: /team/:slug/
topic:
output: true
permalink: /blog/topic/:slug/
wonderlab:
output: true
permalink: /wonderlab/:categories/:slug/