Theme for http://linianhui.cnblogs.com .
本项目会编译出3个文件 :
lnh.cnblogs.js
: 一些自定义的js脚本。lnh.cnblogs.css
: PC端样式文件。lnh.cnblogs.mobile.css
: 为移动端适配优化的样式文件。
把这三个文件添加到博客的配置中即可。
主题 : LessIsMore
页首代码
<script type="text/javascript">$("#mobile-style").remove();</script>
<link href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
<link href="//files.cnblogs.com/files/linianhui/lnh.cnblogs.css" rel="stylesheet"/>
页脚代码
<script type="text/javascript" src="//files.cnblogs.com/files/linianhui/lnh.cnblogs.js"></script>
本项目使用sass
https://github.com/sass 进行编译。
- node用户 :
npm install -g sass
- docker用户 :
docker pull ghcr.io/linianhui/sass:1.23.7
(https://github.com/linianhui/docker/pkgs/container/sass)
热更新(结合Chrome调试用)
编译