PJAX
Pjax is a standalone JavaScript module that uses AJAX (XmlHttpRequest) and pushState() to deliver a fast browsing experience.
It allows you to completely transform the user experience of standard websites (server-side generated or static ones) to make users feel like they are browsing an app, especially for those with low bandwidth connections.
Please use the absolute path of the image or Hexo asset_img tag in your posts, otherwise the images may fail to load during Pjax refresh.
You can enable it by setting value pjax to true in NexT config file.
# Easily enable fast Ajax navigation on your website. |
Fancybox
NexT supports the fancybox plugin, which is a jQuery lightbox script for displaying images, videos and more. Touch enabled, responsive and fully customizable.
You can enable it by setting value fancybox to true in NexT config file.
fancybox: true |
Medium Zoom
Medium Zoom is a JavaScript library for zooming images like Medium.
You can enable it by setting value mediumzoom to true in NexT config file.
# A JavaScript library for zooming images like Medium. |
Do not enable both fancybox and mediumzoom.
Lazyload
Lozad.js is a lazy loader plugin in modern vanilla JavaScript. It delays loading of images in long web pages. Images outside of viewport will not be loaded before user scrolls to them. This is opposite of image preloading.
You can enable it by setting value lazyload to true in NexT config file.
# Vanilla JavaScript plugin for lazyloading images. |
Then run the following command in site root dir to ensure that lazyload can be enabled or disabled correctly:
hexo clean |
Pangu Autospace
pangu.js will automatically insert a blank space between all the Chinese characters and the hexagonal English numeric symbols on the page.
You can enable it by setting value pangu to true in NexT config file.
# Pangu Support |
Quicklink
Quicklink is a JavaScript plugin that faster subsequent page-loads by prefetching in-viewport links during idle time. Chrome, Firefox, Edge are supported without polyfills.
You can enable it by setting value quicklink.enable to true in NexT config file.
... |
Animation Effect
NexT enables animation effect by default which is supported by Anime.js and Animate.css, so it will wait for JavaScript loaded to show content.
If you need speed you can set the value of motion.enable to false to disable it.
Edit NexT config file and set the needed values under the motion to fit your demand. You can preview all Transition variants here: NexT Animation Effect Preview.
# Use Animate.css to animate everything. |
Progress Bar
Pace will automatically monitor your Ajax requests, event loop lag, document ready state and elements on your page to decide on the progress.
You can enable it by setting value pace.enable to true in NexT config file.
pace: |
You can change the color of progress bar by setting value pace.color in NexT config file.
pace: |
Pace includes a bunch of themes to get you started. By default NexT uses minimal theme (pace-theme-minimal). You can configure it by editing values in pace.theme section in NexT config file.
pace: |
Canvas Ribbon
canvas-ribbon.js is a ribbon background of website draw on canvas.
You can enable it by setting value canvas_ribbon to true in NexT config file. You can also configure the ribbon setting by editing values in canvas_ribbon section:
- size: The width of the ribbon.
- alpha: The transparency of the ribbon.
- zIndex: The display level of the ribbon.
canvas_ribbon: |