部署hexo后样式丢失问题
发表于|更新于
|浏览量:
无息乌乎生,无绝乌乎续,无无乌乎有? ——明·宋应星《谈天·日说三》
如果遇到hexo部署到gitee后样式丢失,并且控制台没有报错的话,可以修改hexo配置文件

检查url和root这两项

还有一个注意点是,如果我们新建仓库的时候,尽量让仓库名、以及路径和gitee的登录名保持一致

这样的话我们部署好的博客的路径就可以省略掉子路径
仓库名和登录名不一致访问url:https://VampireAchao.github.io/blog
仓库名和登录名一致访问url:https://VampireAchao.github.io/
相关推荐
2025-03-24
解决gpedit.msc无法被识别问题
请用一枝玫瑰纪念我。——马尔克斯《霍乱时期的爱情》 将这段保存为bat并用管理员执行: 1234567891011@echo offpushd "%~dp0"dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txtdir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txtfor /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"C:\Windows\servicing\Packages\%%i"pause 即可解决win11家庭中文版运行gpedit.msc打开本地组策略...
2022-11-13
在线制作gif icon
慎重和检点是女孩子最好的才智——夏洛蒂·勃朗特 分享一个在线制作gif icon的网站: https://loading.io/ 非常的好用
2023-06-11
designpatternsgame
友谊绝对不会忍受长期和频繁的忠告。——罗伯特·林德 分享一个学习设计模式的网站 https://designpatternsgame.com/ 其对应的源码仓库:https://github.com/zoltantothcom/Design-Patterns-JavaScript 相当的哇塞
2020-10-16
idea配置注释模板
见善如不及,见不善如探汤。——《论语》 首先打开设置 File->Settings 然后自定义 123456789/** * @ClassName: ${NAME} * @Description: 我还没有写描述 * @Date: $DATE $TIME * * * @author: <achao1441470436@gmail.com> * @version: 1.0 * @since: JDK 1.8 */ 如果我们要自定义方法注释模板的话需要找到Editor->Live Templates 然后新建组 名字随便写 然后新建Live Template动态模板 缩写写个*,上面的默认展开设为回车 123456789* * @MethodName: $methodName$ * @Description: 我还没有写描述 * @Date: $date$ $time$ * * * @author: <achao1441470436@gmail.com> * @param: $methodParameters$...
2022-10-15
节假日补班日历
生存本身是一种徒劳。——《雪国》 地址:https://github.com/lanceliao/china-holiday-calender ics:https://www.shuyz.com/githubfiles/china-holiday-calender/master/holidayCal.ics
2022-11-05
emoji大全
豁达的心胸能够修补专事诽谤的恶舌——荷马 分享一个开源库 https://github.com/ikatyang/emoji-cheat-sheet 其中收录了大部分emoji以及对应的markdown emoji-cheat-sheet This cheat sheet is automatically generated from GitHub Emoji API and Unicode Full Emoji List. Table of Contents Smileys & Emotion People & Body Animals & Nature Food & Drink Travel & Places Activities Objects Symbols Flags GitHub Custom Emoji Smileys & Emotion Face Smiling Face Affection Face Tongue Face Hand Face Neutral Skeptical Face Sleepy Fa...

阿超
我的名字叫阿超 年龄25岁 家在北京市 职业是软件开发 每天最晚也会在八点前回家 不抽烟 酒浅尝辄止 晚上十二点上床 保证睡足八个小时 睡前写一篇博客 再做二十分钟俯卧撑暖身 然后再睡觉 基本能熟睡到天亮 像婴儿一样不留下任何疲劳和压力 就这样迎来第二天的早晨 健康检查结果也显示我很正常 我想说明我是一个不论何时都追求内心平稳的人 不拘泥于胜负 不纠结于烦恼 不树立使我夜不能寐的敌人 这就是我在这社会的生活态度
Follow Me公告
This is my Blog