-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·61 lines (46 loc) · 972 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: Based on Herring Cove
author: Wen Xu
github: https://github.com/wenxu1024
twitter: http://twitter.com
facebook: http://facebook.com
linkedin: https://www.linkedin.com/in/wxutamu/
email: [email protected]
disqus: wenx
collections:
authors:
output: true
projects:
output: true
defaults:
- scope:
path: ""
type: projects
values:
layout: "project"
- scope:
path: ""
type: tags
values:
layout: "tagpage"
- scope:
path: ""
type: "authors"
values:
layout: "author"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values: "default"
- scope:
path: "assets/img/home_page_img"
values:
home_page_img: true
kramdown:
auto_ids: true
syntax_highlighter: rouge
title: [Wen Xu's Personal Site]
description: [A website for Tech and Life]