[+] Added math support for "keep_in_touch" page
This commit is contained in:
parent
02d676050b
commit
e13ccb9ec1
17
config/_default/markup.yaml
Normal file
17
config/_default/markup.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
goldmark:
|
||||||
|
renderer:
|
||||||
|
unsafe: true
|
||||||
|
|
||||||
|
tableOfContents:
|
||||||
|
endLevel: 4
|
||||||
|
ordered: true
|
||||||
|
startLevel: 2
|
||||||
|
|
||||||
|
highlight:
|
||||||
|
noClasses: false
|
||||||
|
codeFences: true
|
||||||
|
guessSyntax: true
|
||||||
|
lineNoStart: 1
|
||||||
|
lineNos: true
|
||||||
|
lineNumbersInTable: true
|
||||||
|
tabWidth: 4
|
@ -18,7 +18,7 @@ sidebar:
|
|||||||
src: https://cdn.sunyz.net/avatar@512x512.png
|
src: https://cdn.sunyz.net/avatar@512x512.png
|
||||||
|
|
||||||
article:
|
article:
|
||||||
math: true
|
math: false
|
||||||
readingTime: true
|
readingTime: true
|
||||||
license:
|
license:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
---
|
---
|
||||||
title: Keep in Touch
|
title: Keep in Touch
|
||||||
date: 2024-01-28
|
date: 2024-01-28
|
||||||
|
math: true
|
||||||
---
|
---
|
||||||
|
|
||||||
### Conditions
|
### Conditions
|
||||||
|
|
||||||
1. You (and your website) must **NOT** infringe on the copyrights of others.
|
1. You (and your website) must **NOT** infringe on the copyrights of others.
|
||||||
2. Your website is operational most of the time.
|
2. Your website is operational most of the time.
|
||||||
3. No **FREE** domain suffixes[^*] nor **non-ASCII** domain suffixes acceptable.
|
3. No **FREE** domain suffixes$^*$ nor **non-ASCII** domain suffixes acceptable.
|
||||||
|
|
||||||
[^*] domains registered on freenom.com, and/or subdomains excluded from the [list](https://publicsuffix.org/list/public_suffix_list.dat).
|
$^*$ domains registered on freenom.com, and/or subdomains excluded from the [list](https://publicsuffix.org/list/public_suffix_list.dat).
|
||||||
|
|
||||||
### My datas
|
### My datas
|
||||||
|
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
---
|
---
|
||||||
title: 串个门
|
title: 串个门
|
||||||
date: 2024-01-28
|
date: 2024-01-28
|
||||||
|
math: true
|
||||||
---
|
---
|
||||||
|
|
||||||
### 条件
|
### 条件
|
||||||
|
|
||||||
1. 您(与您的网站)不得侵犯他人版权。
|
1. 您(与您的网站)不得侵犯他人版权。
|
||||||
2. 您的网站多数时候都能正常访问。
|
2. 您的网站多数时候都能正常访问。
|
||||||
3. 不接受 **免费** 域名后缀[^*] 或 **non-ASCII** 域名后缀。
|
3. 不接受 **免费** 域名后缀$^*$ 或 **non-ASCII** 域名后缀。
|
||||||
|
|
||||||
[^*] 特指于 freenom.com 注册的域名, 与/或 不在 [此列表](https://publicsuffix.org/list/public_suffix_list.dat) 中的子域名。
|
$^*$ 特指于 freenom.com 注册的域名, 与/或 不在 [此列表](https://publicsuffix.org/list/public_suffix_list.dat) 中的子域名。
|
||||||
|
|
||||||
### 我的信息
|
### 我的信息
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user