diff --git a/exampleSite/content/about.en.md b/exampleSite/content/about.en.md index 29671549..10fc4b93 100644 --- a/exampleSite/content/about.en.md +++ b/exampleSite/content/about.en.md @@ -3,9 +3,10 @@ title: "About LoveIt" date: 2019-08-02T11:04:49+08:00 draft: false +lightgallery: true + math: enable: true -lightgallery: true --- [![GitHub release (latest by date)](https://img.shields.io/github/v/release/dillonzq/LoveIt?style=flat-square)](https://github.com/dillonzq/LoveIt/releases) diff --git a/exampleSite/content/about.fr.md b/exampleSite/content/about.fr.md index 5e550270..639f39eb 100644 --- a/exampleSite/content/about.fr.md +++ b/exampleSite/content/about.fr.md @@ -3,9 +3,10 @@ title: "À propos de LoveIt" date: 2019-08-02T11:04:49+08:00 draft: false +lightgallery: true + math: enable: true -lightgallery: true --- [![GitHub release (latest by date)](https://img.shields.io/github/v/release/dillonzq/LoveIt?style=flat-square)](https://github.com/dillonzq/LoveIt/releases) diff --git a/exampleSite/content/about.zh-cn.md b/exampleSite/content/about.zh-cn.md index e2cf691c..ac6f93a9 100644 --- a/exampleSite/content/about.zh-cn.md +++ b/exampleSite/content/about.zh-cn.md @@ -3,9 +3,10 @@ title: "关于 LoveIt" date: 2019-08-02T11:04:49+08:00 draft: false +lightgallery: true + math: enable: true -lightgallery: true --- [![GitHub release (latest by date)](https://img.shields.io/github/v/release/dillonzq/LoveIt?style=flat-square)](https://github.com/dillonzq/LoveIt/releases) diff --git a/exampleSite/content/categories/documentation/_index.en.md b/exampleSite/content/categories/documentation/_index.en.md index 3050ea74..b40df67a 100644 --- a/exampleSite/content/categories/documentation/_index.en.md +++ b/exampleSite/content/categories/documentation/_index.en.md @@ -1,4 +1,3 @@ --- title: "Documentation" -slug: "documentation" --- diff --git a/exampleSite/content/categories/documentation/_index.fr.md b/exampleSite/content/categories/documentation/_index.fr.md index 3050ea74..b40df67a 100644 --- a/exampleSite/content/categories/documentation/_index.fr.md +++ b/exampleSite/content/categories/documentation/_index.fr.md @@ -1,4 +1,3 @@ --- title: "Documentation" -slug: "documentation" --- diff --git a/exampleSite/content/categories/documentation/_index.zh-cn.md b/exampleSite/content/categories/documentation/_index.zh-cn.md index 9168d971..ceb16165 100644 --- a/exampleSite/content/categories/documentation/_index.zh-cn.md +++ b/exampleSite/content/categories/documentation/_index.zh-cn.md @@ -1,4 +1,3 @@ --- title: "文档" -slug: "documentation" --- diff --git a/exampleSite/content/posts/basic-markdown-syntax.en.md b/exampleSite/content/posts/basic-markdown-syntax.en.md index 26456b18..d290703e 100644 --- a/exampleSite/content/posts/basic-markdown-syntax.en.md +++ b/exampleSite/content/posts/basic-markdown-syntax.en.md @@ -8,9 +8,8 @@ author: "Dillon" authorLink: "https://dillonzq.com" description: "This article shows the basic Markdown syntax and format." -tags: ["markdown"] -categories: ["markdown"] - +tags: ["Markdown"] +categories: ["Markdown"] featuredImage: "/images/basic-markdown-syntax/featured-image.png" lightgallery: true diff --git a/exampleSite/content/posts/basic-markdown-syntax.fr.md b/exampleSite/content/posts/basic-markdown-syntax.fr.md index 13ce18d8..20c56afb 100644 --- a/exampleSite/content/posts/basic-markdown-syntax.fr.md +++ b/exampleSite/content/posts/basic-markdown-syntax.fr.md @@ -8,9 +8,8 @@ author: "Dillon" authorLink: "https://dillonzq.com" description: "Cet article présente la syntaxe et le format de base de Markdown." -tags: ["markdown"] -categories: ["markdown"] - +tags: ["Markdown"] +categories: ["Markdown"] featuredImage: "/images/basic-markdown-syntax/featured-image.png" lightgallery: true diff --git a/exampleSite/content/posts/basic-markdown-syntax.zh-cn.md b/exampleSite/content/posts/basic-markdown-syntax.zh-cn.md index 9dd866f7..4e99c76a 100644 --- a/exampleSite/content/posts/basic-markdown-syntax.zh-cn.md +++ b/exampleSite/content/posts/basic-markdown-syntax.zh-cn.md @@ -8,9 +8,8 @@ author: "Dillon" authorLink: "https://dillonzq.com" description: "这篇文章展示了基本的 Markdown 语法和格式." -tags: ["markdown"] -categories: ["markdown"] - +tags: ["Markdown"] +categories: ["Markdown"] featuredImage: "/images/basic-markdown-syntax/featured-image.png" lightgallery: true diff --git a/exampleSite/content/posts/emoji-support.en.md b/exampleSite/content/posts/emoji-support.en.md index d214a6f9..28113c28 100644 --- a/exampleSite/content/posts/emoji-support.en.md +++ b/exampleSite/content/posts/emoji-support.en.md @@ -9,8 +9,7 @@ authorLink: "https://dillonzq.com" description: "Guide to emoji usage in Hugo and LoveIt." tags: ["emoji"] -categories: ["markdown"] - +categories: ["Markdown"] featuredImage: "/images/emoji-support/featured-image.jpg" lightgallery: true diff --git a/exampleSite/content/posts/emoji-support.fr.md b/exampleSite/content/posts/emoji-support.fr.md index 590f874f..0d1b386f 100644 --- a/exampleSite/content/posts/emoji-support.fr.md +++ b/exampleSite/content/posts/emoji-support.fr.md @@ -9,11 +9,8 @@ authorLink: "https://dillonzq.com" description: "Guide d'utilisation des emoji dans Hugo et LoveIt." tags: ["emoji"] -categories: ["markdown"] -hiddenFromHomePage: false - +categories: ["Markdown"] featuredImage: "/images/emoji-support/featured-image.jpg" -featuredImagePreview: "" lightgallery: true --- diff --git a/exampleSite/content/posts/emoji-support.zh-cn.md b/exampleSite/content/posts/emoji-support.zh-cn.md index aee970f7..4514baa9 100644 --- a/exampleSite/content/posts/emoji-support.zh-cn.md +++ b/exampleSite/content/posts/emoji-support.zh-cn.md @@ -9,8 +9,7 @@ authorLink: "https://dillonzq.com" description: "Hugo 和 LoveIt 中的 Emoji 的用法指南." tags: ["emoji"] -categories: ["markdown"] - +categories: ["Markdown"] featuredImage: "/images/emoji-support/featured-image.jpg" lightgallery: true diff --git a/exampleSite/content/posts/theme-documentation-basics.en.md b/exampleSite/content/posts/theme-documentation-basics.en.md index 410e4858..a5a7966c 100644 --- a/exampleSite/content/posts/theme-documentation-basics.en.md +++ b/exampleSite/content/posts/theme-documentation-basics.en.md @@ -10,12 +10,12 @@ description: "Discover what the Hugo - LoveIt theme is all about and the core-co tags: ["installation", "configuration"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-basics/featured-image.jpg" +lightgallery: true + toc: auto: false -lightgallery: true --- Discover what the Hugo - **LoveIt** theme is all about and the core-concepts behind it. diff --git a/exampleSite/content/posts/theme-documentation-basics.fr.md b/exampleSite/content/posts/theme-documentation-basics.fr.md index 4ce6b893..f2b7e92b 100644 --- a/exampleSite/content/posts/theme-documentation-basics.fr.md +++ b/exampleSite/content/posts/theme-documentation-basics.fr.md @@ -10,12 +10,12 @@ description: "Découvrez en quoi consiste le thème Hugo - LoveIt et les concept tags: ["installation", "configuration"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-basics/featured-image.jpg" +lightgallery: true + toc: auto: false -lightgallery: true --- Découvrez en quoi consiste le thème Hugo - **LoveIt** et les concepts fondamentaux qui le sous-tendent. diff --git a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md index 17970d20..498de03e 100644 --- a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md @@ -8,14 +8,14 @@ author: "Dillon" authorLink: "https://dillonzq.com" description: "探索 Hugo - LoveIt 主题的全部内容和背后的核心概念." -tags: ["安装", "配置"] +tags: ["installation", "configuration"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-basics/featured-image.jpg" +lightgallery: true + toc: auto: false -lightgallery: true --- 探索 Hugo - **LoveIt** 主题的全部内容和背后的核心概念. diff --git a/exampleSite/content/posts/theme-documentation-built-in-shortcodes.en.md b/exampleSite/content/posts/theme-documentation-built-in-shortcodes.en.md index 1c826209..1621cc0c 100644 --- a/exampleSite/content/posts/theme-documentation-built-in-shortcodes.en.md +++ b/exampleSite/content/posts/theme-documentation-built-in-shortcodes.en.md @@ -10,7 +10,6 @@ description: "Hugo provides multiple built-in shortcodes for author convenience tags: ["shortcodes"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-built-in-shortcodes/featured-image.png" lightgallery: true diff --git a/exampleSite/content/posts/theme-documentation-built-in-shortcodes.fr.md b/exampleSite/content/posts/theme-documentation-built-in-shortcodes.fr.md index 39a33081..4a04869f 100644 --- a/exampleSite/content/posts/theme-documentation-built-in-shortcodes.fr.md +++ b/exampleSite/content/posts/theme-documentation-built-in-shortcodes.fr.md @@ -10,7 +10,6 @@ description: "Hugo fournit plusieurs shortcodes intégrés pour la commodité de tags: ["shortcodes"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-built-in-shortcodes/featured-image.png" lightgallery: true diff --git a/exampleSite/content/posts/theme-documentation-built-in-shortcodes.zh-cn.md b/exampleSite/content/posts/theme-documentation-built-in-shortcodes.zh-cn.md index 45821719..c67eaa45 100644 --- a/exampleSite/content/posts/theme-documentation-built-in-shortcodes.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-built-in-shortcodes.zh-cn.md @@ -10,7 +10,6 @@ description: "Hugo 提供了多个内置的 Shortcodes, 以方便作者保持 Ma tags: ["shortcodes"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-built-in-shortcodes/featured-image.png" lightgallery: true diff --git a/exampleSite/content/posts/theme-documentation-content.en.md b/exampleSite/content/posts/theme-documentation-content.en.md index 5ba6d375..0fe2f623 100644 --- a/exampleSite/content/posts/theme-documentation-content.en.md +++ b/exampleSite/content/posts/theme-documentation-content.en.md @@ -8,16 +8,16 @@ author: "Dillon" authorLink: "https://dillonzq.com" description: "Find out how to create and organize your content quickly and intuitively in LoveIt theme." -tags: ["content", "markdown"] +tags: ["content", "Markdown"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-content/featured-image.jpg" +lightgallery: true + toc: auto: false math: enable: true -lightgallery: true --- Find out how to create and organize your content quickly and intuitively in **LoveIt** theme. diff --git a/exampleSite/content/posts/theme-documentation-content.fr.md b/exampleSite/content/posts/theme-documentation-content.fr.md index ad079ef0..d99d1dc3 100644 --- a/exampleSite/content/posts/theme-documentation-content.fr.md +++ b/exampleSite/content/posts/theme-documentation-content.fr.md @@ -8,16 +8,16 @@ author: "Dillon" authorLink: "https://dillonzq.com" description: "Découvrez comment créer et organiser votre contenu rapidement et intuitivement dans le thème LoveIt." -tags: ["contenu", "markdown"] +tags: ["content", "Markdown"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-content/featured-image.jpg" +lightgallery: true + toc: auto: false math: enable: true -lightgallery: true --- Découvrez comment créer et organiser votre contenu rapidement et intuitivement dans le thème **LoveIt**. diff --git a/exampleSite/content/posts/theme-documentation-content.zh-cn.md b/exampleSite/content/posts/theme-documentation-content.zh-cn.md index 1b25c000..aca01c76 100644 --- a/exampleSite/content/posts/theme-documentation-content.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-content.zh-cn.md @@ -8,16 +8,16 @@ author: "Dillon" authorLink: "https://dillonzq.com" description: "了解如何在 LoveIt 主题中快速, 直观地创建和组织内容." -tags: ["内容", "markdown"] +tags: ["content", "Markdown"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-content/featured-image.jpg" +lightgallery: true + toc: auto: false math: enable: true -lightgallery: true --- 了解如何在 **LoveIt** 主题中快速, 直观地创建和组织内容. diff --git a/exampleSite/content/posts/theme-documentation-extended-shortcodes.en.md b/exampleSite/content/posts/theme-documentation-extended-shortcodes.en.md index 732163a1..6411d42f 100644 --- a/exampleSite/content/posts/theme-documentation-extended-shortcodes.en.md +++ b/exampleSite/content/posts/theme-documentation-extended-shortcodes.en.md @@ -10,7 +10,6 @@ description: "LoveIt theme provides multiple shortcodes on top of built-in ones tags: ["shortcodes"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-extended-shortcodes/featured-image.jpg" featuredImagePreview: "/images/theme-documentation-extended-shortcodes/featured-image-preview.jpg" diff --git a/exampleSite/content/posts/theme-documentation-extended-shortcodes.fr.md b/exampleSite/content/posts/theme-documentation-extended-shortcodes.fr.md index 502c60d9..c4555ef5 100644 --- a/exampleSite/content/posts/theme-documentation-extended-shortcodes.fr.md +++ b/exampleSite/content/posts/theme-documentation-extended-shortcodes.fr.md @@ -10,7 +10,6 @@ description: "Le thème LoveIt fournit plusieurs shortcodes en plus de ceux int tags: ["shortcodes"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-extended-shortcodes/featured-image.jpg" featuredImagePreview: "/images/theme-documentation-extended-shortcodes/featured-image-preview.jpg" diff --git a/exampleSite/content/posts/theme-documentation-extended-shortcodes.zh-cn.md b/exampleSite/content/posts/theme-documentation-extended-shortcodes.zh-cn.md index 974d72b6..a811016b 100644 --- a/exampleSite/content/posts/theme-documentation-extended-shortcodes.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-extended-shortcodes.zh-cn.md @@ -10,7 +10,6 @@ description: "LoveIt 主题在 Hugo 内置的 shortcode 的基础上提供多个 tags: ["shortcodes"] categories: ["documentation"] - featuredImage: "/images/theme-documentation-extended-shortcodes/featured-image.jpg" featuredImagePreview: "/images/theme-documentation-extended-shortcodes/featured-image-preview.jpg" diff --git a/exampleSite/content/tags/configuration/_index.zh-cn.md b/exampleSite/content/tags/configuration/_index.zh-cn.md new file mode 100644 index 00000000..83cf3d53 --- /dev/null +++ b/exampleSite/content/tags/configuration/_index.zh-cn.md @@ -0,0 +1,3 @@ +--- +title: "配置" +--- diff --git a/exampleSite/content/tags/content/_index.fr.md b/exampleSite/content/tags/content/_index.fr.md new file mode 100644 index 00000000..92e06643 --- /dev/null +++ b/exampleSite/content/tags/content/_index.fr.md @@ -0,0 +1,3 @@ +--- +title: "contenu" +--- diff --git a/exampleSite/content/tags/content/_index.zh-cn.md b/exampleSite/content/tags/content/_index.zh-cn.md new file mode 100644 index 00000000..80b3bf9b --- /dev/null +++ b/exampleSite/content/tags/content/_index.zh-cn.md @@ -0,0 +1,3 @@ +--- +title: "内容" +--- diff --git a/exampleSite/content/tags/installation/_index.zh-cn.md b/exampleSite/content/tags/installation/_index.zh-cn.md new file mode 100644 index 00000000..74bb1b6b --- /dev/null +++ b/exampleSite/content/tags/installation/_index.zh-cn.md @@ -0,0 +1,3 @@ +--- +title: "安装" +--- diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 2d037bc6..89ebcbae 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -1,12 +1,12 @@ {{- define "title" }} - {{- T .Section | default .Section | printf (T "allSome") }} | {{ .Site.Title -}} + {{- .Title | default (T .Section) | default .Section | printf (T "allSome") }} | {{ .Site.Title -}} {{- end -}} {{- define "content" -}}