Progress bar for NexT
Change dir to NexT directory. There must be layout
, source
, languages
and other directories:
$ cd themes/next
$ ls
_config.yml crowdin.yml docs gulpfile.js languages layout LICENSE.md package.json README.md scripts source
Install module to source/lib
directory:
$ git clone https://github.com/theme-next/theme-next-pace source/lib/pace
Enable module in NexT _config.yml
file and select your theme:
pace:
enable: true
# Themes list:
# big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple
# corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal
theme: minimal
And, if you wants to use the CDN, then need to set: (you also need to find your corresponding theme css link in jsdelivr)
vendors:
...
pace: //cdn.jsdelivr.net/npm/pace-js@1/pace.min.js
pace_css: //cdn.jsdelivr.net/npm/pace-js@1/themes/blue/pace-theme-minimal.css
$ cd themes/next/source/lib/pace
$ git pull