Have Bear

Home Archives
2021-04-30
Share
2021-04-30
Share
2021-04-30
Share
2021-04-30

关于如何编写技术相关的博客

从背景,是什么,怎么做,以及实践等角度出发

Share
  • 其他
2021-04-12

Hexo常见问题处理

Deployer not found

form https://www.jianshu.com/p/5e0ca2b14815
_config.yml配置中的deploy下的“type”字段中的“github”改为“git”
再执行
npm install hexo-deployer-git –save

hexo发布后,github pages的Custom domain配置项被清空是什么原因?

form https://segmentfault.com/q/1010000017130592
新建一个名为CNAME(不要指定文件类型)的文件丢在source里面,然后 hexo clean hexo g hexo d,然后就可以了

Share
  • Hexo
2021-04-12

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 Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Share
« __('prev')1…111213

标签

  • Hexo
  • JavaScript
  • SCSS
  • Vue
  • Vue.js 设计与实现
  • Vue3
  • Webpack
  • 人月神话
  • 其他
  • 前端
  • 前端工程化
  • 备忘录
  • 开发日志
  • 插件
  • 架构
  • 框架
  • 浏览器
  • 算法
  • 设计原则和编程技巧
  • 设计模式
  • 转载
  • 阅读
  • 面试

标签云

Hexo JavaScript SCSS Vue Vue.js 设计与实现 Vue3 Webpack 人月神话 其他 前端 前端工程化 备忘录 开发日志 插件 架构 框架 浏览器 算法 设计原则和编程技巧 设计模式 转载 阅读 面试

归档

  • 十二月 2024
  • 十一月 2024
  • 十月 2024
  • 九月 2024
  • 九月 2023
  • 七月 2022
  • 四月 2022
  • 十二月 2021
  • 十一月 2021
  • 九月 2021
  • 八月 2021
  • 七月 2021
  • 五月 2021
  • 四月 2021

最新文章

  • 收集的前端面试题 - Vue3 篇
  • 收集的前端面试题 - TypeScript 篇
  • 探索 flex:1 常见问题与解决方案
  • 记录一次通过无头浏览器获取B站UP的所有视频
  • 收集的前端面试题 - HTML 篇
© 2024 havebear
Powered by Hexo
Home Archives