mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 04:02:40 +00:00
🚀 Chore(ci/cd): improve the joint construction and deployment of Demo and Test content
- Demo: https://demo.fixit.lruihao.cn/ - Test: https://demo.fixit.lruihao.cn/test/
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: All Tests
|
||||
titleIcon: fa-solid fa-flask
|
||||
---
|
||||
@@ -3,6 +3,10 @@ title: Exact Color Match Test
|
||||
date: 2025-08-17T17:20:00+08:00
|
||||
collections:
|
||||
- Tests
|
||||
categories:
|
||||
- Markdown
|
||||
tags:
|
||||
- Color Preview
|
||||
---
|
||||
|
||||
## 📝 Syntax
|
||||
|
||||
+7
-1
@@ -4,7 +4,13 @@
|
||||
# -------------------------------------------------------------------------------------
|
||||
|
||||
title = "Hugo FixIt TEST"
|
||||
baseURL = "http://example.org/"
|
||||
baseURL = "https://demo.fixit.lruihao.cn/test/"
|
||||
|
||||
[permalinks]
|
||||
[permalinks.page]
|
||||
posts = "/units/:slugorcontentbasename"
|
||||
[permalinks.section]
|
||||
posts = "/units/"
|
||||
|
||||
[markup]
|
||||
_merge = "shallow"
|
||||
|
||||
Reference in New Issue
Block a user