mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-12 02:31:27 +08:00
feat: set hugo version for azure static web build
This commit is contained in:
@@ -31,6 +31,8 @@ jobs:
|
|||||||
api_location: "" # Api source code path - optional
|
api_location: "" # Api source code path - optional
|
||||||
output_location: "public" # Built app content directory - optional
|
output_location: "public" # Built app content directory - optional
|
||||||
###### End of Repository/Build Configurations ######
|
###### End of Repository/Build Configurations ######
|
||||||
|
env:
|
||||||
|
HUGO_VERSION: 0.91.2
|
||||||
|
|
||||||
close_pull_request_job:
|
close_pull_request_job:
|
||||||
if: github.event_name == 'pull_request' && github.event.action == 'closed'
|
if: github.event_name == 'pull_request' && github.event.action == 'closed'
|
||||||
|
|||||||
@@ -40,12 +40,10 @@ canonicalRelLinkBase = 'https://blog.colinx.one/'
|
|||||||
minuteReadingTime = "min read"
|
minuteReadingTime = "min read"
|
||||||
dateFormatSingle = "2006-01-02"
|
dateFormatSingle = "2006-01-02"
|
||||||
dateFormatList = "2006-01-02"
|
dateFormatList = "2006-01-02"
|
||||||
|
|
||||||
[languages.en.params.logo]
|
[languages.en.params.logo]
|
||||||
logoText = "Colinx Blog"
|
logoText = "Colinx Blog"
|
||||||
logoHomeLink = "/"
|
logoHomeLink = "/"
|
||||||
# or
|
# or
|
||||||
#
|
|
||||||
# path = "/img/your-example-logo.svg"
|
# path = "/img/your-example-logo.svg"
|
||||||
# alt = "Your example logo alt text"
|
# alt = "Your example logo alt text"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user