搭建静态网页
搭建静态网页
Part1
创建仓库,命名为
aspect-ux.github.io
,找到Pages,发现site 是显示了。安装node.js 参考(26条消息) Node.js详细安装教程(2021)_cheerileeyoki的博客-CSDN博客_node安装教程
安装hexo,报错有可能是权限,删去c盘下的.npmrc???
大抵是nodejs版本太高了
配置
_config.yml
1
2
3
4
5
6# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: https://github.com/aspect-ux/aspect-ux.github.io.git
branch: main
然后
更改主题git clone https://github.com/litten/hexo-theme-yilia.git themes/yilia
更改yml文件
主题配置参照:(26条消息) 使用 Github 空间搭建 Hexo 技术博客——使用NexT优化博客(五)_WuGenQiang的博客-CSDN博客
1 | hexo c |
值得注意的是,传统的markdown语法无法显示图片
1
post_asset_folder: false` 修改为 `post_asset_folder: true
npm install https://github.com/7ym0n/hexo-asset-image --save
最后需要新建与文章同名的文件夹存放图片
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.