-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
49 lines (45 loc) · 1.06 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
title: Embark Blog
subtitle: "Blog for the all-in-one developer platform for building and deploying decentralized applications."
description: "Embark is a simple & powerful framework for decentralized applications"
author: Embark
language: en
url: https://blog.embarklabs.io
permalink: news/:year/:month/:day/:title/
code_dir: downloads/code
new_post_name: :year-:month-:day-:title.md # File name of new posts
post_asset_folder: true
per_page: 0
theme: embark
deploy:
type: git
repo: [email protected]:embarklabs/blog.git
highlight:
enable: true
line_number: false
disqus_shortname: hexojs
google_analytics: UA-79146816-4
fb_admins: 100000247608790
algolia:
en:
apiKey: 439d8dc2add18007a2f31be4a9c0ed70
indexName: embark
twitter: EmbarkProject
github: embarklabs/embark
autoprefixer:
enable: true
browsers:
- 'last 2 versions'
node_sass:
outputStyle: nested
precision: 5
sourceComments: false
external_link:
enable: false
feed:
type: atom
path: atom.xml
limit: false
hub:
order_by: -date
autodiscovery: true
template: ./atom_template.xml