Skip to content

WalkerWalker/jiamin.io

 
 

Repository files navigation

Jiamin Zhu's Blog

Based on Mark Otto's Hyde Jekyll Template and forked from Chris Schuld's Blog repo

Local Development - Building

export JEKYLL_VERSION=3.7
docker run --env=DEBUG=true --rm --volume="/var/www/jiamin.io:/srv/jekyll" -it jekyll/jekyll:$JEKYLL_VERSION jekyll build

Local Development - Execution

export JEKYLL_VERSION=3.7
docker run --name jiamin.io --env=DEBUG=true --rm --volume="/private/var/www/jiamin.io/:/srv/jekyll" -p 3000:4000 -it jekyll/jekyll:$JEKYLL_VERSION jekyll serve --watch --drafts

License

Open sourced under the MIT license.

<3

About

Personal Website for Jiamin Zhu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 63.6%
  • HTML 29.8%
  • Python 5.1%
  • Shell 1.2%
  • Ruby 0.3%