Skip to content

wrenth04/ghost-imgur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghost-imgur

imgur storage for ghost blog.

Installation

Method 1 via npm

  • 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
    

Method 2 via repo

  • Create storage folder

    mkdir -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
    
    

Configuration

  • Open $path_to_ghost/config.js add storage block
storage: {
  active: 'ghost-imgur'
}

License

MIT LICENSE

About

imgur storage for ghost blog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •