Fluid
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于

hexo 搭建的坑

hexo 搭建过程踩坑页面没有 css 样式复现:按照官网给出的快速开始,依次执行 12345npm install hexo-cli -ghexo init blogcd blognpm installhexo server 即可稳定复现,打开的页面没有 css 样式,全是默认 html 元素的样子。 尝试以下方案均无效: 删除 node_modules 文件夹,重新 npm install
2025-01-21
hexo
#git #hexo #github

测试

测试文章nohup(no hang up),意思就是不挂断运行,用nohup运行命令可以使命令永久执行下去,和用户终端没有关系,断开SSH不影响运行,nohup捕获了SIGHUP,并做了忽略处理,因此当屏幕关闭,断网等造成ssh中断时进程不会退出。但是ctrl+c可以关闭关闭该进程。因此大多数情况同时使用nohup和&启动的程序,ctrl+c和关闭终端都无法关闭。在缺省情况下所有输出都被重
2025-01-21
test

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick
2025-01-21
1…678

搜索

Hexo Fluid