Skip to content

VertLife/vertlife.github.io

 
 

Repository files navigation

VertLife

The VertLife website. This is a jekyll site that uses kramdown flavored markdown and Bootstrap css.

To run locally in a docker environment run:

docker run --rm \
  --volume="$PWD:/srv/jekyll" \
  -p 4000:4000 \
  jekyll/jekyll \
  jekyll serve --host 0.0.0.0

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.4%
  • HTML 36.4%
  • CSS 1.2%