This is my personal blog, it is published at https://blog.ladslezak.cz/.
- Install the needed Ruby gems by
bundle install --path .vendor/bundle
command. - Run
bundle exec jekyll serve --watch
to build the site and start the local server. - Open http://127.0.0.1:4000/ in browser.
I use the free Firebase hosting service for publishing the blog.
The blog is built and deployed automatically by Travis, see the Travis Firebase deployment documentation.