一个简洁的、多设备支持的 Jekyll 博客模板,用于搭建我的独立博客。
我的独立博客 主题基于 maupassant-jekyll
重新修改和优化,同时很大程度上参考了 oukohou 的博客主题, 感谢。
模板预览:
希望你在介绍自己的博客主题时,也能像上面一样,援引一下我的博客主题~~
安装 Jekyll 本地环境,以便于调试:
gem install jekyll
jekyll new my-awesome-site
cd my-awesome-site
bundle install
bundle exec jekyll serve
# => 打开浏览器 http://localhost:4000
下载原作者主题安装调试:
git clone https://github.com/alafighting/maupassant-jekyll.git maupassant
cd maupassant
# 当然你也可以选择clone我的这个更改后的博客主题,只需改一下地址即可:
# git clone https://github.com/oukohou/oukohou.github.io oukohou
# cd oukohou
gem install jekyll-paginate
jekyll build
jekyll server
fgc346(fgc346@163.com)
2023-04-10