forked from wowthemesnet/mundana-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (50 loc) · 1.32 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
52
53
54
55
56
57
58
59
60
61
62
# Site
name: 'Rego 재활연구소'
description: 'Rego 재활연구소는 신경마비환자들에게 재활상식, 재활병원, 재활운동 등의 다양한 정보를 제공합니다.'
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
baseurl: ''
disqus: 'Rego'
email: 'rego.research@gmail.com'
include: ["_pages"]
permalink: /:title/
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
authors:
sky:
name: sky
site: https://regoresearch.github.io
avatar: assets/images/sky.PNG
bio: "안녕하세요, Rego 재활연구소를 방문해주셔서 감사합니다!"
email: rego.research@gmail.com
twitter: #
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
author: sky
avatar: assets/images/sky.PNG
# all pages
- scope:
path: "_pages"
values:
layout: page
# all lectures
- scope:
path: "_lecture"
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]