forked from opendevstack/opendevstack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
71 lines (62 loc) · 1.29 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
# Site settings
short_title: OpenDevStack
title: OpenDevStack
description: >
OpenDevStack makes setting up development projects easy and consistent.
# Pagination
paginate: 5
paginate_path: "/blog/page:num/"
# Plugins
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
# Twitter
twitter:
username: opendevstack
# GitHub (required for local site builds)
github:
owner_name: opendevstack
repository_name: opendevstack.github.io
repository_url: https://github.com/opendevstack/opendevstack.github.io
organization: https://github.com/opendevstack
sitemap_url: https://www.opendevstack.org
# Build settings
baseurl:
permalink: /blog/:year/:month/:day/:title
markdown: kramdown
highlighter: rouge
relative_permalinks: false
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "events"
values:
layout: "event"
-
scope:
path: ""
type: "authors"
values:
layout: "author-profile"
# Collections
collections:
authors:
output: true
permalink: /authors/:path/
events:
output: true
permalink: /events/:path/
doc:
output: true
# this must be excluded for the gradle build
# otherwise jekyll tries to source this directory as well
# ... and failes ..
exclude: [build]