Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 569 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 569 Bytes

dharnitski.github.io

Source code of my blog https://blog.dharnitski.com/

Prerequisites

For MacOS:

brew install ruby

update .zshrc - export PATH=/usr/local/Cellar/ruby/3.0.0_1/bin:$PATH

restart terminal

gem install bundler
bundler install

Build and run the blog locally

Script to start blog with debug info and unpublished posts:

bundle exec jekyll serve --verbose --trace --drafts --future

Open link in Browser:

http://127.0.0.1:4000/

Start with docker

docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve