diff --git a/content/en/news/0.69.0-relnotes/hugo-69-easter-featured.png b/content/en/news/0.69.0-relnotes/hugo-69-easter-featured.png new file mode 100644 index 000000000..d1b413142 Binary files /dev/null and b/content/en/news/0.69.0-relnotes/hugo-69-easter-featured.png differ diff --git a/content/en/news/0.69.0-relnotes/index.md b/content/en/news/0.69.0-relnotes/index.md index 2a96cd9ef..13bb1b76b 100644 --- a/content/en/news/0.69.0-relnotes/index.md +++ b/content/en/news/0.69.0-relnotes/index.md @@ -1,12 +1,12 @@ --- date: 2020-04-10 -title: "0.69.0" -description: "0.69.0" +title: "Post Build Resource Transformations" +description: "Hugo 0.69.0 allows you to delay resource processing to after the build, the prime use case being removal of unused CSS." categories: ["Releases"] --- - It's Eeaster, a time for mysteries and puzzles. And at first glance, this Hugo release looks a little mysterious. The core of if is a mind-twister: +**It's Eeaster, a time for mysteries and puzzles.** And at first glance, this Hugo release looks a little mysterious. The core of if is a mind-twister: ```go-html-template {{ $css := resources.Get "css/main.css" }} diff --git a/netlify.toml b/netlify.toml index f7b857cab..5eac97983 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" command = "hugo --gc --minify" [context.production.environment] -HUGO_VERSION = "0.68.3" +HUGO_VERSION = "0.69.0" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true" command = "hugo --gc --minify --enableGitInfo" [context.split1.environment] -HUGO_VERSION = "0.68.3" +HUGO_VERSION = "0.69.0" HUGO_ENV = "production" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.68.3" +HUGO_VERSION = "0.69.0" [context.branch-deploy] command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.68.3" +HUGO_VERSION = "0.69.0" [context.next.environment] HUGO_ENABLEGITINFO = "true" diff --git a/resources/_gen/images/news/0.69.0-relnotes/hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_480x0_resize_catmullrom_2.png b/resources/_gen/images/news/0.69.0-relnotes/hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_480x0_resize_catmullrom_2.png new file mode 100644 index 000000000..69d524d72 Binary files /dev/null and b/resources/_gen/images/news/0.69.0-relnotes/hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_480x0_resize_catmullrom_2.png differ diff --git a/resources/_gen/images/news/0.69.0-relnotes/hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_640x0_resize_catmullrom_2.png b/resources/_gen/images/news/0.69.0-relnotes/hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_640x0_resize_catmullrom_2.png new file mode 100644 index 000000000..220add9f7 Binary files /dev/null and b/resources/_gen/images/news/0.69.0-relnotes/hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_640x0_resize_catmullrom_2.png differ