1 Star 0 Fork 2

王cherry/theme-astro-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
settings.yaml 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
Ryan Wang 提交于 2022-08-03 17:14 . feat: add settings.yaml
apiVersion: v1alpha1
kind: Setting
metadata:
name: theme-astro-starter-setting
spec:
- group: basic
label: 基本设置
formSchema:
- $el: h2
children: Welcome to Theme Astro Starter World
- $formkit: select
name: sidebar_width
label: 侧边栏宽度
options:
'20': 20%
'30': 30%
'40': 40%
'50': 50%
- $formkit: text
name: sidebar_background
label: 侧边栏背景图
- $formkit: text
name: top_logo
label: 左上角图标
- $formkit: radio
name: circle_avatar
label: 原型头像
options:
- label: 开启
value: true
- label: 关闭
value: false
value: false
- $formkit: radio
name: katex
label: KaTex 公式渲染
options:
- label: 开启
value: true
- label: 关闭
value: false
value: false
- $formkit: textarea
name: codeblock_highlight_languages
label: 文章代码高亮语言
help: >-
默认已经包含:php,diff,java,css,bash,json,perl,swift,plaintext,ruby,yaml,sql,vbnet,ini,scss,less,cpp,typescript,csharp,rust,python,python-repl,objectivec,r,shell,makefile,go,xml,markdown,lua,javascript,php-template,kotlin,c
如果需要添加其他语言,请按照相同格式添加。
- group: social
label: 社交资料
formSchema:
- $formkit: radio
name: rss
label: RSS
options:
- label: 开启
value: true
- label: 关闭
value: false
value: true
- $formkit: text
name: twitter
label: Twitter
- $formkit: text
name: telegram
label: Telegram
- $formkit: text
name: github
label: GitHub
- $formkit: text
name: email
label: Email
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangju514UI/theme-astro-starter.git
[email protected]:wangju514UI/theme-astro-starter.git
wangju514UI
theme-astro-starter
theme-astro-starter
main

搜索帮助