tigefa4u/tigefa4u.github.io

tigefa jekyll blog template site

v3.5.1 2018-09-04 04:20 UTC

README

Indonesia Travel

tigefa4u.github.io

personal notes build with jekyll.

Open in Gitpod Build status DOI GitHub license Twitter Follow Google Groups

Built with

lets begin with test

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 http://localhost:4000

Syncing existing jekyll blog/site

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

License