-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (51 loc) · 1.66 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
49
50
51
52
53
54
55
56
### Site info:
title: Stanford Effective Altruism
tagline: "We use evidence and reason to ask 'Where can a small set of individuals make the biggest difference?'"
author: Alex Richard
email: [email protected]
description: "We use evidence and reason to ask 'Where can a small set of individuals make the biggest difference?'"
keywords: "Stanford, Effective, Altruism"
baseurl: "/group/ea"
url: "http://web.stanford.edu"
locale: en_US
### Site setting:
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) and Chinese (cn)
locales:
en:
Aboutme: "About Me"
Archives: "Archives"
Blogroll: "Blogroll"
Categories: "Categories"
Copyright_Notice: "Copyright Notice"
Events: "Events"
Recent_Posts: "Recent Posts"
Tags: "Tags"
Organizers: "Organizers"
Previous: "Older"
Next: "Newer"
PostedInCategories: "Posted in"
Taggedwith: "and tagged"
PostDate: "on "
### your Blogroll info, only name can shown on the page.
Blogroll:
- name: Effective Altruism Forum
href: http://effective-altruism.com/
title: Effective Altruism Forum
- name: Slate Star Codex
href: http://slatestarcodex.com/
title: Slate Star Codex
- name: 80000 Hours
href: https://80000hours.org/blog/
title: 80000 Hours
- name: Givewell
href: http://blog.givewell.org/
title: Givewell
### Build settings
markdown: kramdown
highlighter: pygments
paginate: 5
exclude: [LICENSE, README.md, push.sh]
gems: [jekyll-paginate]
future: true