-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
47 lines (34 loc) · 1.05 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
title: VBTC Blog
author:
name: VBTC
email: support@vbtc.exchange
description: News and announcements regarding VBTC, the first Bitcoin live exchange in Vietnam
# Build settings
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
# Theme-specific settings
minima:
# Minima date format.
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
#
# date_format: "%b %-d, %Y"
social_links:
- { platform: github, user_url: "https://github.com/vbtc" }
- { platform: twitter, user_url: "https://twitter.com/vbtc_vietnam" }
- { platform: facebook, user_url: "https://facebook.com/VBTC.vn" }
# 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:
# - about.md
# Set to `true` to show excerpts on the homepage.
#
show_excerpts: true
#twitter_username: vbtc_vietnam
#facebook_username: VBTC.vn
#github_username: vbtc
#rss: feed.xml
permalink: /:year/:categories/:title
url: "https://blog.vbtc.exchange"