Skip to content

juliankamil/juliankamil.jekyll

Repository files navigation

Julian I. Kamil / Jekyll

Build and deployment steps

  • Run cors-anywhere

** Run cors-anywhere directly

PORT=1080 nohup nodejs server.js &

** Run cors-anywhere in a Docker container

cd $WORKSPACE_DIR/dc-cors-anywhere
docker-compose up -d
  • Run jekyll to build the site
    bundle exec jekyll build
  • Run jekyll to serve the site
    bundle exec jekyll serve --host=0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published