forked from bitcoin-core-review-club/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
41 lines (36 loc) · 1.14 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
# Build settings
markdown: kramdown
highlighter: rouge
permalink: none
plugins: [jekyll-paginate, jekyll-sitemap, jekyll-feed, jekyll-seo-tag]
sass:
sass_dir: assets/css
style: :compressed
# Site settings
author: "Bitcoin Core PR Review Club contributors"
coordinator: "Bitcoin Core contributor [glozow](https://github.com/glozow)"
coordinator_irc: "glozow"
description: "A weekly review club for Bitcoin Core PRs"
meeting_day: "Wednesday"
meeting_location: 'the #bitcoin-core-pr-reviews IRC channel on <a href="https://kiwiirc.com/nextclient/irc.libera.chat?channel=#bitcoin-core-pr-reviews">libera.chat</a>'
meeting_time: "17:00 UTC"
title: "Bitcoin Core PR Review Club"
twitter:
card: summary
username: BitcoinCorePRs
twitter_username: BitcoinCorePRs
url: "https://bitcoincore.reviews"
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- Makefile
- README.md
- Rakefile
- test/
defaults:
- scope:
path: "" ## all pages
values:
image: /assets/img/twitter_card.png
permalink: :title