diff --git a/exampleSite/content/about/index.en.md b/exampleSite/content/about/index.en.md index f02d526..85ee34e 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 da56e31..358e5ca 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 8057092..86722df 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 94c9e5b..2d88270 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 e39e0ad..1673cce 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 8aebd09..3d93cc4 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 0028f8d..2d2d29d 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 c694a0b..f15965b 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 c82d804..5668e09 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 d01611b..29bb26d 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 93fffe0..a94d81e 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 c3903f7..b0d2146 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 7252f9e..71e30ea 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 3ba7cae..b913775 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 bc9888f..40d2851 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 cbed268..e6f5c30 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 7d9df36..894e04e 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 5b5f038..5edc076 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 9323761..6f0aace 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 af2c10d..985aa96 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 7422d64..00f04f9 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 ef3fdcd..aaab148 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 9844667..b07eae0 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 2465b1a..21fc646 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 7c0b423..54e260f 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 5b1fcff..8f8584b 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 0000000..ac7709b Binary files /dev/null and b/exampleSite/static/Apple-Devices-Preview.png differ