All checks were successful
Build and Deploy Qingshuige / build-deploy (push) Successful in 18s
28 lines
546 B
YAML
28 lines
546 B
YAML
baseURL: "https://qingshuige.ink/"
|
|
languageCode: "zh-Hans"
|
|
title: "清水阁"
|
|
theme: "PaperMod"
|
|
defaultContentLanguage: "zh"
|
|
hasCJKLanguage: true
|
|
|
|
params:
|
|
assets:
|
|
favicon: "/favicon.png"
|
|
favicon16x16: "/favicon.png"
|
|
favicon32x32: "/favicon.png"
|
|
|
|
homeInfoParams:
|
|
Title: 清水阁
|
|
Content: 后之览者,亦将有感于斯文
|
|
|
|
defaultTheme: auto
|
|
ShowRssButtonInSectionTermList: true
|
|
UseHugoToc: true
|
|
ShowPostNavLinks: true
|
|
|
|
menu:
|
|
main:
|
|
- identifier: write
|
|
name: 撰写
|
|
url: /admin
|
|
weight: 10 |