Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 656 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 656 Bytes

This is the repo for my personal blog powered by static site generator jekyll and github pages.

Using the docker environment

Generate container: docker build -t blog.

Run with terminal: docker run -it --rm -v $(pwd):/site -p 4000:4000 blog /bin/bash

Serve: bundle exec jekyll serve --host 0.0.0.0.

Generate site: bundle exec jekyll build.