forked from dyweb/blog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
48 lines (46 loc) · 1.27 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
site:
title: "东岳网络工作室团队博客"
shorttitle: "东岳网络工作室"
subtitle: "分享我们所得"
limit: 20
theme: theme
lang: zh
url: "http://blog.dongyueweb.com"
comment: dong-yue-gong-zuo-shi-tuan-dui-bo-ke
logo: "-/images/logo.png"
# root: "/blog"
# link: "{category}/{year}/{month}/{day}/{title}.html"
#MAGIC
authors:
at15:
avatar: https://avatars1.githubusercontent.com/u/5621298
intro: 开坑不填的婶婶
name: at15
codeworm96:
avatar: https://avatars2.githubusercontent.com/u/8407172
intro: 想做 infra
name: codeworm96
dongyue:
avatar: -/images/avatars/dongyue.png
intro: 东岳网络工作室团队
name: dongyue
gaocegege:
avatar: -/images/avatars/gaocegege.jpg
intro: MOS 组的小哥哥
name: gaocegege
hebingchang:
avatar: https://avatars3.githubusercontent.com/u/7235968?v=4
intro: Learn to code, change the world.
name: hebingchang
#MAGIC
build:
# output: "public"
port: 8123
# Copied files to public folder when build
copy:
- "source/images"
# Excuted command when use 'ink publish'
publish: |
git add . -A
git commit -m "update"
git push origin