add new posts

This commit was merged in pull request #1.
This commit is contained in:
root
2026-04-06 16:37:26 +00:00
committed by 15lu.akari
parent 382eba4a1e
commit a2c07bd2dc
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"