-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
42 lines (36 loc) · 1.04 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: "LDK PR Review Club contributors"
coordinator: "LDK contributor [dunxen](https://github.com/dunxen)"
coordinator_irc: "dunxen"
description: "A fortnightly review club for LDK PRs"
meeting_day: "Friday"
meeting_location: 'the #review-club channel on <a href="https://discord.gg/5AcknnMfBw">our Discord server</a>'
meeting_time: "18:00 UTC"
title: "LDK PR Review Club"
twitter:
card: summary
username: lightningdevkit
twitter_username: lightningdevkit
url: "https://ldk.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