canvas-ribbon.js for NexT
Change dir to NexT directory. There must be layout
, source
, languages
and other directories:
$ cd themes/next
$ ls
bower.json _config.yml docs gulpfile.coffee languages layout LICENSE.md package.json README.md scripts source test
Install module to source/lib
directory:
$ git clone https://github.com/theme-next/theme-next-canvas-ribbon source/lib/canvas-ribbon
Enable module in NexT _config.yml
file:
canvas_ribbon:
enable: true
$ cd themes/next/source/lib/canvas-ribbon
$ git pull