add readme

This commit is contained in:
Elias Ahokas
2025-09-26 11:56:44 +03:00
parent f9819dcefd
commit 1cc0afa342

19
README.md Normal file
View File

@@ -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
```