feat: self_host enabled, added baseurl

This commit is contained in:
2024-08-13 14:15:01 +09:00
parent bda1f99a4a
commit 178124644a

View File

@@ -129,10 +129,10 @@ comments:
# Self-hosted static assets, optional https://github.com/cotes2020/chirpy-static-assets # Self-hosted static assets, optional https://github.com/cotes2020/chirpy-static-assets
assets: assets:
self_host: self_host:
enabled: # boolean, keep empty means false enabled: true # boolean, keep empty means false
# specify the Jekyll environment, empty means both # specify the Jekyll environment, empty means both
# only works if `assets.self_host.enabled` is 'true' # only works if `assets.self_host.enabled` is 'true'
env: # [development | production] env: production # [development | production]
pwa: pwa:
enabled: true # the option for PWA feature (installable) enabled: true # the option for PWA feature (installable)
@@ -147,7 +147,7 @@ pwa:
paginate: 10 paginate: 10
# The base URL of your site # The base URL of your site
baseurl: "" baseurl: "https://log.zxcvber.com"
# ------------ The following options are not recommended to be modified ------------------ # ------------ The following options are not recommended to be modified ------------------