forked from XDagger/XDagger.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·53 lines (39 loc) · 944 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
50
51
52
53
# Site configuration
devNum: 28
community_wallet: FQglVQtb60vQv2DOWEUL7yh3smtj7g1s
# Jekyll configuration
baseurl: "/"
paginate: 5
paginate_path: "/blog/page:num"
sass:
style: compressed
## jekyll-seo-tag
title: XDAG
description: A new DAG-based cryptocurrency
logo: /assets/images/logo.png
author:
name: Xdag.io
twitter: XDAG_Community
email: [email protected]
social:
links:
- https://t.me/dagger_cryptocurrency
- https://www.facebook.com/XDAG.Dagger.Community/
- https://twitter.com/XDAG_Community
- https://discord.gg/YxXUVQJ
- https://www.reddit.com/r/xdag/
- https://github.com/orgs/XDagger
twitter:
card: summary
username: XDAG_Community
facebook:
publisher: https://www.facebook.com/XDAG.Dagger.Community/
defaults:
- scope:
path: ""
values:
image: /assets/images/default-card.png
## end jekyll-seo-tag
plugins:
- jekyll-paginate
- jekyll-seo-tag