Merge branch 'master' into template-search
This commit is contained in:
commit
3bc73a8b48
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
custom: ['https://www.buymeacoffee.com/jimmycai']
|
@ -51,6 +51,14 @@ Please do not remove the "*Theme Stack designed by Jimmy*" text and link.
|
|||||||
|
|
||||||
If you want to port this theme to another blogging platform, please let me know🙏.
|
If you want to port this theme to another blogging platform, please let me know🙏.
|
||||||
|
|
||||||
|
## Sponsoring
|
||||||
|
|
||||||
|
If you like this theme, consider supporting its development:
|
||||||
|
|
||||||
|
<a href="https://www.buymeacoffee.com/jimmycai" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-green.png" alt="Buy Me A Coffee" height="60px" width="217px"></a>
|
||||||
|
|
||||||
|
Your support is greatly appreciated :)
|
||||||
|
|
||||||
## Thanks to
|
## Thanks to
|
||||||
|
|
||||||
- [Vibrant-Colors/node-vibrant](https://github.com/Vibrant-Colors/node-vibrant)
|
- [Vibrant-Colors/node-vibrant](https://github.com/Vibrant-Colors/node-vibrant)
|
||||||
|
@ -14,18 +14,22 @@ DefaultContentLanguage = "en" # Theme i18n support
|
|||||||
mainSections = ["post"]
|
mainSections = ["post"]
|
||||||
featuredImageField = "image"
|
featuredImageField = "image"
|
||||||
rssFullContent = true
|
rssFullContent = true
|
||||||
|
|
||||||
[params.dateFormat]
|
[params.dateFormat]
|
||||||
published = "Jan 02, 2006"
|
published = "Jan 02, 2006"
|
||||||
lastUpdated = "Jan 02, 2006 15:04 MST"
|
lastUpdated = "Jan 02, 2006 15:04 MST"
|
||||||
|
|
||||||
[params.sidebar]
|
[params.sidebar]
|
||||||
emoji = "🍥"
|
emoji = "🍥"
|
||||||
avatar = "img/avatar.png"
|
avatar = "img/avatar.png"
|
||||||
subtitle = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
subtitle = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
||||||
|
|
||||||
[params.article]
|
[params.article]
|
||||||
math = false
|
math = false
|
||||||
[params.article.license]
|
[params.article.license]
|
||||||
enabled = true
|
enabled = true
|
||||||
default = "Licensed under CC BY-NC-SA 4.0"
|
default = "Licensed under CC BY-NC-SA 4.0"
|
||||||
|
|
||||||
[params.comments]
|
[params.comments]
|
||||||
enabled = true
|
enabled = true
|
||||||
provider = "disqus" # Available: disqus, utterances
|
provider = "disqus" # Available: disqus, utterances
|
||||||
@ -33,7 +37,8 @@ DefaultContentLanguage = "en" # Theme i18n support
|
|||||||
repo = ""
|
repo = ""
|
||||||
issueTerm = "pathname"
|
issueTerm = "pathname"
|
||||||
label = "" # Optional
|
label = "" # Optional
|
||||||
theme="preferred-color-scheme"
|
theme = "preferred-color-scheme"
|
||||||
|
|
||||||
[params.widgets]
|
[params.widgets]
|
||||||
enabled = ['search', 'archives', 'tag-cloud']
|
enabled = ['search', 'archives', 'tag-cloud']
|
||||||
[params.widgets.archives]
|
[params.widgets.archives]
|
||||||
@ -42,19 +47,13 @@ DefaultContentLanguage = "en" # Theme i18n support
|
|||||||
path = "archives"
|
path = "archives"
|
||||||
[params.widgets.tagCloud]
|
[params.widgets.tagCloud]
|
||||||
limit = 10
|
limit = 10
|
||||||
|
|
||||||
[params.opengraph]
|
[params.opengraph]
|
||||||
[params.opengraph.twitter]
|
[params.opengraph.twitter]
|
||||||
site = ""
|
site = ""
|
||||||
card = "summary_large_image"
|
card = "summary_large_image"
|
||||||
|
|
||||||
[params.defaultImage]
|
[params.defaultImage]
|
||||||
[params.defaultImage.article]
|
|
||||||
enabled = false
|
|
||||||
local = false
|
|
||||||
src = ""
|
|
||||||
[params.defaultImage.articleList]
|
|
||||||
enabled = false
|
|
||||||
local = true
|
|
||||||
src = ""
|
|
||||||
[params.defaultImage.opengraph]
|
[params.defaultImage.opengraph]
|
||||||
enabled = false
|
enabled = false
|
||||||
local = false
|
local = false
|
||||||
|
Loading…
Reference in New Issue
Block a user