-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
_config.yml
72 lines (59 loc) · 1.42 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
62
63
64
65
66
67
68
69
70
71
72
title: "A Space for Open Source Sustainers"
short_title: "SustainOSS"
description: "A Space for Open Source Sustainers" #todo fix DRY & SEO
markdown: kramdown
source: "."
destination: ./_site/
encoding: "utf-8"
strict_front_matter: true
liquid:
error_mode: warn
strict_filters: false
strict_variables: false
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
sass:
style: compressed
# server
baseurl: ""
port: 8000
host: "127.0.0.1"
url: "https://sustainoss.org"
exclude:
- .sass-cache/
- node_modules/
- scripts/
- vendor/
- summit/
- _svgo.config.js
- Gemfile
- Gemfile.lock
- LICENSE
- netlify.toml
- package.json
- package-lock.json
- README.md
params:
github: "https://github.com/sustainers"
slack: "https://slack.opencollective.org"
discourse: "https://discourse.sustainoss.org"
# Social-related stuff
#author:
# twitter: "SustainOSS"
twitter:
card: "summary_large_image"
username: "SustainOSS"
logo: "/assets/img/og-large.png"
# Output
permalink: pretty
defaults:
- scope:
path: ""
values:
image:
path: "/assets/img/og-large.png" # default image
width: 512
height: 256