-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (34 loc) · 916 Bytes
/
_config.yml
File metadata and controls
39 lines (34 loc) · 916 Bytes
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
markdown: kramdown
excerpt_separator: ""
collections:
docs:
output: true
members:
output: true
tag:
output: true
# This is the default format.
# For more see: http://jekyllrb.com/docs/permalinks/
permalink: /:categories/:year/:month/:day/:title
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
highlighter: rouge
# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
#
title : Purplebricks - Tech Blog
tagline: Keeping Purplebricks Moving
production_url : http://purplebricks.github.io
BASE_PATH : false
ASSET_PATH : false
archive_path: /archive.html
categories_path : /categories.html
tags_path : /tags.html
atom_path : /atom.xml
rss_path : /rss.xml
encoding: utf-8
paginate: 5
paginate_path: "/blog/page:num/"
google_analytics_id: UA-119401415-1
excerpt_separator: <!--more-->
# Gems
gems: [jekyll-paginate]