diff --git a/compose.yml b/compose.yml index ffbd27d..703668b 100644 --- a/compose.yml +++ b/compose.yml @@ -2,6 +2,7 @@ services: hugo: image: hugomods/hugo:0.135.0 container_name: hugo + user: 1000:1000 volumes: - ./:/src #ports: diff --git a/hugo.toml b/hugo.toml index a06e500..be89ee6 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,7 +4,7 @@ title = "TechnicalBlog" theme = "terminal" [params] - themeColor = "blue" + themeColor = "pink" fullWidthTheme = false centerTheme = true