Skip to content

Commit 8d36e32

Browse files
committed
update timezone
1 parent 955c016 commit 8d36e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/_default/hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### General
22
baseURL = 'https://plctlab.github.io' # Enter your full production URL
33
languageCode = 'en-us' # Default
4-
timeZone = 'America/New_York' # IANA timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
4+
timeZone = 'Asia/Shanghai' # IANA timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
55
title = 'PLCT Lab' # Site title used throughout site
66
theme = 'hugo-liftoff'
77

@@ -130,7 +130,7 @@ enableEmoji = true # Use Emojis in content
130130
enableGitInfo = false # Default, enable to use git for lastmod (can be overwritten in frontmatter)
131131
ignoreFiles = [] # Default
132132
# newContentEditor = 'code' # Set VS Code as default editor
133-
paginate = 10 # Default
133+
paginate = 20 # Default
134134
paginatePath = 'page' # Default
135135
#pluralizeListTitles = true # Default
136136
publishDir = 'public' # Default

0 commit comments

Comments
 (0)