Skip to content

leochen-ai/leochen-ai.github.io

 
 

Repository files navigation

Website Build Status

Write

bundle exec jekyll post "My New Post"

Run

bundle exec jekyll serve --livereload

Run with Docker

docker run \
  --volume="$PWD:/srv/jekyll" \
  -p 4000:4000 -p 35729:35729 \
  -it jekyll/jekyll \
  jekyll serve --livereload

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • SCSS 3.5%
  • HTML 2.5%