imgur storage for ghost blog.
-
Install package
npm install ghost-imgur
-
Make the storage folder if it doesn't exist
mkdir content/storage
-
Copy the module into the right location
cp -vR node_modules/ghost-imgur content/storage/ghost-imgur
-
Create
storage
foldermkdir -p $path_to_ghost/content/storage
-
Clone this repo
cd $path_to_ghost/content/storage git clone https://github.com/wrenth04/ghost-imgur.git
-
Install dependencies
cd $path_to_ghost/content/storage/ghost-imgur npm install
- Open
$path_to_ghost/config.js
addstorage
block
storage: {
active: 'ghost-imgur'
}