Bookmark for NexT
Bookmark is a plugin that allow the users save their reading position.
The users could just click the bookmark icon (like 🔖) in left-top of the page to save the position.
And when they visit your blog in the next time, they can continue the last reading position by clicking the bookmark icon from the home page.
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-bookmark.git source/lib/bookmark
Enable module in NexT _config.yml
file:
bookmark: true
And, if you wants to use the CDN, then need to set:
vendors:
...
bookmark: https://cdn.jsdelivr.net/gh/theme-next/theme-next-bookmark@latest/bookmark.min.js
$ cd themes/next/source/lib/bookmark
$ git pull