diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 42f698c0..093a4937 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -87,7 +87,7 @@ smartTOCHideUnfocusedChildren = false showLikes = false showTableOfContents = true showCards = true - orderByWeight = false + orderByWeight = true groupByYear = false cardView = true cardViewScreenWidth = false diff --git a/exampleSite/content/docs/advanced-customisation/index.it.md b/exampleSite/content/docs/advanced-customisation/index.it.md index cfa95e89..5ea6cd25 100644 --- a/exampleSite/content/docs/advanced-customisation/index.it.md +++ b/exampleSite/content/docs/advanced-customisation/index.it.md @@ -1,6 +1,6 @@ --- title: "Advanced Customisation" -date: 2020-08-08 +weight: 13 draft: false description: "Learn how to build Blowfish manually." slug: "advanced-customisation" diff --git a/exampleSite/content/docs/advanced-customisation/index.ja.md b/exampleSite/content/docs/advanced-customisation/index.ja.md index cfa95e89..5ea6cd25 100644 --- a/exampleSite/content/docs/advanced-customisation/index.ja.md +++ b/exampleSite/content/docs/advanced-customisation/index.ja.md @@ -1,6 +1,6 @@ --- title: "Advanced Customisation" -date: 2020-08-08 +weight: 13 draft: false description: "Learn how to build Blowfish manually." slug: "advanced-customisation" diff --git a/exampleSite/content/docs/advanced-customisation/index.md b/exampleSite/content/docs/advanced-customisation/index.md index cfa95e89..5ea6cd25 100644 --- a/exampleSite/content/docs/advanced-customisation/index.md +++ b/exampleSite/content/docs/advanced-customisation/index.md @@ -1,6 +1,6 @@ --- title: "Advanced Customisation" -date: 2020-08-08 +weight: 13 draft: false description: "Learn how to build Blowfish manually." slug: "advanced-customisation" diff --git a/exampleSite/content/docs/advanced-customisation/index.zh-cn.md b/exampleSite/content/docs/advanced-customisation/index.zh-cn.md index bc91819b..f9cea33d 100644 --- a/exampleSite/content/docs/advanced-customisation/index.zh-cn.md +++ b/exampleSite/content/docs/advanced-customisation/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: 进阶自定义 -date: 2020-08-08 +weight: 13 draft: false description: "了解如何手动构建 Blowfish。" slug: "advanced-customisation" diff --git a/exampleSite/content/docs/configuration/index.it.md b/exampleSite/content/docs/configuration/index.it.md index b676a3e2..9ab5fc66 100644 --- a/exampleSite/content/docs/configuration/index.it.md +++ b/exampleSite/content/docs/configuration/index.it.md @@ -1,6 +1,6 @@ --- title: "Configuration" -date: 2020-08-14 +weight: 4 draft: false description: "All the configuration variables available in Blowfish." slug: "configuration" diff --git a/exampleSite/content/docs/configuration/index.ja.md b/exampleSite/content/docs/configuration/index.ja.md index b676a3e2..9ab5fc66 100644 --- a/exampleSite/content/docs/configuration/index.ja.md +++ b/exampleSite/content/docs/configuration/index.ja.md @@ -1,6 +1,6 @@ --- title: "Configuration" -date: 2020-08-14 +weight: 4 draft: false description: "All the configuration variables available in Blowfish." slug: "configuration" diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index 1f01f232..ac070d79 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -1,6 +1,6 @@ --- title: "Configuration" -date: 2020-08-14 +weight: 4 draft: false description: "All the configuration variables available in Blowfish." slug: "configuration" diff --git a/exampleSite/content/docs/configuration/index.zh-cn.md b/exampleSite/content/docs/configuration/index.zh-cn.md index 48affd3a..bda9616d 100644 --- a/exampleSite/content/docs/configuration/index.zh-cn.md +++ b/exampleSite/content/docs/configuration/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "配置" -date: 2020-08-14 +weight: 4 draft: false description: "介绍 Blowfish 中所有可用的的配置变量。" slug: "configuration" diff --git a/exampleSite/content/docs/content-examples/index.it.md b/exampleSite/content/docs/content-examples/index.it.md index 98902af6..35270195 100644 --- a/exampleSite/content/docs/content-examples/index.it.md +++ b/exampleSite/content/docs/content-examples/index.it.md @@ -1,6 +1,6 @@ --- title: "Content Examples" -date: 2020-08-09 +weight: 11 draft: false description: "All the partials available in Blowfish." slug: "content-examples" diff --git a/exampleSite/content/docs/content-examples/index.ja.md b/exampleSite/content/docs/content-examples/index.ja.md index 98902af6..35270195 100644 --- a/exampleSite/content/docs/content-examples/index.ja.md +++ b/exampleSite/content/docs/content-examples/index.ja.md @@ -1,6 +1,6 @@ --- title: "Content Examples" -date: 2020-08-09 +weight: 11 draft: false description: "All the partials available in Blowfish." slug: "content-examples" diff --git a/exampleSite/content/docs/content-examples/index.md b/exampleSite/content/docs/content-examples/index.md index 98902af6..35270195 100644 --- a/exampleSite/content/docs/content-examples/index.md +++ b/exampleSite/content/docs/content-examples/index.md @@ -1,6 +1,6 @@ --- title: "Content Examples" -date: 2020-08-09 +weight: 11 draft: false description: "All the partials available in Blowfish." slug: "content-examples" diff --git a/exampleSite/content/docs/content-examples/index.zh-cn.md b/exampleSite/content/docs/content-examples/index.zh-cn.md index 66521a2e..343db7f2 100644 --- a/exampleSite/content/docs/content-examples/index.zh-cn.md +++ b/exampleSite/content/docs/content-examples/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "内容示例" -date: 2020-08-09 +weight: 11 draft: false description: "包含 Blowfish 中所有可用部分的示例、" slug: "content-examples" diff --git a/exampleSite/content/docs/firebase-views/index.it.md b/exampleSite/content/docs/firebase-views/index.it.md index 8782a089..254056b8 100644 --- a/exampleSite/content/docs/firebase-views/index.it.md +++ b/exampleSite/content/docs/firebase-views/index.it.md @@ -1,6 +1,6 @@ --- title: "Firebase: Views & Likes" -date: 2020-08-03 +weight: 15 draft: false description: "Learn how to integrate Firebase and get dynamic data for views and likes." slug: "firebase-views" diff --git a/exampleSite/content/docs/firebase-views/index.ja.md b/exampleSite/content/docs/firebase-views/index.ja.md index 8782a089..254056b8 100644 --- a/exampleSite/content/docs/firebase-views/index.ja.md +++ b/exampleSite/content/docs/firebase-views/index.ja.md @@ -1,6 +1,6 @@ --- title: "Firebase: Views & Likes" -date: 2020-08-03 +weight: 15 draft: false description: "Learn how to integrate Firebase and get dynamic data for views and likes." slug: "firebase-views" diff --git a/exampleSite/content/docs/firebase-views/index.md b/exampleSite/content/docs/firebase-views/index.md index 8782a089..254056b8 100644 --- a/exampleSite/content/docs/firebase-views/index.md +++ b/exampleSite/content/docs/firebase-views/index.md @@ -1,6 +1,6 @@ --- title: "Firebase: Views & Likes" -date: 2020-08-03 +weight: 15 draft: false description: "Learn how to integrate Firebase and get dynamic data for views and likes." slug: "firebase-views" diff --git a/exampleSite/content/docs/firebase-views/index.zh-cn.md b/exampleSite/content/docs/firebase-views/index.zh-cn.md index 9525ead8..0b3754ea 100644 --- a/exampleSite/content/docs/firebase-views/index.zh-cn.md +++ b/exampleSite/content/docs/firebase-views/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "Firebase: 阅读量 & 点赞量" -date: 2020-08-03 +weight: 15 draft: false description: "了解 Blowfish 如何集成 Firebase,并动态显示阅读量和点赞量。" slug: "firebase-views" diff --git a/exampleSite/content/docs/front-matter/index.it.md b/exampleSite/content/docs/front-matter/index.it.md index 38c477b4..c8ee7e02 100644 --- a/exampleSite/content/docs/front-matter/index.it.md +++ b/exampleSite/content/docs/front-matter/index.it.md @@ -1,6 +1,6 @@ --- title: "Front Matter" -date: 2020-08-10 +weight: 7 draft: false description: "All the front matter variables available in Blowfish." slug: "front-matter" diff --git a/exampleSite/content/docs/front-matter/index.ja.md b/exampleSite/content/docs/front-matter/index.ja.md index 38c477b4..c8ee7e02 100644 --- a/exampleSite/content/docs/front-matter/index.ja.md +++ b/exampleSite/content/docs/front-matter/index.ja.md @@ -1,6 +1,6 @@ --- title: "Front Matter" -date: 2020-08-10 +weight: 7 draft: false description: "All the front matter variables available in Blowfish." slug: "front-matter" diff --git a/exampleSite/content/docs/front-matter/index.md b/exampleSite/content/docs/front-matter/index.md index 38c477b4..c8ee7e02 100644 --- a/exampleSite/content/docs/front-matter/index.md +++ b/exampleSite/content/docs/front-matter/index.md @@ -1,6 +1,6 @@ --- title: "Front Matter" -date: 2020-08-10 +weight: 7 draft: false description: "All the front matter variables available in Blowfish." slug: "front-matter" diff --git a/exampleSite/content/docs/front-matter/index.zh-cn.md b/exampleSite/content/docs/front-matter/index.zh-cn.md index bee82130..884721b8 100644 --- a/exampleSite/content/docs/front-matter/index.zh-cn.md +++ b/exampleSite/content/docs/front-matter/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "Front Matter" -date: 2020-08-10 +weight: 7 draft: false description: "文本主要介绍 Blowfish 中页面中可以添加的所有的 Front Matter 参数。" slug: "front-matter" diff --git a/exampleSite/content/docs/getting-started/index.it.md b/exampleSite/content/docs/getting-started/index.it.md index 67919e47..9b1db764 100644 --- a/exampleSite/content/docs/getting-started/index.it.md +++ b/exampleSite/content/docs/getting-started/index.it.md @@ -1,6 +1,6 @@ --- title: "Per iniziare" -date: 2020-08-15 +weight: 3 draft: false description: "Tutte le variabili del front matter sono disponibili in Blowfish." slug: "per-iniziare" diff --git a/exampleSite/content/docs/getting-started/index.ja.md b/exampleSite/content/docs/getting-started/index.ja.md index 5d8230b9..25002c2b 100644 --- a/exampleSite/content/docs/getting-started/index.ja.md +++ b/exampleSite/content/docs/getting-started/index.ja.md @@ -1,6 +1,6 @@ --- title: "Getting Started" -date: 2020-08-15 +weight: 3 draft: false description: "All the front matter variables available in Blowfish." slug: "getting-started" diff --git a/exampleSite/content/docs/getting-started/index.md b/exampleSite/content/docs/getting-started/index.md index 5d8230b9..25002c2b 100644 --- a/exampleSite/content/docs/getting-started/index.md +++ b/exampleSite/content/docs/getting-started/index.md @@ -1,6 +1,6 @@ --- title: "Getting Started" -date: 2020-08-15 +weight: 3 draft: false description: "All the front matter variables available in Blowfish." slug: "getting-started" diff --git a/exampleSite/content/docs/getting-started/index.zh-cn.md b/exampleSite/content/docs/getting-started/index.zh-cn.md index 0000536d..01e6fa0f 100644 --- a/exampleSite/content/docs/getting-started/index.zh-cn.md +++ b/exampleSite/content/docs/getting-started/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "入门指南" -date: 2020-08-15 +weight: 3 draft: false description: "所有在你要使用 Blowfish 主题搭建网站之前的准备工作" slug: "getting-started" diff --git a/exampleSite/content/docs/homepage-layout/index.it.md b/exampleSite/content/docs/homepage-layout/index.it.md index 0f671aca..14ea10b8 100644 --- a/exampleSite/content/docs/homepage-layout/index.it.md +++ b/exampleSite/content/docs/homepage-layout/index.it.md @@ -1,6 +1,6 @@ --- title: "Homepage Layout" -date: 2020-08-13 +weight: 5 draft: false description: "Configuring the homepage layout in the Blowfish theme." slug: "homepage-layout" diff --git a/exampleSite/content/docs/homepage-layout/index.ja.md b/exampleSite/content/docs/homepage-layout/index.ja.md index 0f671aca..14ea10b8 100644 --- a/exampleSite/content/docs/homepage-layout/index.ja.md +++ b/exampleSite/content/docs/homepage-layout/index.ja.md @@ -1,6 +1,6 @@ --- title: "Homepage Layout" -date: 2020-08-13 +weight: 5 draft: false description: "Configuring the homepage layout in the Blowfish theme." slug: "homepage-layout" diff --git a/exampleSite/content/docs/homepage-layout/index.md b/exampleSite/content/docs/homepage-layout/index.md index 0f671aca..14ea10b8 100644 --- a/exampleSite/content/docs/homepage-layout/index.md +++ b/exampleSite/content/docs/homepage-layout/index.md @@ -1,6 +1,6 @@ --- title: "Homepage Layout" -date: 2020-08-13 +weight: 5 draft: false description: "Configuring the homepage layout in the Blowfish theme." slug: "homepage-layout" diff --git a/exampleSite/content/docs/homepage-layout/index.zh-cn.md b/exampleSite/content/docs/homepage-layout/index.zh-cn.md index 1fe79bb7..44c6ec5f 100644 --- a/exampleSite/content/docs/homepage-layout/index.zh-cn.md +++ b/exampleSite/content/docs/homepage-layout/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "主页布局" -date: 2020-08-13 +weight: 5 draft: false description: "在 Blowfish 主题中设置主页布局。" slug: "homepage-layout" diff --git a/exampleSite/content/docs/hosting-deployment/index.it.md b/exampleSite/content/docs/hosting-deployment/index.it.md index 8caa2e27..dd04bc14 100644 --- a/exampleSite/content/docs/hosting-deployment/index.it.md +++ b/exampleSite/content/docs/hosting-deployment/index.it.md @@ -1,6 +1,6 @@ --- title: "Hosting & Deployment" -date: 2020-08-07 +weight: 14 draft: false description: "Learn how to deploy a Blowfish site." slug: "hosting-deployment" diff --git a/exampleSite/content/docs/hosting-deployment/index.ja.md b/exampleSite/content/docs/hosting-deployment/index.ja.md index 8caa2e27..dd04bc14 100644 --- a/exampleSite/content/docs/hosting-deployment/index.ja.md +++ b/exampleSite/content/docs/hosting-deployment/index.ja.md @@ -1,6 +1,6 @@ --- title: "Hosting & Deployment" -date: 2020-08-07 +weight: 14 draft: false description: "Learn how to deploy a Blowfish site." slug: "hosting-deployment" diff --git a/exampleSite/content/docs/hosting-deployment/index.md b/exampleSite/content/docs/hosting-deployment/index.md index 8caa2e27..dd04bc14 100644 --- a/exampleSite/content/docs/hosting-deployment/index.md +++ b/exampleSite/content/docs/hosting-deployment/index.md @@ -1,6 +1,6 @@ --- title: "Hosting & Deployment" -date: 2020-08-07 +weight: 14 draft: false description: "Learn how to deploy a Blowfish site." slug: "hosting-deployment" diff --git a/exampleSite/content/docs/hosting-deployment/index.zh-cn.md b/exampleSite/content/docs/hosting-deployment/index.zh-cn.md index ddfabc38..aa6ce7fb 100644 --- a/exampleSite/content/docs/hosting-deployment/index.zh-cn.md +++ b/exampleSite/content/docs/hosting-deployment/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "托管和部署" -date: 2020-08-07 +weight: 14 draft: false description: "了解如何部署 Blowfish 网页。" slug: "hosting-deployment" @@ -21,7 +21,7 @@ Hugo 官方[托管与部署](https://gohugo.io/hosting-and-deployment/)文档是 - [Netlify](#netlify) - [Render](#render) - [Cloudflare Pages](#cloudflare-pages) -- [共享主机,VPS 或者 私有服务器](#shared-hosting-vps-or-private-web-server) +- [共享主机,VPS 或者 私有服务器](#共享主机vps-或者-私有服务器) --- diff --git a/exampleSite/content/docs/installation/index.it.md b/exampleSite/content/docs/installation/index.it.md index abc878a9..61cf00d9 100644 --- a/exampleSite/content/docs/installation/index.it.md +++ b/exampleSite/content/docs/installation/index.it.md @@ -1,6 +1,6 @@ --- title: "Installazione" -date: 2020-08-16 +weight: 2 draft: false description: "Come installare il tema Blowfish." slug: "installation" diff --git a/exampleSite/content/docs/installation/index.ja.md b/exampleSite/content/docs/installation/index.ja.md index 433ae24b..a0504aed 100644 --- a/exampleSite/content/docs/installation/index.ja.md +++ b/exampleSite/content/docs/installation/index.ja.md @@ -1,6 +1,6 @@ --- title: "Installation" -date: 2020-08-16 +weight: 2 draft: false description: "How to install the Blowfish theme." slug: "installation" diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md index 433ae24b..a0504aed 100644 --- a/exampleSite/content/docs/installation/index.md +++ b/exampleSite/content/docs/installation/index.md @@ -1,6 +1,6 @@ --- title: "Installation" -date: 2020-08-16 +weight: 2 draft: false description: "How to install the Blowfish theme." slug: "installation" diff --git a/exampleSite/content/docs/installation/index.zh-cn.md b/exampleSite/content/docs/installation/index.zh-cn.md index eb094436..41808010 100644 --- a/exampleSite/content/docs/installation/index.zh-cn.md +++ b/exampleSite/content/docs/installation/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "安装和配置" -date: 2020-08-16 +weight: 2 draft: false description: "如何安装 Blowfish 主题。" slug: "installation" diff --git a/exampleSite/content/docs/multi-author/index.it.md b/exampleSite/content/docs/multi-author/index.it.md index c1f433fa..472c743b 100644 --- a/exampleSite/content/docs/multi-author/index.it.md +++ b/exampleSite/content/docs/multi-author/index.it.md @@ -1,6 +1,6 @@ --- title: "Multiple Authors" -date: 2020-08-10 +weight: 8 draft: false description: "Configure multiple authors for your articles." slug: "multi-author" diff --git a/exampleSite/content/docs/multi-author/index.ja.md b/exampleSite/content/docs/multi-author/index.ja.md index c1f433fa..472c743b 100644 --- a/exampleSite/content/docs/multi-author/index.ja.md +++ b/exampleSite/content/docs/multi-author/index.ja.md @@ -1,6 +1,6 @@ --- title: "Multiple Authors" -date: 2020-08-10 +weight: 8 draft: false description: "Configure multiple authors for your articles." slug: "multi-author" diff --git a/exampleSite/content/docs/multi-author/index.md b/exampleSite/content/docs/multi-author/index.md index c1f433fa..472c743b 100644 --- a/exampleSite/content/docs/multi-author/index.md +++ b/exampleSite/content/docs/multi-author/index.md @@ -1,6 +1,6 @@ --- title: "Multiple Authors" -date: 2020-08-10 +weight: 8 draft: false description: "Configure multiple authors for your articles." slug: "multi-author" diff --git a/exampleSite/content/docs/multi-author/index.zh-cn.md b/exampleSite/content/docs/multi-author/index.zh-cn.md index fa31d1fc..068379ec 100644 --- a/exampleSite/content/docs/multi-author/index.zh-cn.md +++ b/exampleSite/content/docs/multi-author/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "多创作者模式" -date: 2020-08-10 +weight: 8 draft: false description: "为你的文章设置多个作者。" slug: "multi-author" diff --git a/exampleSite/content/docs/partials/index.it.md b/exampleSite/content/docs/partials/index.it.md index 66b6f8ba..30c6ecd2 100644 --- a/exampleSite/content/docs/partials/index.it.md +++ b/exampleSite/content/docs/partials/index.it.md @@ -1,6 +1,6 @@ --- title: "Partials" -date: 2020-08-10 +weight: 9 draft: false description: "All the partials available in Blowfish." slug: "partials" diff --git a/exampleSite/content/docs/partials/index.ja.md b/exampleSite/content/docs/partials/index.ja.md index 66b6f8ba..30c6ecd2 100644 --- a/exampleSite/content/docs/partials/index.ja.md +++ b/exampleSite/content/docs/partials/index.ja.md @@ -1,6 +1,6 @@ --- title: "Partials" -date: 2020-08-10 +weight: 9 draft: false description: "All the partials available in Blowfish." slug: "partials" diff --git a/exampleSite/content/docs/partials/index.md b/exampleSite/content/docs/partials/index.md index 716044be..8a3ebbad 100644 --- a/exampleSite/content/docs/partials/index.md +++ b/exampleSite/content/docs/partials/index.md @@ -1,6 +1,6 @@ --- title: "Partials" -date: 2020-08-10 +weight: 9 draft: false description: "All the partials available in Blowfish." slug: "partials" diff --git a/exampleSite/content/docs/partials/index.zh-cn.md b/exampleSite/content/docs/partials/index.zh-cn.md index cd810c6e..fc02d69e 100644 --- a/exampleSite/content/docs/partials/index.zh-cn.md +++ b/exampleSite/content/docs/partials/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "Partials" -date: 2020-08-10 +weight: 9 draft: false description: "所有 Blowfish 可以配置的 Partials" slug: "partials" diff --git a/exampleSite/content/docs/series/index.it.md b/exampleSite/content/docs/series/index.it.md index ab514089..33857b17 100644 --- a/exampleSite/content/docs/series/index.it.md +++ b/exampleSite/content/docs/series/index.it.md @@ -1,6 +1,6 @@ --- title: "Series" -date: 2020-08-09 +weight: 12 draft: false description: "Learn how to group articles under a series." slug: "series" diff --git a/exampleSite/content/docs/series/index.ja.md b/exampleSite/content/docs/series/index.ja.md index ab514089..33857b17 100644 --- a/exampleSite/content/docs/series/index.ja.md +++ b/exampleSite/content/docs/series/index.ja.md @@ -1,6 +1,6 @@ --- title: "Series" -date: 2020-08-09 +weight: 12 draft: false description: "Learn how to group articles under a series." slug: "series" diff --git a/exampleSite/content/docs/series/index.md b/exampleSite/content/docs/series/index.md index ab514089..33857b17 100644 --- a/exampleSite/content/docs/series/index.md +++ b/exampleSite/content/docs/series/index.md @@ -1,6 +1,6 @@ --- title: "Series" -date: 2020-08-09 +weight: 12 draft: false description: "Learn how to group articles under a series." slug: "series" diff --git a/exampleSite/content/docs/series/index.zh-cn.md b/exampleSite/content/docs/series/index.zh-cn.md index 3176ebb0..2c1b9415 100644 --- a/exampleSite/content/docs/series/index.zh-cn.md +++ b/exampleSite/content/docs/series/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "系列" -date: 2020-08-09 +weight: 12 draft: false description: "了解如何将文章分组到系列中。" slug: "series" diff --git a/exampleSite/content/docs/shortcodes/index.it.md b/exampleSite/content/docs/shortcodes/index.it.md index 2222eb96..ba1bd718 100644 --- a/exampleSite/content/docs/shortcodes/index.it.md +++ b/exampleSite/content/docs/shortcodes/index.it.md @@ -1,6 +1,6 @@ --- title: "Shortcodes" -date: 2020-08-11 +weight: 6 draft: false description: "All the shortcodes available in Blowfish." slug: "shortcodes" diff --git a/exampleSite/content/docs/shortcodes/index.ja.md b/exampleSite/content/docs/shortcodes/index.ja.md index 2222eb96..ba1bd718 100644 --- a/exampleSite/content/docs/shortcodes/index.ja.md +++ b/exampleSite/content/docs/shortcodes/index.ja.md @@ -1,6 +1,6 @@ --- title: "Shortcodes" -date: 2020-08-11 +weight: 6 draft: false description: "All the shortcodes available in Blowfish." slug: "shortcodes" diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index d99718d8..9bb3f042 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -1,6 +1,6 @@ --- title: "Shortcodes" -date: 2020-08-11 +weight: 6 draft: false description: "All the shortcodes available in Blowfish." slug: "shortcodes" diff --git a/exampleSite/content/docs/shortcodes/index.zh-cn.md b/exampleSite/content/docs/shortcodes/index.zh-cn.md index c2ca4f11..91c0f483 100644 --- a/exampleSite/content/docs/shortcodes/index.zh-cn.md +++ b/exampleSite/content/docs/shortcodes/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "简码" -date: 2020-08-11 +weight: 6 draft: false description: "所有 Blowfish 中可用的简码" slug: "shortcodes" diff --git a/exampleSite/content/docs/thumbnails/index.it.md b/exampleSite/content/docs/thumbnails/index.it.md index 912373f1..a7f27a25 100644 --- a/exampleSite/content/docs/thumbnails/index.it.md +++ b/exampleSite/content/docs/thumbnails/index.it.md @@ -1,6 +1,6 @@ --- title: "Thumbnails" -date: 2020-08-10 +weight: 10 draft: false description: "Turn on thumbnails for your articles." slug: "thumbnails" diff --git a/exampleSite/content/docs/thumbnails/index.ja.md b/exampleSite/content/docs/thumbnails/index.ja.md index 912373f1..a7f27a25 100644 --- a/exampleSite/content/docs/thumbnails/index.ja.md +++ b/exampleSite/content/docs/thumbnails/index.ja.md @@ -1,6 +1,6 @@ --- title: "Thumbnails" -date: 2020-08-10 +weight: 10 draft: false description: "Turn on thumbnails for your articles." slug: "thumbnails" diff --git a/exampleSite/content/docs/thumbnails/index.md b/exampleSite/content/docs/thumbnails/index.md index 912373f1..a7f27a25 100644 --- a/exampleSite/content/docs/thumbnails/index.md +++ b/exampleSite/content/docs/thumbnails/index.md @@ -1,6 +1,6 @@ --- title: "Thumbnails" -date: 2020-08-10 +weight: 10 draft: false description: "Turn on thumbnails for your articles." slug: "thumbnails" diff --git a/exampleSite/content/docs/thumbnails/index.zh-cn.md b/exampleSite/content/docs/thumbnails/index.zh-cn.md index 76108731..639182c7 100644 --- a/exampleSite/content/docs/thumbnails/index.zh-cn.md +++ b/exampleSite/content/docs/thumbnails/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "缩略图" -date: 2020-08-10 +weight: 10 draft: false description: "为你的文章配置缩略图。" slug: "thumbnails" diff --git a/exampleSite/content/docs/welcome/index.it.md b/exampleSite/content/docs/welcome/index.it.md index 994c9739..f70144ff 100644 --- a/exampleSite/content/docs/welcome/index.it.md +++ b/exampleSite/content/docs/welcome/index.it.md @@ -1,6 +1,6 @@ --- title: "Benvenuti a Blowfish" -date: 2022-01-19 +weight: 1 draft: false description: "Scopri le novità della versione 2.0 di Blowfish." tags: ["novità", "documenti"] diff --git a/exampleSite/content/docs/welcome/index.ja.md b/exampleSite/content/docs/welcome/index.ja.md index 90a71535..95e1fe39 100644 --- a/exampleSite/content/docs/welcome/index.ja.md +++ b/exampleSite/content/docs/welcome/index.ja.md @@ -1,6 +1,6 @@ --- title: "Welcome to Blowfish" -date: 2022-01-19 +weight: 1 draft: false description: "Discover what's new in Blowfish version 2.0." tags: ["new", "docs"] diff --git a/exampleSite/content/docs/welcome/index.md b/exampleSite/content/docs/welcome/index.md index ca49a977..e3795834 100644 --- a/exampleSite/content/docs/welcome/index.md +++ b/exampleSite/content/docs/welcome/index.md @@ -1,6 +1,6 @@ --- title: "Welcome to Blowfish" -date: 2022-01-19 +weight: 1 draft: false description: "Discover what's new in Blowfish version 2.0." tags: ["new", "docs"] diff --git a/exampleSite/content/docs/welcome/index.zh-cn.md b/exampleSite/content/docs/welcome/index.zh-cn.md index f85ce1f8..a2222c52 100644 --- a/exampleSite/content/docs/welcome/index.zh-cn.md +++ b/exampleSite/content/docs/welcome/index.zh-cn.md @@ -1,6 +1,6 @@ --- title: "欢迎来到 Blowfish" -date: 2022-01-19 +weight: 1 draft: false description: "探索 Blowfish 2.0版本的新功能。" tags: ["新手", "文档"]