-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
80 lines (65 loc) · 1.45 KB
/
_config.yml
File metadata and controls
80 lines (65 loc) · 1.45 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Site
name: 'Social Tech Playbook'
description: 'The Social Tech Playbook for COVID-19 Response is a technology guide for social service agencies responding to the increased demand for basic needs during the coronavirus pandemic.'
logo: 'assets/img/avatar.png'
logo_full: 'assets/img/avatar.png'
favicon: 'assets/img/favicon/favicon.ico'
baseurl: '/playbook'
url: 'https://socialtech.us'
email: 'socialtech@alluma.org'
include: ["_pages"]
permalink: /:title/
future: true
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
- jekyll-archives
- jekyll-toc
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
toc: true
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: kramdown
highlighter: rouge
# Pagination
paginate: 20
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [
_posts/template.md,
README.md,
package.json,
grunt.js,
Gruntfile.js,
Gruntfile.coffee,
node_modules,
vendor/*,
]
# Disqus
disqus_shortname: socialtechus
# Twitter cards
twitter:
username: SocialTechUs
card: 'Working to transform social services tech.'
# Facebook cards
facebook:
app_id: 598830250979169
publisher: https://www.facebook.com/socialtechus
# Archives
jekyll-archives:
enabled: ['categories']
layout: archive
permalinks:
category: '/category/:name/'