update confs

This commit is contained in:
Elias Ahokas
2025-09-26 17:54:10 +03:00
parent 120090f36c
commit abd0688375
3 changed files with 15 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ Hugo allows for quick websites to be made with markdown.
## Developing
Run test server:
Run test server
```
docker compose up
```
@@ -17,3 +17,8 @@ Deploy updates to server
```
./deploy.sh
```
Create new page
```
hugo new --kind post path/post.md
```