forked from Giveth/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
37 lines (32 loc) · 863 Bytes
/
_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
# Welcome to Jekyll!
#
# Site settings
title: Giveth
description: Charitable giving on the blockchain - revolution.eth
owner: Giveth # or company name
first_published: 2017 # if migrating another site, the year of your first publish
email: [email protected]
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://giveth.io" # the base hostname & protocol for your site
theme: minima
medium: https://medium.com/giveth/
join: https://giveth.io/join/
slack: http://slack.giveth.io
twitter_username: givethio
github_username: giveth
reddit: giveth
facebook_username: givethio
youtube: https://www.youtube.com/channel/UClfutpRoY0WTVnq0oB0E0wQ
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
sass:
sass_dir: _sass
# style: compressed
permalink: /:categories/:title
collections:
blog:
output: true
plugins:
- jekyll-sitemap