Skip to content

Commit

Permalink
fix: Change timezone, in order to avoid "skipping" a future date
Browse files Browse the repository at this point in the history
(Scope):
posts, _config.yml
  • Loading branch information
JiaChangGit committed Mar 6, 2024
1 parent e1515d1 commit 6c8e0d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ highlight_theme: syntax-base16.monokai.dark # select a dark theme for the code h
# Author settings
author: Jia-Chang # add your name
author-pic: author-pic.jpg
about-author: Student
about-author: Human

# Contact links
email: [email protected] # Add your Email address
Expand All @@ -48,7 +48,7 @@ fbadmin:
# Paginate
paginate: 6
paginate_path: 'page:num'
words_per_minute: 200
words_per_minute: 100

extensions:
mermaid_enable: true
Expand All @@ -74,7 +74,7 @@ compress_html:
startings: [html, head, body]

# Outputting
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Asia/Taipei # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

category_archive:
type: liquid
Expand Down

0 comments on commit 6c8e0d4

Please sign in to comment.