-
Notifications
You must be signed in to change notification settings - Fork 122
/
_config.yml
55 lines (46 loc) · 1.11 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
title: Ravencoin
author: RavenProject
description: A peer-to-peer blockchain designed to handle the efficient creation and transfer of assets from one party to another. It's an open-source project based on Bitcoin
baseurl: ""
# social links
twitter_username: ravencoin
github_username: RavenProject
rss: rss
show_excerpts: false
# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%b %-d, %Y"
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
header_pages:
- _pages/index.md
- _pages/buy-ravencoin.md
- _pages/wallet.md
- _pages/whitepaper.md
- _pages/community.md
- _pages/pools.md
- _pages/updates.md
- _pages/about.md
- _pages/projects.md
- _pages/ledger.md
# Build settings
theme: minima
relative_permalinks: false
# Reading Files
include:
- _pages
- _posts
- _wallets
- _translations
# Defaults
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: default
plugins:
- jekyll-feed
- jekyll-seo-tag