Hexo & Typora 配置
Hexo 配置
修改配置文件
post_asset_folder: true
highlight:
enable: false
theme: lightx
deploy:
repository: https://github.com/songquanpeng/songquanpeng.github.io
执行以下命令
# 解决图片路径问题
npm install https://github.com/CodeFalling/hexo-asset-image --save
# 下载主题
git clone https://github.com/songquanpeng/hexo-theme-lightx.git source/lightx
Typora 配置
图片路径配置
Hexo 常用命令
hexo new “post-name”
hexo clean
hexo g
hexo s
hexo d
Links: Hexo-Typora-config