From 313377802b74cd633990a3e05923e77c1387d2f3 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Mon, 8 Apr 2019 12:19:08 +0800 Subject: [PATCH] Add options.yaml for anatole. --- .../templates/themes/anatole/options.yaml | 129 ++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 src/main/resources/templates/themes/anatole/options.yaml diff --git a/src/main/resources/templates/themes/anatole/options.yaml b/src/main/resources/templates/themes/anatole/options.yaml new file mode 100644 index 000000000..230587a4d --- /dev/null +++ b/src/main/resources/templates/themes/anatole/options.yaml @@ -0,0 +1,129 @@ +sns: + name: 社交资料 + items: + theme_anatole_sns_rss: + id: themeAnatoleSnsRss + name: RSS + type: radio + defaultValue: true + options: + - value: true + label: 开启 + - value: false + label: 关闭 + + theme_anatole_sns_twitter: + id: anatoleSnsTwitter + name: Twitter + type: text + + theme_anatole_sns_facebook: + id: anatoleSnsFacebook + name: Facebook + type: text + + theme_anatole_sns_instagram: + id: anatoleSnsInstagram + name: Instagram + type: text + + theme_anatole_sns_dribbble: + id: anatoleSnsDribbble + name: Dribbble + type: text + + theme_anatole_sns_weibo: + id: anatoleSnsWeibo + name: Weibo + type: text + + theme_anatole_sns_email: + id: anatoleSnsEmail + name: Email + type: email + + theme_anatole_sns_github: + id: anatoleSnsGithub + name: Github + type: text + + theme_anatole_sns_qq: + id: anatoleSnsQQ + name: QQ + type: text + + theme_anatole_sns_telegram: + id: anatoleSnsTelegram + name: Telegram + type: text + +style: + name: 样式设置 + items: + anatole_style_right_icon: + id: anatoleStyleRightIcon + name: 右上角图标 + type: text + + anatole_style_post_title_lower: + id: anatoleStylePostTitleLower + name: 文章标题大写 + type: radio + defaultValue: true + options: + - value: true + label: 开启 + - value: false + label: 关闭 + + anatole_style_blog_title_lower: + id: anatoleStyleBlogTitleLower + name: 博客标题大写 + type: radio + defaultValue: true + options: + - value: true + label: 开启 + - value: false + label: 关闭 + + anatole_style_avatar_circle: + id: anatoleStyleAvatarCircle + name: 圆形头像 + type: radio + defaultValue: true + options: + - value: true + label: 开启 + - value: false + label: 关闭 + + anatole_style_hitokoto: + id: anatoleStyleHitokoto + name: 博客描述开启一言 + type: radio + defaultValue: false + options: + - value: true + label: 开启 + - value: false + label: 关闭 + + anatole_style_google_color: + id: anatoleStyleGoogleColor + name: 浏览器沉浸颜色 + type: text + defaultValue: #fff + + anatole_style_scrollbar: + id: anatoleStyleScrollbar + name: 全局滚动条颜色 + type: text + defaultValue: #3798e8 + + anatole_style_self: + id: anatoleStyleSelf + name: 自定义样式 + type: textarea + +