@@ -23,7 +23,7 @@ description: >- # used by seo meta and the atom feed
2323
2424# Fill in the protocol & hostname for your site.
2525# e.g. 'https://username.github.io', note that it does not end with a '/'.
26- url : " "
26+ url : " https://os-santiago.github.io "
2727
2828github :
2929 username : os-santiago # change to your github username
@@ -53,6 +53,9 @@ google_site_verification: # fill in to your verification string
5353google_analytics :
5454 id : # fill in your Google Analytics ID
5555
56+ goatcounter :
57+ id : # fill in your Goatcounter ID
58+
5659# Prefer color scheme setting.
5760#
5861# Note: Keep empty will follow the system prefer color by default,
@@ -76,6 +79,10 @@ img_cdn:
7679# the avatar on sidebar, support local or CORS resources
7780avatar :
7881
82+ # The URL of the site-wide social preview image used in SEO `og:image` meta tag.
83+ # It can be overridden by a customized `page.image` in front matter.
84+ social_preview_image : # string, local or CORS resources
85+
7986# boolean type, the global switch for TOC in posts.
8087toc : true
8188
@@ -108,13 +115,28 @@ assets:
108115 env : # [development|production]
109116
110117pwa :
111- enabled : true # the option for PWA feature
118+ enabled : true # the option for PWA feature (installable)
119+ cache :
120+ enabled : true # the option for PWA offline cache
121+ # Paths defined here will be excluded from the PWA cache.
122+ # Usually its value is the `baseurl` of another website that
123+ # shares the same domain name as the current website.
124+ deny_paths :
125+ # - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
112126
113127paginate : 10
114128
115129# The base URL of your site
116130baseurl : " "
117131
132+ plugins :
133+ - jekyll-archives
134+ - jekyll-include-cache
135+ - jekyll-paginate
136+ - jekyll-redirect-from
137+ - jekyll-seo-tag
138+ - jekyll-sitemap
139+
118140# ------------ The following options are not recommended to be modified ------------------
119141
120142kramdown :
@@ -154,10 +176,6 @@ defaults:
154176 values :
155177 layout : page
156178 permalink : /:title/
157- - scope :
158- path : assets/img/favicons
159- values :
160- swcache : true
161179 - scope :
162180 path : assets/js/dist
163181 values :
0 commit comments