Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'stackbit.yaml')
-rw-r--r--stackbit.yaml49
1 files changed, 35 insertions, 14 deletions
diff --git a/stackbit.yaml b/stackbit.yaml
index 66e554e..232a3be 100644
--- a/stackbit.yaml
+++ b/stackbit.yaml
@@ -37,7 +37,7 @@ models:
description: Number of articles displayed on the homepage
- type: number
name: rssLimit
- label: Rss Limint
+ label: Rss Limit
description: Limit Entry Count to Rss file
- type: string
name: disqusShortname
@@ -54,7 +54,7 @@ models:
- type: object
name: languages
label: Languages
- fields:
+ fields:
- type: object
name: en
label: English
@@ -72,7 +72,7 @@ models:
- type: object
name: sitemap
label: Sitemap
- fields:
+ fields:
- type: string
name: changefreq
label: Change frequency
@@ -125,7 +125,7 @@ models:
name: logoTitle
label: Logo Title
- type: list
- name: keywords
+ name: keywords
label: Keywords
items:
type: string
@@ -144,6 +144,33 @@ models:
- type: string
name: contentCopyright
label: Content Copyright
+ - type: boolean
+ name: moreMeta
+ label: Shows word count and read time and comments count (if enabled)
+ - type: string
+ name: remark42Url
+ label: Remark42 URL
+ - type: string
+ name: remark42SiteId
+ label: Remark42 Site ID, optional, `remark` by default
+ - type: object
+ name: commentCount
+ label: Comment Count settings (requires moreMeta to be enabled to work)
+ fields:
+ - type: object
+ name: disqus
+ label: Disqus
+ fields:
+ - type: boolean
+ name: enable
+ label: Enable Disqus comment count
+ - type: object
+ name: remark42
+ label: Remark42
+ fields:
+ - type: boolean
+ name: enable
+ label: Enable Remark42 comment count
- type: list
name: customCSS
label: Custom Css
@@ -221,7 +248,7 @@ models:
type: page
label: Basic page
match: "*.md"
- fields:
+ fields:
- type: string
name: title
label: Title
@@ -248,7 +275,7 @@ models:
type: page
label: Blog posts
folder: post
- fields:
+ fields:
- type: string
name: title
label: Blog Title
@@ -314,7 +341,7 @@ models:
- type: object
name: main
label: Main
- fields:
+ fields:
- type: string
name: parent
label: Parent Menu
@@ -325,7 +352,7 @@ models:
type: data
label: Authors Data
file: data/authors/ted.toml
- fields:
+ fields:
- type: string
name: description
label: Description
@@ -349,9 +376,3 @@ models:
- type: number
name: height
label: Image Height
-
-
-
-
-
-