-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.yml
47 lines (38 loc) · 1.19 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
# Barn Configuration
## See https://github.com/Maples7/barn for more infomation
######################################
############### Theme ################
######################################
## name of theme
theme: default
## one of these values: pug
### ...post issues or RPs to add more support of engines
template_engine: pug
## HTML templates should be compiled and rendered
## filenames should be kept the same with files in folder `content`
## that's to say, YAML with the same name would be used to render corresponding html template
### do **NOT** add file extension in the end of each item, just the name
### we will detect the file extension according to `template_engine` config above
htmls:
- index
- en
######################################
############### Deploy ###############
######################################
## deploy repos
deploy:
repos:
github: [email protected]:Maples7/resume.git
coding: [email protected]:maples7/resume.git
## CNAME
### If you have a custom domain, specify it here, e.g. cv.maples7.com
cname: cv.maples7.com
## html compression
html_minifier:
enable: true
exclude:
## css compression
css_minifier:
enable: true
exclue:
- '*.min.css'