-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
433 changed files
with
739 additions
and
56,388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Composer | ||
composer.lock | ||
.composer | ||
vendor | ||
|
||
# Sass | ||
.sass-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.9.1 | ||
0.9.2 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,68 @@ | ||
title: Site settings | ||
validation: strict | ||
|
||
title: Site | ||
form: | ||
fields: | ||
title: | ||
type: text | ||
label: Site title | ||
|
||
description: | ||
type: textarea | ||
label: Description | ||
|
||
summary.size: | ||
type: text | ||
label: Summary size | ||
validate: | ||
type: int | ||
min: 0 | ||
max: 65536 | ||
|
||
author.name: | ||
type: text | ||
label: Default author | ||
|
||
author.email: | ||
type: text | ||
label: Default email | ||
|
||
taxonomies: | ||
type: text | ||
label: Taxonomy types | ||
validate: | ||
type: commalist | ||
|
||
blog.route: | ||
type: text | ||
label: Blog URL | ||
|
||
routes: | ||
type: array | ||
label: Custom routes | ||
fields: | ||
|
||
content: | ||
type: section | ||
title: Defaults | ||
|
||
fields: | ||
title: | ||
type: text | ||
label: Site Title | ||
size: large | ||
placeholder: "Site wide title" | ||
help: Default title for your site | ||
|
||
author.name: | ||
type: text | ||
size: large | ||
label: Default Author | ||
|
||
author.email: | ||
type: text | ||
size: large | ||
label: Default Email | ||
|
||
taxonomies: | ||
type: text | ||
label: Taxonomy Types | ||
classes: fancy | ||
validate: | ||
type: commalist | ||
|
||
metadata: | ||
type: array | ||
label: Metadata | ||
placeholder_key: Name | ||
placeholder_value: Content | ||
|
||
blog: | ||
type: section | ||
title: Blog | ||
|
||
fields: | ||
blog.route: | ||
type: text | ||
size: large | ||
label: Blog URL | ||
|
||
summary.size: | ||
type: text | ||
size: x-small | ||
label: Summary Size | ||
validate: | ||
type: int | ||
min: 0 | ||
max: 65536 | ||
|
||
routes: | ||
type: section | ||
title: Routes | ||
|
||
fields: | ||
routes: | ||
type: array | ||
label: Custom | ||
placeholder_key: /your/alias | ||
placeholder_value: /your/route |
Oops, something went wrong.