-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·50 lines (44 loc) · 1.26 KB
/
_config.yml
File metadata and controls
executable file
·50 lines (44 loc) · 1.26 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
# Site Info
title: "大连工业大学开发者博客"
description: "大连工业大学开发者博客"
# google_verify: epFgX0s_0RM3CdjwFcsewfXzPov2g8s9ZBOLyaIUH-o
google_analytics: UA-50554094-5 # Put your Google Analytics code
# Author Info
author_name: "大连工业大学开发者"
author_email: github@dlpu.party
author_gravatar: 4d5229b40a02e193dd556a6f62a056b7 # Gravatar md5 hash
twitter_username: tcitry
# Site Settings
baseurl: "" # Base URL must end WITHOUT a slash, default: ""
permalink: /:title # Post permalinks
timezone: Asia/Shanghai # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Site Build
highlighter: rouge
markdown: kramdown
sass:
style: :compressed
# Other Params
include: [ "robots.txt" ]
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile" ]
gems:
- jekyll-sitemap
compress_html:
clippings: all
ingore:
envs: [ "test" ]
defaults:
-
scope:
path: ""
values:
layout: "null"
-
scope:
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"