Skip to content

Commit

Permalink
🐛 Update time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Feb 25, 2024
1 parent e067ae9 commit 2a72f8c
Showing 1 changed file with 28 additions and 20 deletions.
48 changes: 28 additions & 20 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Tw93
description: "Hi,我是 Tw93,是一个前端工程师,会一点 Swift / Rust / Python,喜欢折腾各种新技术。"
title: Tw93
description: "Hi,我是 Tw93,是一个前端工程师,会一点 Swift / Rust / Python,喜欢折腾各种新技术。"

github: tw93
zhihu: tw93
Expand All @@ -8,28 +8,28 @@ v2ex: tw93

url: https://tw93.fun
menu:
- title: 'Categories'
url: '/categories.html'
- title: 'About'
url: '/about'
- title: 'Weekly'
url: 'https://weekly.tw93.fun/'
- title: 'Github'
url: 'https://github.com/tw93'
- title: 'RSS'
url: '/feed.xml'

timezone: Africa/El_Aaiun
locale: zh_CN
lang: zh-cmn-Hans
future: true
- title: "Categories"
url: "/categories.html"
- title: "About"
url: "/about"
- title: "Weekly"
url: "https://weekly.tw93.fun/"
- title: "Github"
url: "https://github.com/tw93"
- title: "RSS"
url: "/feed.xml"

timezone: Asia/Shanghai
locale: zh_CN
lang: zh-cmn-Hans
future: true
highlighter: rouge
markdown: kramdown
markdown: kramdown
sass:
sass_dir: _sass
style: compressed

permalink: /:year-:month-:day/:title.html
permalink: /:year-:month-:day/:title.html
assetUrl: //tw93.fun/images/
defaultImage: data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==

Expand All @@ -48,7 +48,15 @@ showBuyCoffee: true
payImage: //gw.alipayobjects.com/zos/k/vb/1.png

include: [".htaccess"]
exclude: ["Gemfile", "Gemfile.lock", "README.md", "LICENSE", "package.json","node_modules"]
exclude:
[
"Gemfile",
"Gemfile.lock",
"README.md",
"LICENSE",
"package.json",
"node_modules",
]

plugins:
- jekyll-paginate
Expand Down

0 comments on commit 2a72f8c

Please sign in to comment.