forked from Turbulence-Research-Lab/info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (54 loc) · 1.43 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
63
64
65
66
domian: turbulence-research-lab.github.io
baseurl: "/info" # the subpath of your site, e.g. blog/
url: "https://turbulence-research-lab/info/" # the base hostname & protocol for your site, e.g. http://example.com/
title: 清华大学湍流实验室信息门户
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
#################### Comment Section (Disqus) ################
disqus_shortname: "" # Add your shortname for Disqus Comment. For example : mr-brown
# Scss Directory
sass:
sass_dir: assets/scss
style: compressed
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll/tagging
paginate: 6
paginate_path: "/page/:num"
# include
include:
- _pages
- _authors
# Pages Path
defaults:
- scope:
path: "_pages"
values:
permalink: /:basename:output_ext
- scope:
path: "_authors"
values:
permalink: /author/:basename:output_ext
layout: author
- scope:
path: ""
type: "posts"
values:
permalink: post/:title:output_ext
layout: post
# Tags
tag_page_dir: tag
tag_page_layout: tags
tag_permalink_style: pretty
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- vendor
port: 5555