add new posts

This commit is contained in:
root
2026-04-06 16:37:26 +00:00
commit 2dce503276
13 changed files with 377 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
portfolio:
build: .
container_name: hugo-portfolio
restart: unless-stopped
ports:
- "8081:80"