mirror of https://github.com/embarklabs/embark.git
site: don't specify timezone in hexo config
See: https://github.com/hexojs/hexo/issues/3397 We will need to use a redirect plugin and supply aliases for already published posts: https://github.com/hexojs/hexo-generator-alias
This commit is contained in:
parent
7717b98681
commit
eed3ead2ed
|
@ -3,7 +3,6 @@ subtitle: "The all-in-one developer platform for building and deploying decentra
|
||||||
description: "Embark is a simple & powerful framework for decentralized applications"
|
description: "Embark is a simple & powerful framework for decentralized applications"
|
||||||
author: Embark
|
author: Embark
|
||||||
language: en
|
language: en
|
||||||
timezone: UTC
|
|
||||||
|
|
||||||
url: https://embark.status.im
|
url: https://embark.status.im
|
||||||
root: /
|
root: /
|
||||||
|
@ -39,4 +38,3 @@ node_sass:
|
||||||
outputStyle: nested
|
outputStyle: nested
|
||||||
precision: 5
|
precision: 5
|
||||||
sourceComments: false
|
sourceComments: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue