1
0

modified: compose.yml

modified:   hugo.toml

changed user cred
This commit is contained in:
2025-12-03 12:07:59 +01:00
parent d34a177e15
commit aaa21ffa75
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ services:
hugo: hugo:
image: hugomods/hugo:0.135.0 image: hugomods/hugo:0.135.0
container_name: hugo container_name: hugo
user: 1000:1000
volumes: volumes:
- ./:/src - ./:/src
#ports: #ports:

View File

@@ -4,7 +4,7 @@ title = "TechnicalBlog"
theme = "terminal" theme = "terminal"
[params] [params]
themeColor = "blue" themeColor = "pink"
fullWidthTheme = false fullWidthTheme = false
centerTheme = true centerTheme = true