Skip to content

Latest commit

 

History

History
executable file
·
11 lines (6 loc) · 201 Bytes

File metadata and controls

executable file
·
11 lines (6 loc) · 201 Bytes

My blog and personal homepage

Somewhere where I write about algorithms and mathematics

to build

docker build -t my-blog .

to run

docker run --rm -p 4000:4000 -v $(pwd):/srv/jekyll my-blog