- A+
所属分类:Web前端
简介
由于博主经常浏览「全球最大的同性交友社区:GitHub」,同时又喜欢折腾,所以在「GitHub」上发现了宝藏博客皮肤:awescnb。
这里辛苦原创作者贡献的代码~ ??
安装
搭建教程简单,需要的用户可以安装官网上的文档尝试安装:目前博主已更新安装文档
同时也为了大家省时间,按要求安装上述作者插件后,可以直接使用我的配置。
<script src="https://guangzan.gitee.io/awescnb/index.js"></script> <script> $.awesCnb({ theme: { name: 'geek', headerBackground: 'https://cdn.pixabay.com/photo/2020/09/07/16/32/fishing-5552310_1280.jpg', avatar: 'https://pic.cnblogs.com/avatar/2200026/20201102185000.png', }, github: { enable: true, color: '#ffb3cc', url: 'https://github.com/nicesome', }, links: [{ name: 'GitHub', link: 'https://github.com/nicesome', }], notice: { enable: true, text: ['Hola 欢迎访问 nicesome 的博客,如果有需要可以联系我呀 ?'], }, signature: { enable: true, contents: [ "<b><?php echo 'nicesome'; ?></b>", ], }, tools: { enable: true, initialOpen: true, }, }) </script>