mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
✅ Test: update test pages
This commit is contained in:
@@ -1004,7 +1004,7 @@ enableEmoji = true
|
||||
[params.pangu]
|
||||
# For Chinese writing
|
||||
# 适用于中文写作用户
|
||||
enable = true
|
||||
enable = false
|
||||
# TODO 为空则全局生效
|
||||
selector = ''
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: "加密"
|
||||
---
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: "打印"
|
||||
---
|
||||
+1
-10
@@ -36,22 +36,13 @@ I was shy, so I hid.
|
||||
## Encrypted Content
|
||||
|
||||
### twemoji
|
||||
<!-- ### emoji -->
|
||||
|
||||
coffee ☕
|
||||
Coffee ☕
|
||||
|
||||
Gone camping! :tent: Be back soon.
|
||||
|
||||
That is so funny! :joy:
|
||||
|
||||
### pangu
|
||||
|
||||
```
|
||||
與PM戰鬥的人,應當小心自己不要成為PM
|
||||
```
|
||||
|
||||
與PM戰鬥的人,應當小心自己不要成為PM
|
||||
|
||||
### ruby
|
||||
[Hugo]^(An open-source static site generator)
|
||||
|
||||
@@ -0,0 +1,52 @@
|
||||
---
|
||||
title: "文章加密测试"
|
||||
date: 2022-05-28T00:24:22+08:00
|
||||
description: "文章加密测试"
|
||||
type: 'posts'
|
||||
draft: true
|
||||
password: 1212
|
||||
message: 密码是 1212
|
||||
|
||||
lightgallery: true
|
||||
|
||||
math:
|
||||
enable: true
|
||||
|
||||
tags:
|
||||
- Test
|
||||
- Encryption
|
||||
categories:
|
||||
- Test
|
||||
|
||||
menu:
|
||||
main:
|
||||
title: "文章加密测试"
|
||||
parent: "tests"
|
||||
pre: "<i class='fa-solid fa-vial fa-fw fa-sm'></i>"
|
||||
---
|
||||
|
||||
我很害羞,所以我藏起来了哈哈。
|
||||
|
||||
<!--more-->
|
||||
|
||||
## 内容加密解密测试
|
||||
|
||||
### emoji
|
||||
|
||||
咖啡 ☕
|
||||
|
||||
去露营啦!:tent: 很快就回来。
|
||||
|
||||
真开心!:joy:
|
||||
|
||||
### 盘古之白(中文排版)
|
||||
|
||||
```
|
||||
當你凝視著bug,bug也凝視著你
|
||||
|
||||
不能信任那些Terminal或Editor用白底的人
|
||||
```
|
||||
|
||||
當你凝視著bug,bug也凝視著你
|
||||
|
||||
不能信任那些Terminal或Editor用白底的人
|
||||
+2
-3
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Markdown Test"
|
||||
title: "Markdown 测试"
|
||||
date: 2022-04-20T17:50:22+08:00
|
||||
description: "Test for Markdown rendering"
|
||||
type: 'posts'
|
||||
@@ -14,14 +14,13 @@ categories:
|
||||
|
||||
menu:
|
||||
main:
|
||||
name: "Markdown 测试"
|
||||
title: "Test for Markdown rendering"
|
||||
parent: "tests"
|
||||
pre: "<i class='fa-solid fa-vial fa-fw fa-sm'></i>"
|
||||
---
|
||||
|
||||
## line break
|
||||
`FixIt is a clean, elegant but advanced blog theme for Hugo developed by Lruihao.It is based on the original LoveIt Theme, LeaveIt Theme and KeepIt Theme.`
|
||||
`FixIt is a clean, elegant but advanced blog theme for Hugo developed by Lruihao. It is based on the original LoveIt Theme, LeaveIt Theme and KeepIt Theme.`
|
||||
|
||||
`FixIt 是一个由 Lruihao 开发的简洁、优雅且高效的 Hugo 博客主题。它的原型基于 LoveIt 主题,LeaveIt 主题 和 KeepIt 主题。`
|
||||
|
||||
Reference in New Issue
Block a user