Merge branch 'master' into template-search

This commit is contained in:
Jimmy Cai 2020-10-05 22:41:47 +02:00 committed by GitHub
commit 3bc73a8b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 10 deletions

1
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1 @@
custom: ['https://www.buymeacoffee.com/jimmycai']

View File

@ -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)
@ -62,4 +70,4 @@ If you want to port this theme to another blogging platform, please let me know
- [artchen/hexo-theme-element](https://github.com/artchen/hexo-theme-element) - [artchen/hexo-theme-element](https://github.com/artchen/hexo-theme-element)
- [MunifTanjim/minimo](https://github.com/MunifTanjim/minimo) - [MunifTanjim/minimo](https://github.com/MunifTanjim/minimo)
- [lepture/yue.css](https://github.com/lepture/yue.css) - [lepture/yue.css](https://github.com/lepture/yue.css)
- Markdown gallery syntax from [Typlog](https://typlog.com/) - Markdown gallery syntax from [Typlog](https://typlog.com/)

View File

@ -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