mirror of
https://github.com/zoriya/blog.git
synced 2025-12-06 06:26:10 +00:00
Fix hugo config
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
baseURL = 'https://zoriya.dev/'
|
baseURL = 'https://zoriya.dev/'
|
||||||
languageCode = 'en'
|
languageCode = 'en'
|
||||||
paginate = 50
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
googleAnalytics = "G-KK12E7TNEC"
|
googleAnalytics = "G-KK12E7TNEC"
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
titleCaseStyle = 'none'
|
titleCaseStyle = 'none'
|
||||||
|
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 50
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "RSS", "JSON"]
|
home = ["HTML", "RSS", "JSON"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user