From 01358cd31f184a3970e67a01db1cd82785fa8a99 Mon Sep 17 00:00:00 2001 From: Junyi Date: Sun, 28 Apr 2024 01:58:45 +0800 Subject: [PATCH] fix: there is a hugo bug, so disble the summary rendering test. --- Features.md | 46 ++++++++++--------- .../content/posts/demo-multiline-codes.md | 4 +- .../content/posts/demo-summary-rendering-1.md | 2 +- .../content/posts/demo-summary-rendering-2.md | 2 +- .../content/posts/demo-summary-rendering-3.md | 2 +- .../content/posts/demo-summary-rendering-4.md | 2 +- .../content/posts/demo-summary-rendering-5.md | 2 +- .../content/posts/demo-summary-rendering-6.md | 2 +- .../content/posts/demo-summary-rendering-7.md | 2 +- .../content/posts/demo-summary-rendering-8.md | 2 +- 10 files changed, 36 insertions(+), 30 deletions(-) diff --git a/Features.md b/Features.md index 96e0d42..a06fee2 100644 --- a/Features.md +++ b/Features.md @@ -1,3 +1,5 @@ +# Features + 1. Automatic Dark/Light mode based on system settings 2. Dark/Light mode switcher 3. Automatic Diagram dark/light switch @@ -5,24 +7,26 @@ | Feature (light/dark mode) | Anubis2 | | ---------------------------------------------------------------------- | ------- | -| Line Number (table) and Hilight Lines | ✅ | -| Line Number (true) and Hilight Lines | ✅ | -| Line Number (inline) and Hilight Lines | ✅ | -| Line Number (false) and Hilight Lines | ✅ | -| Line Number (table) and Hilight Lines and Anchor Line | ✅ | -| Line Number (table) and Hilight Inline | ✅ | -| Highlight Shortcode, Line Number (table) and Hilight Lines and Anchor | ✅ | -| Highlight Shortcode, Line Number (inline) and Hilight Lines and Anchor | ✅ | -| Highlight Shortcode, Line Number (false) and Hilight Lines and Anchor | ✅ | -| Mermaid Support (No Config, Lazy Load, Dark/Light Auto Switch) | ✅ | -| MathJax Support (No Config, Lazy Load, Dark/Light Auto Switch) | ✅ | -| Giscus Support (Dark/Light Auto Switch) | ✅ | -| Umami Support (Dark/Light Auto Switch) | ✅ | -| Multi-Author Support | ✅ | -| Multi-Language Support | ✅ | -| Support for \ tag | ✅ | -| Support for \ tag | ✅ | -| Support for \ tag | ✅ | -| Support for \ tag | ✅ | -| Passed CodePreKbdMark test | ✅ | -| Passed All 8 Summary Rendering Tests | ✅ 8/8 | +| Line Number (table) and Hilight Lines | ✅ | +| Line Number (true) and Hilight Lines | ✅ | +| Line Number (inline) and Hilight Lines | ✅ | +| Line Number (false) and Hilight Lines | ✅ | +| Line Number (table) and Hilight Lines and Anchor Line | ✅ | +| Line Number (table) and Hilight Inline | ✅ | +| Highlight Shortcode, Line Number (table) and Hilight Lines and Anchor | ✅ | +| Highlight Shortcode, Line Number (inline) and Hilight Lines and Anchor | ✅ | +| Highlight Shortcode, Line Number (false) and Hilight Lines and Anchor | ✅ | +| Mermaid Support (No Config, Lazy Load, Dark/Light Auto Switch) | ✅ | +| MathJax Support (No Config, Lazy Load, Dark/Light Auto Switch) | ✅ | +| Giscus Support (Dark/Light Auto Switch) | ✅ | +| Umami Support (Dark/Light Auto Switch) | ✅ | +| Multi-Author Support | ✅ | +| Multi-Language Support | ✅ | +| Support for \ tag | ✅ | +| Support for \ tag | ✅ | +| Support for \ tag | ✅ | +| Support for \ tag | ✅ | +| Passed CodePreKbdMark test | ✅ | +| Passed All 8 Summary Rendering Tests | ✅ 8/8 | +| Mermaid dark/light manual switch | ✅ | +| Mermaid dark/light auto switch | ✅ | diff --git a/exampleSiteMultilingual/content/posts/demo-multiline-codes.md b/exampleSiteMultilingual/content/posts/demo-multiline-codes.md index f5a8d90..e3df562 100644 --- a/exampleSiteMultilingual/content/posts/demo-multiline-codes.md +++ b/exampleSiteMultilingual/content/posts/demo-multiline-codes.md @@ -10,7 +10,9 @@ tags = [ ] +++ -, the preview should be a good rendering of the content, instead of a "source code" version. --> +There are 9 tests. + + ## Line Numbers, Highlight Lines diff --git a/exampleSiteMultilingual/content/posts/demo-summary-rendering-1.md b/exampleSiteMultilingual/content/posts/demo-summary-rendering-1.md index 83484fd..7670383 100644 --- a/exampleSiteMultilingual/content/posts/demo-summary-rendering-1.md +++ b/exampleSiteMultilingual/content/posts/demo-summary-rendering-1.md @@ -1,7 +1,7 @@ --- title: "Demo - Summary Rendering Test 1 (😃 Easy)" date: 2024-04-25T1:54:12+08:00 -draft: false +draft: true tags: [Hugo] --- diff --git a/exampleSiteMultilingual/content/posts/demo-summary-rendering-2.md b/exampleSiteMultilingual/content/posts/demo-summary-rendering-2.md index 8b01de8..6d051f4 100644 --- a/exampleSiteMultilingual/content/posts/demo-summary-rendering-2.md +++ b/exampleSiteMultilingual/content/posts/demo-summary-rendering-2.md @@ -1,7 +1,7 @@ --- title: "Demo - Summary Rendering Test 2 (😏 Easy)" date: 2024-04-25T1:54:13+08:00 -draft: false +draft: true tags: [Hugo] --- diff --git a/exampleSiteMultilingual/content/posts/demo-summary-rendering-3.md b/exampleSiteMultilingual/content/posts/demo-summary-rendering-3.md index e63aca4..8b0b1e9 100644 --- a/exampleSiteMultilingual/content/posts/demo-summary-rendering-3.md +++ b/exampleSiteMultilingual/content/posts/demo-summary-rendering-3.md @@ -1,7 +1,7 @@ --- title: "Demo - Summary Rendering Test 3 (🤔 Easy)" date: 2024-04-25T1:54:14+08:00 -draft: false +draft: true tags: [Hugo] --- diff --git a/exampleSiteMultilingual/content/posts/demo-summary-rendering-4.md b/exampleSiteMultilingual/content/posts/demo-summary-rendering-4.md index fbc56ed..1400d39 100644 --- a/exampleSiteMultilingual/content/posts/demo-summary-rendering-4.md +++ b/exampleSiteMultilingual/content/posts/demo-summary-rendering-4.md @@ -1,7 +1,7 @@ --- title: "Demo - Summary Rendering Test 4 (😅 Easy?)" date: 2024-04-25T1:54:15+08:00 -draft: false +draft: true tags: [Hugo] --- diff --git a/exampleSiteMultilingual/content/posts/demo-summary-rendering-5.md b/exampleSiteMultilingual/content/posts/demo-summary-rendering-5.md index 5df0386..7b9673f 100644 --- a/exampleSiteMultilingual/content/posts/demo-summary-rendering-5.md +++ b/exampleSiteMultilingual/content/posts/demo-summary-rendering-5.md @@ -1,7 +1,7 @@ --- title: "Demo - Summary Rendering Test 5 (😥 Medium)" date: 2024-04-25T1:54:16+08:00 -draft: false +draft: true tags: [Hugo] --- diff --git a/exampleSiteMultilingual/content/posts/demo-summary-rendering-6.md b/exampleSiteMultilingual/content/posts/demo-summary-rendering-6.md index 5f0688c..1ad288c 100644 --- a/exampleSiteMultilingual/content/posts/demo-summary-rendering-6.md +++ b/exampleSiteMultilingual/content/posts/demo-summary-rendering-6.md @@ -1,7 +1,7 @@ --- title: "Demo - Summary Rendering Test 6 (🤯 Hard)" date: 2024-04-25T1:54:17+08:00 -draft: false +draft: true tags: [Hugo] --- diff --git a/exampleSiteMultilingual/content/posts/demo-summary-rendering-7.md b/exampleSiteMultilingual/content/posts/demo-summary-rendering-7.md index 414a747..add4a4d 100644 --- a/exampleSiteMultilingual/content/posts/demo-summary-rendering-7.md +++ b/exampleSiteMultilingual/content/posts/demo-summary-rendering-7.md @@ -1,7 +1,7 @@ --- title: "Demo - Summary Rendering Test 7 (😱 Bad Dream)" date: 2024-04-25T1:54:18+08:00 -draft: false +draft: true tags: [Hugo] --- diff --git a/exampleSiteMultilingual/content/posts/demo-summary-rendering-8.md b/exampleSiteMultilingual/content/posts/demo-summary-rendering-8.md index b3268f2..27c02f7 100644 --- a/exampleSiteMultilingual/content/posts/demo-summary-rendering-8.md +++ b/exampleSiteMultilingual/content/posts/demo-summary-rendering-8.md @@ -1,7 +1,7 @@ --- title: "Demo - Summary Rendering Test 8 (💀 Nightmare)" date: 2024-04-25T1:54:19+08:00 -draft: false +draft: true tags: [Hugo] ---