参考资料
参考博客:https://www.cnblogs.com/Roboduster/articles/16625594.html
安装步骤:https://guangzan.gitee.io/awescnb-docs/
使用"推荐安装"和“推荐版本(geek)”安装
主题设置
主题颜色:https://www.sioe.cn/yingyong/yanse-rgb-16/
背景图片:https://wallhaven.cc/
侧边栏
<!-- @format -->
<script src="https://guangzan.gitee.io/awescnb/index.js"></script>
<script>
const opts = {
// 基本配置
theme: {
name: 'geek',
//color: '#FFB3CC',
color: '#00CED1',
title: 'Clivia Du',
// 头像
avatar: 'https://pic.cnblogs.com/avatar/1551949/20230307220029.png',
favicon: 'https://pic.cnblogs.com/avatar/1551949/20230307220029.png',
// 背景图片
headerBackground: 'https://w.wallhaven.cc/full/zy/wallhaven-zygeko.jpg',
},
// 代码高亮
highLight: {
enable: true,
},
// 代码行号
lineNumbers: {
enable: true,
},
// github图标
github: {
enable: false,
url: '',
},
// 码云图标
gitee: {
enable: false,
url: '',
},
// 图片灯箱
imagebox: {
enable: true,
},
// 文章目录
catalog: {
enable: true,
position:'left'
},
// 右下角按钮组
tools: {
enable: true,
},
// live2d模型
live2d: {
enable: true,
model: 'haru-01',//2022-09-02
//model: '伊芙加登',
},
// 点击特效
click: {
enable: true,
},
// 评论输入框表情
emoji: {
enable: true,
buttonIcon: "
标签:enable,false,awescnb,博客园,主题,value,label,https,true
From: https://www.cnblogs.com/linzhifen5/p/17235646.html