-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
55 lines (54 loc) · 1.19 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
# Site settings
title: Documentation
email: support@packager.io
description: > # this means to ignore newlines until "baseurl:"
Learn how to package Ruby, NodeJS or Go applications by reading our documentation.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://packager.io" # the base hostname & protocol for your site
twitter_username: hellopkgr
github_username: pkgr
collections:
articles:
output: true
permalink: /documentation/:path/
categories:
- getting-started
- reference
- languages
- tips
# Build settings
markdown: HTMLPipeline
html_pipeline:
filters:
# - "sanitizationfilter"
- "ExtendedMarkdownFilter"
- "imagemaxwidthfilter"
- "AddCssClassToTableFilter"
- "tableofcontentsfilter"
- "syntaxhighlightfilter"
- "autolinkfilter"
context:
emf_use_blocks: true
redcarpet:
extensions:
- fenced_code_blocks
defaults:
- scope:
path: ''
type: posts
values:
layout: post
- scope:
path: ''
type: articles
values:
layout: doc
gems:
- jekyll-html-pipeline
- sanitize
- pygments.rb
- redcarpet
- extended-markdown-filter
- linguist
- github/markdown
- jekyll-autolink_email