-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (35 loc) · 1.21 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
### Site info:
title: Bachlab
### Personal info and site tools info:
twitter_username: bachlab_uzh
github_username: bachlab
### Site setting:
ShowContactInfo: "True" # Personal Info (twitter,github,email) can be seen on aboutme-sidebar, those info only shown where ShowContactInfo == True
default_column: "two" # blog style: two columns, if default_column != "two", you will see a one column blog.
default_locale: "en" # blog sidebar language set, only include: English (en), Chinese (cn), Japanese (jp), Polish (pl), Korean (kr), Russian (ru), Turkish (tr), and Indonesian (id).
locales:
en:
Aboutme: "About Me"
Archives: "Archives"
Blogroll: "Blogroll"
Categories: "Categories"
Copyright_Notice: "Copyright Notice"
Recent_Posts: "Recent Posts"
Tags: "Tags"
Previous: "Older"
Next: "Newer"
PostedInCategories: "Posted in"
Taggedwith: "and tagged"
PostDate: "on "
Google_search: "Site Search"
Home: "Home"
About: "About"
Guestbook: "Guestbook"
Subscribe: "Subscribe"
### Build settings
markdown: kramdown
#highlighter: pygments
kramdown:
input: GFM
syntax_highlighter: rouge
excerpt_separator: <!-- more -->