tigefa4u / tigefa4u.github.io
tigefa jekyll 博客模板站点
v3.5.1
2018-09-04 04:20 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-19 05:53:30 UTC
README
tigefa4u.github.io
个人笔记,使用 jekyll 构建。
使用
从测试开始
git clone https://github.com/tigefa4u/tigefa4u.github.io.git username.github.io.git cd username.github.io gem install bundler --no-ri --no-rdoc bundle install # edit _config.yml bundle exec jekyll server -w => Now browse to https://:4000
同步现有的 jekyll 博客/站点
cd username.github.io git remote add tigefa4u -m master https://github.com/tigefa4u/tigefa4u.github.io.git git pull -s recursive -X theirs tigefa4u master gem install bundler --no-ri --no-rdoc bundle install bundle exec jekyll serve -w