Skip to content

migol/hexo-deployer-rsync-permission-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hexo-deployer-rsync-permission-fix NPM version

Fix for problems with permissions when deploying Hexo using rsync on Windows.

Install

Install using npm by executing this in your blogs root:

$ npm install hexo-deployer-rsync-permission-fix --save

When to use

Use it when you want to apply read and execute permissions for all the files in target deployment directory. This solved my problem when after hexo deploy I got 403 error on every page of my blog.

Usage

Just install it.

TODO

  • convert to CoffeeScript
  • add support for multiple deployment methods in config
  • add Gemnasium DepStat

License

MIT +no-false-attribs

NPM downloads

About

Applies a+rx on your rsynced site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published