Skip to content

Personal Website for Chris Schuld - hosted via Github Pages at chrisschuld.com

License

Notifications You must be signed in to change notification settings

cbschuld/chrisschuld.com-legacy

Repository files navigation

Chris Schuld's Blog

Based on Mark Otto's Hyde Jekyll Template

Local Development - Building

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

Local Development - Execution

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

Author

Chris Schuld

License

Open sourced under the MIT license.

<3

About

Personal Website for Chris Schuld - hosted via Github Pages at chrisschuld.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published