diff --git a/exampleSite/content/about/index.en.md b/exampleSite/content/about/index.en.md index f02d5264..85ee34e0 100644 --- a/exampleSite/content/about/index.en.md +++ b/exampleSite/content/about/index.en.md @@ -2,6 +2,8 @@ title: "About LoveIt" date: 2019-08-02T11:04:49+08:00 draft: false +description: "About LoveIt" +images: ["/Apple-Devices-Preview.png"] lightgallery: true diff --git a/exampleSite/content/about/index.zh-cn.md b/exampleSite/content/about/index.zh-cn.md index da56e315..358e5ca6 100644 --- a/exampleSite/content/about/index.zh-cn.md +++ b/exampleSite/content/about/index.zh-cn.md @@ -2,6 +2,8 @@ title: "关于 LoveIt" date: 2019-08-02T11:04:49+08:00 draft: false +description: "关于 LoveIt" +images: ["/Apple-Devices-Preview.png"] lightgallery: true diff --git a/exampleSite/content/posts/basic-markdown-syntax/index.en.md b/exampleSite/content/posts/basic-markdown-syntax/index.en.md index 8057092b..86722df7 100644 --- a/exampleSite/content/posts/basic-markdown-syntax/index.en.md +++ b/exampleSite/content/posts/basic-markdown-syntax/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "This article shows the basic Markdown syntax and format." -images: ["featured-image.png"] +images: [] resources: - name: "featured-image" src: "featured-image.png" diff --git a/exampleSite/content/posts/basic-markdown-syntax/index.zh-cn.md b/exampleSite/content/posts/basic-markdown-syntax/index.zh-cn.md index 94c9e5b0..2d882703 100644 --- a/exampleSite/content/posts/basic-markdown-syntax/index.zh-cn.md +++ b/exampleSite/content/posts/basic-markdown-syntax/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "这篇文章展示了基本的 Markdown 语法和格式." -images: ["featured-image.png"] +images: [] resources: - name: "featured-image" src: "featured-image.png" diff --git a/exampleSite/content/posts/emoji-support/index.en.md b/exampleSite/content/posts/emoji-support/index.en.md index e39e0ad0..1673cceb 100644 --- a/exampleSite/content/posts/emoji-support/index.en.md +++ b/exampleSite/content/posts/emoji-support/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "Guide to emoji usage in Hugo and LoveIt." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/emoji-support/index.zh-cn.md b/exampleSite/content/posts/emoji-support/index.zh-cn.md index 8aebd09d..3d93cc45 100644 --- a/exampleSite/content/posts/emoji-support/index.zh-cn.md +++ b/exampleSite/content/posts/emoji-support/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "Hugo 和 LoveIt 中的 Emoji 的用法指南." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-basics/index.en.md b/exampleSite/content/posts/theme-documentation-basics/index.en.md index 0028f8d7..2d2d29d1 100644 --- a/exampleSite/content/posts/theme-documentation-basics/index.en.md +++ b/exampleSite/content/posts/theme-documentation-basics/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "Discover what the Hugo - LoveIt theme is all about and the core-concepts behind it." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md index c694a0b7..f15965b6 100644 --- a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "探索 Hugo - LoveIt 主题的全部内容和背后的核心概念." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-bilibili-shortcode/index.en.md b/exampleSite/content/posts/theme-documentation-bilibili-shortcode/index.en.md index c82d804c..5668e09e 100644 --- a/exampleSite/content/posts/theme-documentation-bilibili-shortcode/index.en.md +++ b/exampleSite/content/posts/theme-documentation-bilibili-shortcode/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "The bilibili shortcode embeds a responsive video player for bilibili videos." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-bilibili-shortcode/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-bilibili-shortcode/index.zh-cn.md index d01611b5..29bb26dc 100644 --- a/exampleSite/content/posts/theme-documentation-bilibili-shortcode/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-bilibili-shortcode/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "bilibili shortcode 提供了一个内嵌的用来播放 bilibili 视频的响应式播放器." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.en.md b/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.en.md index 93fffe01..a94d81e9 100644 --- a/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.en.md +++ b/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "Hugo provides multiple built-in shortcodes for author convenience and to keep your markdown content clean." -images: ["featured-image.png"] +images: [] resources: - name: "featured-image" src: "featured-image.png" diff --git a/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.zh-cn.md index c3903f72..b0d2146a 100644 --- a/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "Hugo 提供了多个内置的 Shortcodes, 以方便作者保持 Markdown 内容的整洁." -images: ["featured-image.png"] +images: [] resources: - name: "featured-image" src: "featured-image.png" diff --git a/exampleSite/content/posts/theme-documentation-content/index.en.md b/exampleSite/content/posts/theme-documentation-content/index.en.md index 7252f9e6..71e30ead 100644 --- a/exampleSite/content/posts/theme-documentation-content/index.en.md +++ b/exampleSite/content/posts/theme-documentation-content/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "Find out how to create and organize your content quickly and intuitively in LoveIt theme." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md index 3ba7caea..b9137753 100644 --- a/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "了解如何在 LoveIt 主题中快速, 直观地创建和组织内容." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-echarts-shortcode/index.en.md b/exampleSite/content/posts/theme-documentation-echarts-shortcode/index.en.md index bc9888f4..40d28519 100644 --- a/exampleSite/content/posts/theme-documentation-echarts-shortcode/index.en.md +++ b/exampleSite/content/posts/theme-documentation-echarts-shortcode/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "The echarts shortcode supports data visualization in Hugo with ECharts library." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-echarts-shortcode/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-echarts-shortcode/index.zh-cn.md index cbed2682..e6f5c30c 100644 --- a/exampleSite/content/posts/theme-documentation-echarts-shortcode/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-echarts-shortcode/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "echarts shortcode 使用 ECharts 库提供数据可视化的功能." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md b/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md index 7d9df36f..894e04e1 100644 --- a/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md +++ b/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "LoveIt theme provides multiple shortcodes on top of built-in ones in Hugo." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.zh-cn.md index 5b5f038d..5edc076e 100644 --- a/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "LoveIt 主题在 Hugo 内置的 shortcode 的基础上提供多个扩展的 shortcode." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-mapbox-shortcode/index.en.md b/exampleSite/content/posts/theme-documentation-mapbox-shortcode/index.en.md index 93237618..6f0aace3 100644 --- a/exampleSite/content/posts/theme-documentation-mapbox-shortcode/index.en.md +++ b/exampleSite/content/posts/theme-documentation-mapbox-shortcode/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "The mapbox shortcode supports interactive maps in Hugo with Mapbox GL JS library." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-mapbox-shortcode/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-mapbox-shortcode/index.zh-cn.md index af2c10de..985aa965 100644 --- a/exampleSite/content/posts/theme-documentation-mapbox-shortcode/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-mapbox-shortcode/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "mapbox shortcode 使用 Mapbox GL JS 库提供互动式地图的功能." -images: ["featured-image.jpg"] +images: [] resources: - name: "featured-image" src: "featured-image.jpg" diff --git a/exampleSite/content/posts/theme-documentation-mermaid-shortcode/index.en.md b/exampleSite/content/posts/theme-documentation-mermaid-shortcode/index.en.md index 7422d642..00f04f91 100644 --- a/exampleSite/content/posts/theme-documentation-mermaid-shortcode/index.en.md +++ b/exampleSite/content/posts/theme-documentation-mermaid-shortcode/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "The mermaid shortcode supports diagrams in Hugo with Mermaid library." -images: ["featured-image.png"] +images: [] resources: - name: "featured-image" src: "featured-image.png" diff --git a/exampleSite/content/posts/theme-documentation-mermaid-shortcode/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-mermaid-shortcode/index.zh-cn.md index ef3fdcd3..aaab148b 100644 --- a/exampleSite/content/posts/theme-documentation-mermaid-shortcode/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-mermaid-shortcode/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "mermaid shortcode 使用 Mermaid 库提供绘制图表和流程图的功能." -images: ["featured-image.png"] +images: [] resources: - name: "featured-image" src: "featured-image.png" diff --git a/exampleSite/content/posts/theme-documentation-music-shortcode/index.en.md b/exampleSite/content/posts/theme-documentation-music-shortcode/index.en.md index 98446674..b07eae0a 100644 --- a/exampleSite/content/posts/theme-documentation-music-shortcode/index.en.md +++ b/exampleSite/content/posts/theme-documentation-music-shortcode/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "The music shortcode embeds a responsive music player based on APlayer and MetingJS library." -images: ["featured-image.png"] +images: [] resources: - name: "featured-image" src: "featured-image.png" diff --git a/exampleSite/content/posts/theme-documentation-music-shortcode/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-music-shortcode/index.zh-cn.md index 2465b1ae..21fc646d 100644 --- a/exampleSite/content/posts/theme-documentation-music-shortcode/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-music-shortcode/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "music shortcode 基于 APlayer 和 MetingJS 库提供了一个内嵌的响应式音乐播放器." -images: ["featured-image.png"] +images: [] resources: - name: "featured-image" src: "featured-image.png" diff --git a/exampleSite/content/posts/theme-documentation-typeit-shortcode/index.en.md b/exampleSite/content/posts/theme-documentation-typeit-shortcode/index.en.md index 7c0b423e..54e260fa 100644 --- a/exampleSite/content/posts/theme-documentation-typeit-shortcode/index.en.md +++ b/exampleSite/content/posts/theme-documentation-typeit-shortcode/index.en.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "The typeit shortcode provides typing animation based on TypeIt library." -images: ["featured-image.png"] +images: [] resources: - name: "featured-image" src: "featured-image.png" diff --git a/exampleSite/content/posts/theme-documentation-typeit-shortcode/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-typeit-shortcode/index.zh-cn.md index 5b1fcfff..8f8584b2 100644 --- a/exampleSite/content/posts/theme-documentation-typeit-shortcode/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-typeit-shortcode/index.zh-cn.md @@ -7,7 +7,7 @@ draft: false author: "Dillon" authorLink: "https://dillonzq.com" description: "typeit shortcode 基于 TypeIt 库提供了打字动画." -images: ["featured-image.png"] +images: [] resources: - name: "featured-image" src: "featured-image.png" diff --git a/exampleSite/static/Apple-Devices-Preview.png b/exampleSite/static/Apple-Devices-Preview.png new file mode 100644 index 00000000..ac7709b3 Binary files /dev/null and b/exampleSite/static/Apple-Devices-Preview.png differ