- Clone/download this repository.
cd
into the cloned/downloaded repository and run the commandbundle
.- Run the command
jekyll serve
.
docker run -p 4000:4000 howtolearn-de:latest server --host=0.0.0.0
docker image build -t howtolearn-de .
docker run -v $(pwd)/dist:/src/dist howtolearn-de:latest
The package.json is for deploying to Netlify. It tells Netlify to install the Pug-CLI NPM package which is needed in order to run Jekyll-Pug.
Run bundle exec jekyll build --source src --destination dist && cp -r dist/* .
and then add all and push to github.