-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
141 lines (117 loc) · 2.86 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
email: [email protected]
author: maizer2
title: You know maize mean?
description: >-
AI개발자를 목표로 공부하고있습니다.
Dongseo Unversity CNSL Lab, ETRI Internship
baseurl: "" # 您网站的子路径,例如 /blog
url: "https://maizer2.github.io"
favicon: "/favicon.png" # 您网站的图标
permalink: date
defaults:
home:
heading: "maizer's blog"
# subheading: ", ETRI Internship"
banner: "/assets/images/home/home.jpg"
copyright: "Copyright (c) 2017-{currentYear} <a href='https://github.com/maizer2/' target='_blank'>{author}</a>"
yat:
date_format: "%b %d, %Y"
# Build settings
markdown: kramdown
#highlighter: rouge
kramdown:
input: GFM
#syntax_highlighter: rouge
# Disqus
disqus:
shortname: "maizer2"
# 摘录大小设置
excerpt_size: 250
# 如果要生成网站站点地图,可以设置为true
sitemap: true
# 分页设置
paginate: 7
# 如果您只想链接标题中的特定页面,请取消注释
# 按顺序添加页面的路径
header_pages:
- index.html
- archives.html
- categories.html
- tags.html
- about.md
- search.html
# Google Analytics
google_analytics: "G-29TFJFQ4YE"
enableDNT: true
#如果要改变内容宽度,可以设置为其他值
content_width: "1080px"
# 文章图标设置
# 您可以启用或禁用文章图标等
code_badge:
enabled: "true"
color: "#fff"
background_color: "#ff4e00"
text_transform: "uppercase" # ("uppercase", "lowercase", "capitalize")
# admin 页面
# jekyll_admin:
# hidden_links:
# - posts
# - pages
# - staticfiles
# - datafiles
# - configuration
# homepage: "pages"
# Gitment 评论
#gitment:
# username: "" # github用户名
# repo: "" # 仓库名称
# client_id: "" # Client ID
# client_secret: "" # Client secrets
# redirect_uri: "" # 如果你使用自定义域名
# Translate languges
translate_langs: []
#如果你想改变网站语言,你可以设置 lang 选项
#lang: "en" # 默认语言为 en
#可以选择主题颜色
#默认主题颜色如下:
# coolblack: #090a0b
# spacegrey: #353535
# snowwhite: #ffffff
#
theme_color: snowwhite
#
# 自定义颜色如下:
# theme_color: "#882250"
#您可以选择品牌颜色
#默认品牌颜色如下:
# orangered: #ff5100
# greatgold: #f2cb05
# greenblue: #389092
#
# brand_color: orangered
#
#自定义颜色如下:
# brand_color: "#1a8e42"
#如果你想要更多的调试日志,你可以设置为true
debug: false
#如果你不想要透明的header,你可以设置false
header_transparent: true
# remote_theme : "jeffreytse/jekyll-theme-yat"
#Server
port: 4000
future: true
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- jekyll-spaceship
- jekyll-admin
- jemoji
- webrick
include:
- _posts/"1. Computer Engineering"
- _posts/"2. Mathematics"
- _posts/"3. Language"
- _posts/"4. Medicine"
- _posts/"5. BookReview"
- _posts/"6. etc."