Skip to content

a-d/a-d.github.io

Repository files navigation

deafflow.com

My Jekyll blog with GitHub Pages. Click here.

Build

Use Docker to run the project:

# build
docker run --rm --volume="$PWD:/srv/jekyll" -it jekyll/jekyll jekyll build
docker run --rm --volume="${pwd}:/srv/jekyll" -it jekyll/jekyll jekyll build

# serve and watch
docker run --name a-d --volume="$PWD:/srv/jekyll" -p 3000:4000 -it jekyll/jekyll jekyll serve --watch --drafts
docker run --name a-d --volume="${pwd}:/srv/jekyll" -p 3000:4000 -it jekyll/jekyll jekyll serve --watch --drafts

About

band website deafflow.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published