# Easily enable fast Ajax navigation on your website. # For more information: https://github.com/next-theme/pjax pjax: true
# FancyBox is a tool that offers a nice and elegant way to add zooming functionality for images. # For more information: https://fancyapps.com/fancybox/ fancybox: true
# Medium Zoom is a JavaScript library for zooming images like Medium. # Warning: Do not enable both `fancybox` and `mediumzoom`. # For more information: https://medium-zoom.francoischalifour.com mediumzoom: false
# Vanilla JavaScript plugin for lazyloading images. # For more information: https://apoorv.pro/lozad.js/demo/ lazyload: true
# Automatically insert whitespace between CJK and half-width characters. # For more information: https://github.com/vinta/pangu.js # Server-side plugin: https://github.com/next-theme/hexo-pangu pangu: true
# Prefetch links based on what is in the user's viewport. # For more information: https://getquick.link # Front-matter variable (nonsupport home archive). quicklink: enable: true
# Home page and archive page can be controlled through home and archive options below. # This configuration item is independent of `enable`. home: true archive: true
# Default (true) will initialize quicklink after the load event fires. delay: true # Custom a time in milliseconds by which the browser must execute prefetching. timeout: 3000 # Default (true) will attempt to use the fetch() API if supported (rather than link[rel=prefetch]). priority: true