liuliuod.github.io

liuliuod.github.io

Resume & Knowledge Sharing

Jekyll

Jekyll is a popular static site generator. Can use to further customize your GitHub Pages site.

How to init Jekyll project

$ gem install jekyll bundler
$ jekyll new --skip-bundle .

How to run existed Jekyll project

$ bundle install
$ bundle exec jekyll serve --host 0.0.0.0

Run by Docker

$ docker-compose up -d --build
# this app will serve at port 4000

References

Resume