-
Don't forget to edit
src/_data/meta.js
and adjust the values to your details. -
Edit
index.md
to change the home page, and then create content withinsrc/pages
using any templating format you prefer to add content.
This starter comes fully dockerized and ready to be served. To be able to use these images, please run the following commands:
docker build . -t <name of your new image>
docker run -it -p 8080:8080 --rm --name <name of your new container> <name of the image you previously built>