-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
47 lines (37 loc) · 1020 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
# Site settings
title: Canoe
email: hello@getcanoe.io
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://getcanoe.io" # the base hostname & protocol for your site
timezone: America/New_York
# Build settings
markdown: kramdown
exclude: ["vendor"]
site-twitter: canoewallet #if your site has a twitter account, enter it here
# Author Settings
author: Canoe Blog
author-img: canoe-icon-negative.png
description: Canoe the Nano Wallet
about-author: # add description
twitter: canoewallet # add your Twitter handle
github: getcanoe # add your Github handle
email: hello@getcanoe.io # add your Email address
# Tracker
analytics: # Google Analytics
# Build Settings
markdown: kramdown
plugins_dir:
- jekyll-sitemap
- jemoji
# plugins:
# - jekyll-autoprefixer
gems:
- jekyll-paginate
paginate: 10
paginate_path: "/blog/page:num"
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]
excerpt_separator: <!--more-->
# Sass settings
sass:
sass_dir: _sass
style: :compressed