Skip to content

Commit 2f80e95

Browse files
author
RistoBin
committed
update stackbit.yaml
1 parent 1bb41ce commit 2f80e95

2 files changed

Lines changed: 3 additions & 18 deletions

File tree

exampleSite/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ pygmentsUseClasses = true
1010
rssLimit = 10 # Maximum number of items in the RSS feed.
1111
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
1212
enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/functions/emojify/
13-
# googleAnalytics = "UA-123-45"
14-
# disqusShortname = "yourdiscussshortname"
13+
googleAnalytics = ""
14+
disqusShortname = ""
1515

1616
[author]
1717
name = "John Doe"
@@ -38,7 +38,7 @@ enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/func
3838

3939
homeSubtitle = "A minimal and fast theme for Hugo."
4040
footerCopyright = ' &#183; <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
41-
# bgImg = "" # Homepage background-image URL
41+
bgImg = "" # Homepage background-image URL
4242

4343
# Prefix of link to the git commit detail page. GitInfo must be enabled.
4444
# gitUrl = "https://github.com/username/repository/commit/"

stackbit.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,12 @@ models:
2929
- type: string
3030
name: theme
3131
label: Theme name
32-
- type: boolean
33-
name: enableGitInfo
34-
label: Enale Git Info
35-
default: false
3632
- type: boolean
3733
name: pygmentsCodefences
3834
label: Pygments Codefences
3935
- type: boolean
4036
name: pygmentsUseClasses
4137
label: Pygments Use Classes
42-
- type: boolean
43-
name: hasCJKLanguage
44-
label: Has CJK Language
45-
description: If Chinese/Japanese/Korean is your main content language, enable this to make wordCount works right.
46-
default: false
4738
- type: number
4839
name: rssLimit
4940
label: RSS Limit
@@ -133,12 +124,6 @@ models:
133124
name: code_copy_button
134125
label: Code Copy Button
135126
description: Turn on/off the code-copy-button for code-fields
136-
- type: enum
137-
name: customCSS
138-
label: Custom Css
139-
options:
140-
- "css/foo.css"
141-
- "css/bar.css"
142127
- type: list
143128
name: social
144129
label: Social Icons

0 commit comments

Comments
 (0)