Ikeq ChengIkeq Cheng

The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts.

Inside 主题配置 - Built-in Plugins

Oct 2, 2020

cipher - 内容加密

全文加密

1
2
3
4
5
6
7
8
plugins:
# 使用默认配置
- cipher

# 或自定义配置
- cipher:
placeholder: what's my name?
excerpt: 该内容加密了。
1
2
3
4
# front matter
---
secret: Steven
---

局部加密

1
2
3
::: cipher 123 内容已加密
[已解密]
:::
U2FsdGVkX1/CSie/SR0sor81xzj1DaWXSx+OjNfj7pinzGitzKErDU7fYmkTrrPp

palette - 调色板

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
plugins:
- palette:
# 颜色列表
theme: [
'#673ab7',
'#3f51b5',
'#2196f3',
'#009688',
'#4caf50',
'#ff9800',
'#ff5722',
'#795548',
'#607D8B',
'#2a2b33'
]
# 每行展示的个数
# col: 5

See also

Buy me a cup of milk 🥛.