Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。
更新yay
1 | $ yay -Syy |
下载 git nodejs npm
1 | $ yay -S git nodejs npm |
更换npm源
1 | $ sudo npm install -g cnpm --registry=https://registry.npm.taobao.org |
安装hexo
1 | $ sudo cnpm install -g hexo-cli |
创建项目(blog)
1 | $ hexo init blog |
下载主题
1 | $ git clone https://github.com/theme-next/hexo-theme-next themes/next |
github 发布
1 | $ npm install hexo-deployer-git --save |
2019年11月29日
next 主题下载
1 | $ mkdir themes/next |