2020-03-09 18:08:42 +00:00
|
|
|
title: Embark Blog
|
|
|
|
subtitle: "Blog for the all-in-one developer platform for building and deploying decentralized applications."
|
2020-06-18 10:29:57 +00:00
|
|
|
description: "Embark is a simple & powerful framework for decentralized applications"
|
|
|
|
author: Embark
|
|
|
|
language: en
|
|
|
|
|
2020-02-24 20:31:12 +00:00
|
|
|
url: https://blog.embarklabs.io
|
2020-06-18 10:29:57 +00:00
|
|
|
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
|
2020-01-30 15:44:03 +00:00
|
|
|
repo: git@github.com:embarklabs/blog.git
|
2020-06-18 10:29:57 +00:00
|
|
|
|
|
|
|
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
|
2020-01-17 20:43:41 +00:00
|
|
|
github: embarklabs/embark
|
2020-06-18 10:29:57 +00:00
|
|
|
autoprefixer:
|
|
|
|
enable: true
|
|
|
|
browsers:
|
|
|
|
- 'last 2 versions'
|
|
|
|
node_sass:
|
|
|
|
outputStyle: nested
|
|
|
|
precision: 5
|
|
|
|
sourceComments: false
|
2020-03-03 16:02:10 +00:00
|
|
|
external_link:
|
|
|
|
enable: false
|
2020-06-12 17:18:57 +00:00
|
|
|
feed:
|
|
|
|
type: atom
|
|
|
|
path: atom.xml
|
|
|
|
limit: false
|
|
|
|
hub:
|
|
|
|
order_by: -date
|
|
|
|
autodiscovery: true
|
|
|
|
template: ./atom_template.xml
|