- startbootstrap-clean-blog-jekyll
- serif-theme.netlify
- mimina
- bootstrap 4
bundle exec jekyll serve
jekyll clean #clean cache
jekyll doctor # Checks for URL conflicts
serve
$ jekyll serve
# Builds site and serves it at http://localhost:4000/
$ jekyll serve --detach
# Same as `jekyll serve` but will detach from the current terminal.
$ jekyll serve --no-watch
# Same as `jekyll serve` but will not watch for changes or autoregenerate site.