-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
61 lines (54 loc) · 1.46 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
57
58
59
60
61
# Site wide configuration
locale: en_US
title: Humanist League
logo: logo.svg
description: The Carnegie Mellon University Humanist League is dedicated to building a community of humanists, who strive to improve the human condition through reason and compassion.
url: https://cmuhl.org
#url: https://cmuhl.org/test-site
owner:
name: CMU Humanist League
avatar: hl-bio-photo.png
email: cmu.humanists@gmail.com
disqus-shortname: # cmuhl
facebook: CmuHumanistLeague
twitter: #username
github: #username
google:
analytics: UA-107177276-1
calendar: Y211Lmh1bWFuaXN0c0BnbWFpbC5jb20& # the src= part of the embed code
# Jekyll configuration
destination: ../test-site
permalink: pretty
future: true
timezone: America/New_York
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# comments: true
-
scope:
path: "_posts/discussions"
values:
category: discussions
category-description: "Discussion Topic"
entry-meta: true
-
scope:
path: "_posts/speakers"
values:
category: speakers
category-description: "Speaker Event"
entry-meta: false
#theme: jekyll-theme-cmu-humanists
remote_theme: cmu-humanists/jekyll-theme-cmu-humanists
exclude: ["LICENSE", "README.md", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"]