Commit 00e4402 1 parent 212d63e commit 00e4402 Copy full SHA for 00e4402
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
baseURL = " https://gohugo.io/"
2
- paginate = 100
2
+ paginate = 100
3
3
defaultContentLanguage = " en"
4
4
enableEmoji = true
5
5
# Set the unicode character used for the "return" link in page footnotes.
@@ -73,7 +73,7 @@ toLower = false
73
73
name = " keywords"
74
74
weight = 100
75
75
[[related .indices ]]
76
- name = " date"
76
+ name = " date"
77
77
weight = 10
78
78
pattern = " 2006"
79
79
Original file line number Diff line number Diff line change @@ -8,20 +8,20 @@ HUGO_ENV = "production"
8
8
HUGO_ENABLEGITINFO = " true"
9
9
10
10
[context .split1 ]
11
- command = " hugo --gc --minify --enableGitInfo"
11
+ command = " hugo --gc --minify --enableGitInfo"
12
12
13
13
[context .split1 .environment ]
14
14
HUGO_VERSION = " 0.54.0"
15
15
HUGO_ENV = " production"
16
16
17
17
[context .deploy-preview ]
18
- command = " hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
18
+ command = " hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
19
19
20
20
[context .deploy-preview .environment ]
21
21
HUGO_VERSION = " 0.54.0"
22
22
23
23
[context .branch-deploy ]
24
- command = " hugo --gc --minify -b $DEPLOY_PRIME_URL"
24
+ command = " hugo --gc --minify -b $DEPLOY_PRIME_URL"
25
25
26
26
[context .branch-deploy .environment ]
27
27
HUGO_VERSION = " 0.54.0"
You can’t perform that action at this time.
0 commit comments