更新
This commit is contained in:
parent
0b40a7a990
commit
072a2f6faa
15
README.md
15
README.md
@ -1,8 +1,13 @@
|
||||
Typecho Joe 主题新一代版本
|
||||
|
||||
SCSS 本地编译方式(如果需要修改样式):
|
||||
1、安装 Node.js
|
||||
2、node.js 安装完成后,安装 node-scss(npm i -g node-sass)
|
||||
3、安装 VSCode
|
||||
4、VSCode 软件安装 `scss-to-css` 插件(https://github.com/yutent/scss-to-css/blob/master/README_ZH.md)
|
||||
5、上面步骤安装完成后,在编写 SCSS 文件时,直接保存,即可生成编译后的 CSS 文件
|
||||
1、安装 Node.js
|
||||
2、node.js 安装完成后,安装 node-scss(npm i -g node-sass)
|
||||
3、安装 VSCode
|
||||
4、VSCode 软件安装 `scss-to-css` 插件(https://github.com/yutent/scss-to-css/blob/master/README_ZH.md)
|
||||
5、上面步骤安装完成后,在编写 SCSS 文件时,直接保存,即可生成编译后的 CSS 文件
|
||||
|
||||
|
||||
1. 主题开源免费 + 持续更新
|
||||
2. 将主题上传到Typecho博客usr/themes文件夹后,确保主题文件夹名为:Joe (J是大写的J,不要改成小写)
|
||||
3. 主题QQ群:198963776(有问题在群内艾特我QQ:2323333339)
|
@ -52,8 +52,8 @@
|
||||
<!-- 全局公用CSS(静态资源放在了CDN上,如果你的服务器带宽不够,请不要修改成本地,cdn采用jsdelivr放心不会失效) -->
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.mode.css'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.normalize.css'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.global.css?v=21221'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.responsive.css?v=545'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.global.css?v=3434'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.responsive.css?v=3434'); ?>">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/qmsg/qmsg.css" />
|
||||
<link rel="stylesheet" href="https://apip.weatherdt.com/standard/static/css/weather-standard.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" />
|
||||
|
@ -15,7 +15,7 @@
|
||||
<head>
|
||||
<?php $this->need('public/include.php'); ?>
|
||||
<!-- 视频页面需要用到的CSS及JS -->
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.video.css'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.video.css?v=3434'); ?>">
|
||||
<script src="<?php $this->options->themeUrl('assets/js/joe.video.js'); ?>"></script>
|
||||
</head>
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
1. 主题开源免费 + 持续更新
|
||||
2. 将主题上传到Typecho博客usr/themes文件夹后,确保主题文件夹名为:Joe (J是大写的J,不要改成小写)
|
||||
3. 主题QQ群:198963776(有问题在群内艾特我QQ:2323333339)
|
Loading…
Reference in New Issue
Block a user