0.1.0 • Published 9 years ago
ghost-imgur v0.1.0
ghost-imgur
imgur storage for ghost blog.
Installation
Method 1 via npm
Install package
npm install ghost-imgurMake the storage folder if it doesn't exist
mkdir content/storageCopy the module into the right location
cp -vR node_modules/ghost-imgur content/storage/ghost-imgur
Method 2 via repo
Create
storagefoldermkdir -p $path_to_ghost/content/storageClone this repo
cd $path_to_ghost/content/storage git clone https://github.com/wrenth04/ghost-imgur.gitInstall dependencies
cd $path_to_ghost/content/storage/ghost-imgur npm install
Configuration
- Open
$path_to_ghost/config.jsaddstorageblock
storage: {
active: 'ghost-imgur'
}