Behance Importer

This importer depends on the following third-party gems:

  • behance
  • safe_yaml
You may either install the gem(s) individually by running a command with syntax gem install GEM_NAME or install the required gems in a batch by running the following snippet:
gem install behance safe_yaml

Invocation

To import your posts from Behance, generate an API token for your user account.

Sample snippet to invoke the importer:

jekyll import behance --user NAME --api_token TOKEN

Option <PARAM>Description
--user NAME

The username of the account

--api_token TOKEN

The API access token for the account

Highlighted row(s) in table above indicate required options.