Update _config.yml

This commit is contained in:
浪子 2023-12-19 09:36:49 +08:00 committed by GitHub
parent 557f9f6acf
commit 9da96066af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@ timezone: ''
# URL # URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project' ## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://jkjoy.cn url: https://blog.jkjoy.cn
permalink: :year/:abbrlink.html permalink: :year/:abbrlink.html
permalink_defaults: permalink_defaults:
pretty_urls: pretty_urls:
@ -126,14 +126,14 @@ deploy:
#passphrase: [passphrase] #passphrase: [passphrase]
#agent: [path/to/agent/socket] #agent: [path/to/agent/socket]
# 停用FTP # 停用FTP
- type: ftpsync # - type: ftpsync
host: 103.51.147.162 # host: 103.51.147.162
port: 21 # port: 21
remote: / # remote: /
user: dacc20dd # user: dacc20dd
password: LhMBJAfOjyvp8FUR # password: LhMBJAfOjyvp8FUR
ignore: false # ignore: false
passive: true # passive: true
# verbose: false # verbose: false
## 地图 ## 地图
baidusitemap: baidusitemap:
@ -169,4 +169,4 @@ abbrlink:
over_write: false over_write: false
auto_title: false #enable auto title, it can auto fill the title by path auto_title: false #enable auto title, it can auto fill the title by path
auto_date: false #enable auto date, it can auto fill the date by time today auto_date: false #enable auto date, it can auto fill the date by time today
force: false #enable force mode,in this mode, the plugin will ignore the cache, and calc the abbrlink for every post even it already had abbrlink. This only updates abbrlink rather than other front variables. force: false #enable force mode,in this mode, the plugin will ignore the cache, and calc the abbrlink for every post even it already had abbrlink. This only updates abbrlink rather than other front variables.