From 1883e375a705f0c65af9373b2a02c7a46e3e6767 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Wed, 16 Apr 2025 18:57:13 +0100 Subject: [PATCH] Add publishDate to make post appear in production --- content/blog/you-dont-always-need-docker/index.md | 1 + hugo.toml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/blog/you-dont-always-need-docker/index.md b/content/blog/you-dont-always-need-docker/index.md index d960b5c..5aa00ff 100644 --- a/content/blog/you-dont-always-need-docker/index.md +++ b/content/blog/you-dont-always-need-docker/index.md @@ -2,6 +2,7 @@ title: "You Don't Always Need Docker!" description: "Why using docker and other abstractions hinders your ability to learn about system administration, performance and security and makes you use services that are expensive solutions for your small or personal projects." date: 2025-04-16 +publishDate: 2025-04-16 --- ## What Even Was My Problem With Docker? diff --git a/hugo.toml b/hugo.toml index c9692c3..0f6f1d5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -43,7 +43,6 @@ enableRobotsTXT = true url = '/hazem-krimi.pdf' weight = 5 [[deployment.matchers]] - # Cache static assets for 1 year. pattern = "^.+\\.(js|css|svg|ttf)$" cacheControl = "max-age=31536000, no-transform, public" gzip = true @@ -52,7 +51,6 @@ enableRobotsTXT = true cacheControl = "max-age=31536000, no-transform, public" gzip = false [[deployment.matchers]] - # Set custom content type for /sitemap.xml pattern = "^sitemap\\.xml$" contentType = "application/xml" gzip = true