From e77792122c333981c8b6d1358c1f69ef93b05454 Mon Sep 17 00:00:00 2001 From: Colin <1580440944@qq.com> Date: Tue, 10 May 2022 15:51:46 +0800 Subject: [PATCH] feat: set hugo version for azure static web build --- .../workflows/azure-static-web-apps-nice-glacier-095b09e00.yml | 2 ++ config.toml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml b/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml index de58cb1..8ec7c76 100644 --- a/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml +++ b/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml @@ -31,6 +31,8 @@ jobs: api_location: "" # Api source code path - optional output_location: "public" # Built app content directory - optional ###### End of Repository/Build Configurations ###### + env: + HUGO_VERSION: 0.91.2 close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed' diff --git a/config.toml b/config.toml index ba0f031..37ea17a 100644 --- a/config.toml +++ b/config.toml @@ -40,12 +40,10 @@ canonicalRelLinkBase = 'https://blog.colinx.one/' minuteReadingTime = "min read" dateFormatSingle = "2006-01-02" dateFormatList = "2006-01-02" - [languages.en.params.logo] logoText = "Colinx Blog" logoHomeLink = "/" # or - # # path = "/img/your-example-logo.svg" # alt = "Your example logo alt text"