Skip to content

tacerus/site

 
 

Repository files navigation

Testing locally

I'm doing this in docker since macOS' Ruby is weird and broken.

Grab the image:

docker pull machines/jekyll

Update the gemfile:

docker run --rm \
  --mount type=bind,source="$PWD",target=/srv/jekyll \
  --publish 4000:4000 \
  jekyll/jekyll \
  bundle update

Run it in "serve" mode:

docker run --rm \
  --mount type=bind,source="$PWD",target=/srv/jekyll \
  --publish 4000:4000 \
  jekyll/jekyll \
  jekyll serve

This'll expose it on http://localhost:4000, open the link and you should see the site.

About

Static Site for Kanidm.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.4%
  • SCSS 36.6%
  • Makefile 2.0%