Update to match last version of jekill theme.

This commit is contained in:
Eduard Tolosa 2024-01-23 22:50:45 -05:00
parent ae50539ac8
commit 40fb5e479f

View file

@ -79,6 +79,10 @@ img_cdn: https://raw.githubusercontent.com/Edu4rdSHL/edu4rdshl.github.io/main/_i
# the avatar on sidebar, support local or CORS resources # the avatar on sidebar, support local or CORS resources
avatar: /edu4rdshl.jpeg avatar: /edu4rdshl.jpeg
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
social_preview_image: # string, local or CORS resources
# boolean type, the global switch for TOC in posts. # boolean type, the global switch for TOC in posts.
toc: true toc: true
@ -178,12 +182,11 @@ compress_html:
exclude: exclude:
- "*.gem" - "*.gem"
- "*.gemspec" - "*.gemspec"
- docs
- tools - tools
- README.md - README.md
- CHANGELOG.md
- LICENSE - LICENSE
- rollup.config.js - rollup.config.js
- node_modules
- package*.json - package*.json
jekyll-archives: jekyll-archives: