From 1cc0afa342b595f5de915deabc770dc1b7cd8acf Mon Sep 17 00:00:00 2001 From: Elias Ahokas Date: Fri, 26 Sep 2025 11:56:44 +0300 Subject: [PATCH] add readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md 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 +```