roastduckcd / theme-next-needmoreshare2

NeedMoreShare2 for NexT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeedMoreShare2 for NexT

Installation

Step 1 → Go to NexT dir

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

Step 2 → Get module

Install module to source/lib directory:

$ git clone https://github.com/theme-next/theme-next-needmoreshare2 source/lib/needsharebutton

Step 3 → Set it up

Enable module in NexT _config.yml file:

needmoreshare2:
  enable: true
  postbottom:
    enable: true
  float:
    enable: true

Update

$ cd themes/next/source/lib/needsharebutton
$ git pull

About

NeedMoreShare2 for NexT.

License:MIT License


Languages

Language:CSS 72.0%Language:JavaScript 28.0%