-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (47 loc) · 1.24 KB
/
_config.yml
File metadata and controls
56 lines (47 loc) · 1.24 KB
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
56
# Site
name: "redocmath"
description: 'Sungjin Yang'
logo: 'https://github.com/redocmath.png'
favicon: 'https://github.com/redocmath.png'
url: 'https://redoc.wops.dev/'
baseurl: ''
email: 'coderlovemedia@gmail.com'
disqus: 'redocmath-blog'
include: ["_pages"]
permalink: /:title/
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
authors:
sungjin:
name: Sungjin Yang
site: https://redoc.wops.dev
avatar: "https://github.com/redocmath.png"
bio: "Structured Intuitionist"
email: coderlovemedia at gmail dot com
instagram: https://www.instagram.com/redocmath/
linkedin: https://www.linkedin.com/in/redocmath/
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
author: sungjin
avatar: "https://github.com/redocmath.png"
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: kramdown
highlighter: rouge
# Paginate
paginate: 10
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules]