- install jekyll using
gem install jekyll bundler
bundle install
bundle exec jekyll serve
- go http://127.0.0.1:4000/Lacerta/
or
docker-compose up --build
- go http://127.0.0.1:4000/Lacerta/
There are two system test pages:
Follow Jekyll Dev Guide
bundle exec jekyll page "page_name"
bundle exec jekyll post "post_name"