mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 14:53:50 +00:00
feat: self_host enabled, added baseurl
This commit is contained in:
@@ -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 ------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user