-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (30 loc) · 631 Bytes
/
_config.yml
File metadata and controls
35 lines (30 loc) · 631 Bytes
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
title: Haveno
email: havenodex@protonmail.com
description: Decentralized P2P exchange based on Monero and Tor
baseurl: ""
url: "https://haveno.exchange"
twitter_username: HavenoDEX
keywords: "monero, xmr, bitcoin, btc, cryptocurrency, exchange, p2p, tor"
permalink: pretty
# paginate
paginate: 6
paginate_path: "/blog/page:num/"
# Build settings
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-paginate
exclude:
- .jekyll-cache/
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md
- LICENSE
sitemap:
exclude:
- "/404.html"