-
Notifications
You must be signed in to change notification settings - Fork 27
/
_config.yml
51 lines (51 loc) · 1.02 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
---
title: Express Gateway
timezone: UTC
collections:
archives-month:
title: Archives Month
output: true
permalink: "/blog/:path/"
archives-year:
title: Archives Year
output: true
permalink: "/blog/:path/"
categories:
title: Categories
output: true
permalink: "/blog/:path/"
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
email: [email protected]
description: A Microservices and Serverless API Gateway Built on Express.JS
url: https://www.express-gateway.io
twitter_username: express_gateway
logo: https://www.express-gateway.io/assets/img/ExpressGatewayLogo.png
encoding: UTF-8
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag
exclude:
- Gemfile
- Gemfile.lock
- vendor
kramdown:
input: GFM
syntax_highlighter_opts:
disable: true
paginate: 5
paginate_path: "/blog/page-:num/"
excerpt_separator: "<!--excerpt-->"
permalink: "/:title/"
include:
- _pages