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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-22 18:58:40 +0300
committerGitHub <noreply@github.com>2020-04-22 18:58:40 +0300
commit07b669c826f9250e6593e880f80c63bf70f5a746 (patch)
tree2493616f0f9380ec01b115ee093653aeff6a2ded /exampleSite/content
parentf5fb31ec43e59765feb0b214895d3cee1039d02a (diff)
feat: add social link for RSS and some configs (#250)
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/about.en.md2
-rw-r--r--exampleSite/content/about.fr.md2
-rw-r--r--exampleSite/content/about.zh-cn.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.en.md8
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.fr.md8
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.zh-cn.md8
6 files changed, 27 insertions, 3 deletions
diff --git a/exampleSite/content/about.en.md b/exampleSite/content/about.en.md
index cddee8f..2967154 100644
--- a/exampleSite/content/about.en.md
+++ b/exampleSite/content/about.en.md
@@ -46,7 +46,7 @@ It is based on the original [LeaveIt Theme](https://github.com/liuzc/LeaveIt/) a
* :(far fa-user): **Gravatar** supported by [Gravatar](https://gravatar.com)
* :(fas fa-user-circle): Local **Avatar** supported
-* :(far fa-id-card): Up to **61** social links supported
+* :(far fa-id-card): Up to **62** social links supported
* :(fas fa-share-square): Up to **28** share sites supported
* :(far fa-comment): **Disqus** comment system supported by [Disqus](https://disqus.com)
* :(far fa-comment-dots): **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
diff --git a/exampleSite/content/about.fr.md b/exampleSite/content/about.fr.md
index eb07386..5e55027 100644
--- a/exampleSite/content/about.fr.md
+++ b/exampleSite/content/about.fr.md
@@ -51,7 +51,7 @@ It is based on the original [LeaveIt Theme](https://github.com/liuzc/LeaveIt/) a
* :(far fa-user): **Gravatar** supported by [Gravatar](https://gravatar.com)
* :(fas fa-user-circle): Local **Avatar** supported
-* :(far fa-id-card): Up to **61** social links supported
+* :(far fa-id-card): Up to **62** social links supported
* :(fas fa-share-square): Up to **28** share sites supported
* :(far fa-comment): **Disqus** comment system supported by [Disqus](https://disqus.com)
* :(far fa-comment-dots): **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
diff --git a/exampleSite/content/about.zh-cn.md b/exampleSite/content/about.zh-cn.md
index a18555c..e2cf691 100644
--- a/exampleSite/content/about.zh-cn.md
+++ b/exampleSite/content/about.zh-cn.md
@@ -46,7 +46,7 @@ lightgallery: true
* :(far fa-user): 支持 **[Gravatar](https://gravatar.com)** 头像
* :(fas fa-user-circle): 支持本地**头像**
-* :(far fa-id-card): 支持多达 **61** 种社交链接
+* :(far fa-id-card): 支持多达 **62** 种社交链接
* :(fas fa-share-square): 支持多达 **28** 种网站分享
* :(far fa-comment): 支持 **[Disqus](https://disqus.com)** 评论系统
* :(far fa-comment-dots): 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统
diff --git a/exampleSite/content/posts/theme-documentation-basics.en.md b/exampleSite/content/posts/theme-documentation-basics.en.md
index 4dc5da5..410e485 100644
--- a/exampleSite/content/posts/theme-documentation-basics.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics.en.md
@@ -244,6 +244,8 @@ Note that some of these parameters are explained in details in other sections of
paginate = 20
# date format (month and day)
dateFormat = "01-02"
+ # amount of RSS pages
+ rss = 10
# {{< version 0.2.0 >}} List (category or tag) page config
[params.list]
@@ -251,9 +253,13 @@ Note that some of these parameters are explained in details in other sections of
paginate = 20
# date format (month and day)
dateFormat = "01-02"
+ # amount of RSS pages
+ rss = 10
# Home page config
[params.home]
+ # {{< version 0.2.0 >}} amount of RSS pages
+ rss = 10
# Home page profile
[params.home.profile]
enable = true
@@ -343,6 +349,7 @@ Note that some of these parameters are explained in details in other sections of
# XMPP = "xxxx"
# Matrix = "xxxx"
# Bilibili = "xxxx"
+ RSS = true # {{< version 0.2.0 >}}
# {{< version 0.2.0 changed >}} Page config
[params.page]
@@ -606,6 +613,7 @@ Note that some of these parameters are explained in details in other sections of
# Author config
[author]
name = "xxxx"
+ email = ""
link = ""
# Sitemap config
diff --git a/exampleSite/content/posts/theme-documentation-basics.fr.md b/exampleSite/content/posts/theme-documentation-basics.fr.md
index 8fcb6c4..4ce6b89 100644
--- a/exampleSite/content/posts/theme-documentation-basics.fr.md
+++ b/exampleSite/content/posts/theme-documentation-basics.fr.md
@@ -249,6 +249,8 @@ Note that some of these parameters are explained in details in other sections of
paginate = 20
# date format (month and day)
dateFormat = "01-02"
+ # amount of RSS pages
+ rss = 10
# {{< version 0.2.0 >}} List (category or tag) page config
[params.list]
@@ -256,9 +258,13 @@ Note that some of these parameters are explained in details in other sections of
paginate = 20
# date format (month and day)
dateFormat = "01-02"
+ # amount of RSS pages
+ rss = 10
# Home page config
[params.home]
+ # {{< version 0.2.0 >}} amount of RSS pages
+ rss = 10
# Home page profile
[params.home.profile]
enable = true
@@ -348,6 +354,7 @@ Note that some of these parameters are explained in details in other sections of
# XMPP = "xxxx"
# Matrix = "xxxx"
# Bilibili = "xxxx"
+ RSS = true # {{< version 0.2.0 >}}
# {{< version 0.2.0 changed >}} Page config
[params.page]
@@ -611,6 +618,7 @@ Note that some of these parameters are explained in details in other sections of
# Author config
[author]
name = "xxxx"
+ email = ""
link = ""
# Sitemap config
diff --git a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
index 18cbb65..17970d2 100644
--- a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
@@ -247,6 +247,8 @@ hugo
paginate = 20
# 日期格式 (月和日)
dateFormat = "01-02"
+ # RSS 文章数目
+ rss = 10
# {{< version 0.2.0 >}} List (目录或标签) 页面配置
[params.list]
@@ -254,9 +256,13 @@ hugo
paginate = 20
# 日期格式 (月和日)
dateFormat = "01-02"
+ # RSS 文章数目
+ rss = 10
# 主页配置
[params.home]
+ # {{< version 0.2.0 >}} RSS 文章数目
+ rss = 10
# 主页个人信息
[params.home.profile]
enable = true
@@ -346,6 +352,7 @@ hugo
# XMPP = "xxxx"
# Matrix = "xxxx"
Bilibili = "xxxx"
+ RSS = true # {{< version 0.2.0 >}}
# {{< version 0.2.0 changed >}} 文章页面配置
[params.page]
@@ -609,6 +616,7 @@ hugo
# 作者配置
[author]
name = "xxxx"
+ email = ""
link = ""
# 网站地图配置