From b6e7e9c46be0ef8d9c722ff873a1cbe1a6240604 Mon Sep 17 00:00:00 2001 From: uPagge Date: Wed, 3 Mar 2021 22:05:15 +0300 Subject: lightgallery.min.js del --- exampleSite/config.toml | 3 --- exampleSite/content/about/index.en.md | 4 +--- exampleSite/content/posts/basic-markdown-syntax/index.en.md | 2 +- exampleSite/content/posts/emoji-support/index.en.md | 2 +- exampleSite/content/posts/theme-documentation-basics/index.en.md | 2 +- .../content/posts/theme-documentation-built-in-shortcodes/index.en.md | 2 +- exampleSite/content/posts/theme-documentation-content/index.en.md | 4 +--- .../content/posts/theme-documentation-extended-shortcodes/index.en.md | 2 +- 8 files changed, 7 insertions(+), 14 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9c5cfed..d720537 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -422,9 +422,6 @@ enableEmoji = true # whether to enable twemoji # 是否使用 twemoji twemoji = false - # whether to enable lightgallery - # 是否使用 lightgallery - lightgallery = false # whether to enable the ruby extended syntax # 是否使用 ruby 扩展语法 ruby = true diff --git a/exampleSite/content/about/index.en.md b/exampleSite/content/about/index.en.md index df207d0..30abb33 100644 --- a/exampleSite/content/about/index.en.md +++ b/exampleSite/content/about/index.en.md @@ -3,7 +3,7 @@ title: "About uBlogger" date: 2019-08-02T11:04:49+08:00 draft: false -lightgallery: true + math: enable: true @@ -65,8 +65,6 @@ math: * :(far fa-grin-tongue-wink fa-fw): **Twemoji** supported * :(fas fa-code fa-fw): Automatically **highlighting** code * :(far fa-copy fa-fw): **Copy code** to clipboard with one click -* :(far fa-images fa-fw): **Images gallery** supported by [lightgallery.js](https://github.com/sachinchoolur/lightgallery.js) -* :(fab fa-font-awesome fa-fw): Extended Markdown syntax for **[Font Awesome](https://fontawesome.com/) icons** * :(far fa-sticky-note fa-fw): Extended Markdown syntax for **ruby annotation** * :(fas fa-percentage fa-fw): Extended Markdown syntax for **fraction** * :(fas fa-square-root-alt fa-fw): **Mathematical formula** supported by [$ \KaTeX $](https://katex.org/) diff --git a/exampleSite/content/posts/basic-markdown-syntax/index.en.md b/exampleSite/content/posts/basic-markdown-syntax/index.en.md index 6294789..9211a8e 100644 --- a/exampleSite/content/posts/basic-markdown-syntax/index.en.md +++ b/exampleSite/content/posts/basic-markdown-syntax/index.en.md @@ -11,7 +11,7 @@ resources: tags: ["Markdown", "HTML"] categories: ["Markdown"] -lightgallery: true + --- This article offers a sample of basic Markdown syntax that can be used in Hugo content files. diff --git a/exampleSite/content/posts/emoji-support/index.en.md b/exampleSite/content/posts/emoji-support/index.en.md index 24cd85b..3aa5271 100644 --- a/exampleSite/content/posts/emoji-support/index.en.md +++ b/exampleSite/content/posts/emoji-support/index.en.md @@ -11,7 +11,7 @@ resources: tags: ["emoji"] categories: ["Markdown"] -lightgallery: true + --- Emoji can be enabled in a Hugo project in a number of ways. diff --git a/exampleSite/content/posts/theme-documentation-basics/index.en.md b/exampleSite/content/posts/theme-documentation-basics/index.en.md index a25a289..1533c9b 100644 --- a/exampleSite/content/posts/theme-documentation-basics/index.en.md +++ b/exampleSite/content/posts/theme-documentation-basics/index.en.md @@ -15,7 +15,7 @@ page: tags: ["installation", "configuration"] categories: ["documentation"] -lightgallery: true + toc: auto: false 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 7cc0d29..77ffafc 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 @@ -12,7 +12,7 @@ resources: tags: ["shortcodes"] categories: ["documentation"] -lightgallery: true + --- **Hugo** provides multiple built-in shortcodes for author convenience and to keep your markdown content clean. diff --git a/exampleSite/content/posts/theme-documentation-content/index.en.md b/exampleSite/content/posts/theme-documentation-content/index.en.md index 76efc6c..20b9031 100644 --- a/exampleSite/content/posts/theme-documentation-content/index.en.md +++ b/exampleSite/content/posts/theme-documentation-content/index.en.md @@ -15,8 +15,6 @@ categories: ["documentation"] page: theme: full -lightgallery: true - toc: auto: false math: @@ -119,7 +117,7 @@ featuredImagePreview: "" hiddenFromHomePage: false hiddenFromSearch: false twemoji: false -lightgallery: true + ruby: true fraction: true fontawesome: true 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 ca2679b..2741fb8 100644 --- a/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md +++ b/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md @@ -14,7 +14,7 @@ resources: tags: ["shortcodes"] categories: ["documentation"] -lightgallery: true + --- **uBlogger** theme provides multiple shortcodes on top of built-in ones in Hugo. -- cgit v1.2.3