Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-03 22:05:15 +0300
committeruPagge <git@upagge.ru>2021-03-03 22:05:15 +0300
commitb6e7e9c46be0ef8d9c722ff873a1cbe1a6240604 (patch)
tree0c7bfffefaf4aca3b66f55d09b35f4976d8b7d0b /exampleSite
parentb9594cd98261c2bb1cfa52165e46fd60c7271efe (diff)
lightgallery.min.js del
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
-rw-r--r--exampleSite/content/about/index.en.md4
-rw-r--r--exampleSite/content/posts/basic-markdown-syntax/index.en.md2
-rw-r--r--exampleSite/content/posts/emoji-support/index.en.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-basics/index.en.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.en.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-content/index.en.md4
-rw-r--r--exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md2
8 files changed, 7 insertions, 14 deletions
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.