-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
75 lines (62 loc) · 1.26 KB
/
_config.yml
File metadata and controls
75 lines (62 loc) · 1.26 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
# Site
name: 'Social Tech Collaborative'
description: 'Working together to transform the technology that powers social services.'
logo: 'assets/img/avatar.png'
logo_full: 'assets/img/avatar.png'
favicon: 'assets/img/favicon/favicon.ico'
baseurl: ''
url: 'https://socialtech.us'
email: 'socialtech@alluma.org'
include: ["_news"]
permalink: /:title/
future: true
include: ["_pages"]
permalink: /:title/
future: true
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: kramdown
highlighter: rouge
# Pagination
paginate: 20
# Twitter cards
twitter:
username: SocialTechUs
card: 'Working to transform social services tech.'
# Facebook cards
facebook:
app_id: 598830250979169
publisher: https://www.facebook.com/socialtechus
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [
_posts/2020-01-22-template.md,
README.md,
package.json,
grunt.js,
Gruntfile.js,
Gruntfile.coffee,
node_modules
]
# News collection
collections:
news:
output: true
# collections_dir: _news
# output: true