feat: set hugo version for azure static web build

This commit is contained in:
Colin
2022-05-10 15:51:46 +08:00
parent b442e2b8a4
commit e77792122c
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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"