-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
41 lines (36 loc) · 943 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
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
title: "LND PR Review Club"
description: "A bi-weekly review club for LND PRs"
author: "LND PR Review Club contributors"
meeting_time: "TBD"
meeting_day: "TBD"
meeting_location: '#review-club channel on <a href="https://lightning.engineering/slack.html">LND Developer Community Slack</a>'
future: true
url: https://lnd.reviews
twitter_username:
twitter:
card: summary
username:
# Exclude from processing
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- Makefile
- README.md
- Rakefile
- test/
defaults:
- scope:
path: "" ## all pages
values:
image: /assets/img/twitter_card.png
permalink: :title