forked from pm2-hive/pm2-hive.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
30 lines (23 loc) · 787 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
# Site settings
title: PM2
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Advanced process manager for production Node.js applications. Load balancer, logs facility,
startup script, micro service management, at a glance.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://pm2.keymetrics.io" # the base hostname & protocol for your site
repo_url: "https://github.com/pm2-hive/pm2-hive.github.io"
twitter_username: jekyllrb
github_username: jekyll
sass:
sass_dir: _sass
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
highlighter: rouge
exclude: ['node_modules', 'docs/intro.md']
redcarpet:
extensions: ['tables', 'no_intra_emphasis', 'autolink']
permalink: /blog/:year/:month/:day/:title
paginate: 1