1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 19:01:40 +02:00

feat(core): update Default theme #212 #186

BREAKING CHANGE: JSON files should be converted to YAML files
- site/themes/default/theme.json => site/themes/default/theme.yaml
- site/themes/default/settings.json => site/themes/default/settings.yaml
This commit is contained in:
Awilum
2019-08-20 23:12:43 +03:00
parent 2d3e885156
commit 4c06490aac
4 changed files with 11 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
{
"enabled": true
}

View File

@@ -0,0 +1 @@
enabled: true

View File

@@ -1,13 +0,0 @@
{
"name": "Default",
"version": "1.0.0",
"description": "Default theme for Flextype",
"author": {
"name": "Sergey Romanenko",
"email": "hello@romanenko.digital",
"url": "http://romanenko.digital"
},
"homepage": "https://github.com/flextype/flextype",
"bugs": "https://github.com/flextype/flextype/issues",
"license": "MIT"
}

10
site/themes/default/theme.yaml Executable file
View File

@@ -0,0 +1,10 @@
name: Default
version: 1.0.0
description: Default theme for Flextype
author:
name: Sergey Romanenko
email: hello@romanenko.digital
url: http://romanenko.digital
homepage: https://github.com/flextype/flextype
bugs: https://github.com/flextype/flextype/issues
license: MIT