-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
48 lines (41 loc) · 912 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Site
name: "whyn4"
description: ""
meta_description: "whyn4 - Quynh Nguyen's Blog"
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.png'
baseurl: /
google_analytics: 'UA-131933074-1'
disqus: 'quynh-nguyen-github-io'
include: ["_pages"]
permalink: /:title/
# Authors
authors:
whyn4:
name: Quynh Nguyen
display_name: Quynh Nguyen
gravatar: 3c1075e1714e98089ee6a978f82b0904
email: [email protected]
web: https://quynh-nguyen.github.io
twitter: https://twitter.com/likeguitarz
description: ""
# Pagination
paginate: 6
paginate_path: /page:num/
# Custom vars
version: 1.1.0
# Plugins
plugins:
- jekyll-paginate
- jekyll-archives
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/category/:name/'
# Dependencies
markdown: kramdown
highlighter: rouge
excerpt_separator: <!--more-->