-
Notifications
You must be signed in to change notification settings - Fork 77
/
_config.yml
49 lines (49 loc) · 885 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
42
43
44
45
46
47
48
49
title: Bisq
url: "https://bisq.network"
markdown: kramdown
permalink: /blog/:title/
livereload: true
plugins:
- jekyll-redirect-from
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
feed:
path: blog/feed.atom
include:
- .well-known
- _redirects
- _headers
exclude:
- CNAME
- README
- Gemfile
collections:
dashboard:
output: true
proposalcommentaries:
defaults:
-
scope:
path: ""
type: "posts"
values:
en-only: true
-
scope:
path: ""
type: "pages"
values:
en-only: false
paginate: 10
paginate_path: "/blog/page/:num/"
client_version: "1.9.17"
bisq2_version: "2.1.2"
sass:
style: compressed
webrick:
headers:
Strict-Transport-Security: "max-age=63072000; includeSubDomains; preload"
X-XSS-Protection: "1; mode=block"
X-Content-Type-Options: "nosniff"
X-Frame-Options: "SAMEORIGIN"