讨论数量:
dobeen.net 看看行不,自己写的,功能比较简陋单一,如果需要的话可以提供。
dobeen.net 看看行不,自己写的,功能比较简陋单一,如果需要的话可以提供。
codeover.cn IP+1 哈哈 :joy:
我的这个博客是 hexo 做的,主题我自己开发的,仓库地址: github.com/f-dong/hexo-theme-minim...
安装方式如下
npm install hexo-cli -g
hexo init blog
cd blog
npm install
git clone https://github.com/f-dong/hexo-theme-minimalism.git themes/hexo-theme-minimalism
随后修改 _config.yml
文件中的 theme:
为 theme: hexo-theme-minimalism
然后运行 hexo server
打开浏览器访问 127.0.0.1:4000
即可预览,使用 hexo g
即可将博客文件打包至 public
,详情可参考 hexo 文档。也可以看下我这个仓库,使用实现了 GitHub Actions 实现了自动发布:github.com/f-dong/blog
dobeen.net 看看行不,自己写的,功能比较简陋单一,如果需要的话可以提供。