Loading blog/docker-compose.blog.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ services: environment: - HUGO_REFRESH_TIME=3600 - HUGO_THEME=hugo-theme-cactus-plus - HUGO_BASEURL=/ - HUGO_BASEURL=https://blog.${SITE} volumes: - ./blog/blog:/src - ./blog/nginx/conf/www:/output Loading test_config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ services: - /home/runner/work/make-my-server/make-my-server/blog/nginx/logs:/var/log/nginx:rw blog-builder: environment: HUGO_BASEURL: / HUGO_BASEURL: https://blog. HUGO_REFRESH_TIME: '3600' HUGO_THEME: hugo-theme-cactus-plus image: jojomi/hugo:0.59 Loading Loading
blog/docker-compose.blog.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ services: environment: - HUGO_REFRESH_TIME=3600 - HUGO_THEME=hugo-theme-cactus-plus - HUGO_BASEURL=/ - HUGO_BASEURL=https://blog.${SITE} volumes: - ./blog/blog:/src - ./blog/nginx/conf/www:/output Loading
test_config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ services: - /home/runner/work/make-my-server/make-my-server/blog/nginx/logs:/var/log/nginx:rw blog-builder: environment: HUGO_BASEURL: / HUGO_BASEURL: https://blog. HUGO_REFRESH_TIME: '3600' HUGO_THEME: hugo-theme-cactus-plus image: jojomi/hugo:0.59 Loading