forked from pm2-hive/pm2-hive.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
28 lines (21 loc) · 776 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
# Site settings
title: PM2
email: your-email@domain.com
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
exclude: ['node_modules', 'docs/intro.md']
redcarpet:
extensions: ['tables', 'no_intra_emphasis', 'autolink']
permalink: /blog/:year/:month/:day/:title
paginate: 1
gems: ['jekyll-lunr-js-search']
lunr_search:
js_dir: "../scripts"