-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (38 loc) · 973 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
title: Embark
subtitle: "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://learnblockchain.cn/docs/embark
root: /docs/embark/
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/embark
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