-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path_config.yml
47 lines (38 loc) · 948 Bytes
/
_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
# This is the default format.
# For more see: https://jekyllrb.com/docs/permalinks/
permalink: /:categories/:year/:month/:day/:title
exclude: [".rvmrc",
".rbenv-version",
"Rakefile",
"changelog.md",
"tvm",
"Jenkinsfile",
"Gemfile",
"Gemfile.lock",
"scripts",
".gitmodules",
"CNAME",
"README.md",
"website.tgz",
"docs.tgz",
"docs",
"serve_local.sh"]
highlighter: rouge
markdown: kramdown
# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
#
title : "TVM"
tagline:
author :
name :
#
production_url : https://tvm.apache.org
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
#
JB :
version : 0.3.0
BASE_PATH : https://tvm.apache.org
BLOG_PATH : https://tvm.apache.org
sharing :
provider : false