diff --git a/README.md b/README.md new file mode 100644 index 0000000..3181d2e --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# A simple portfolio website + +Built with hugo and papermod. + +Hugo allows for quick websites to be made with markdown. + +--- + +## Developing + +Run test server: +``` +docker compose up +``` + +Deploy updates to server +``` +./deploy.sh +```