All Projects → hexojs → hexo-deployer-rsync

hexojs / hexo-deployer-rsync

Licence: MIT license
Rsync deployer plugin for Hexo.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to hexo-deployer-rsync

oalieno.github.io
oalieno.github.io/
Stars: ✭ 22 (-45%)
Mutual labels:  hexo
hexo-theme-amber
🎉 A bootstrap blog theme for hexo
Stars: ✭ 47 (+17.5%)
Mutual labels:  hexo
hexo-theme-artemis
A minimalist Hexo theme inspired by pinggod/hexo-theme-apollo
Stars: ✭ 51 (+27.5%)
Mutual labels:  hexo
hexo-bilibili-bangumi
hexo 番剧页面插件,可选数据源:Bilibili, Bangumi
Stars: ✭ 252 (+530%)
Mutual labels:  hexo
hexo-directory-category
Automatically add category to Hexo article according to the article file directory.
Stars: ✭ 35 (-12.5%)
Mutual labels:  hexo
hexo-filter-optimize
A Hexo plugin that optimize the pages loading speed.
Stars: ✭ 41 (+2.5%)
Mutual labels:  hexo
hexo-theme-miracle
🎉 A clean and lightweight single-column theme for Hexo.
Stars: ✭ 50 (+25%)
Mutual labels:  hexo
hexo-theme-A-RSnippet
🦀 A Responsive Theme for Hexo 🦀
Stars: ✭ 67 (+67.5%)
Mutual labels:  hexo
hexo-theme-concise
A beautiful and simple theme for hexo
Stars: ✭ 18 (-55%)
Mutual labels:  hexo
Hexo-Theme-MengD
A simple, lightweight Hexo theme(支持:pjax、discuss、twikoo、waline、valine评论)
Stars: ✭ 69 (+72.5%)
Mutual labels:  hexo
butterfly-plugins
No description or website provided.
Stars: ✭ 36 (-10%)
Mutual labels:  hexo
peach-blog
🍑 a blog based on flask
Stars: ✭ 55 (+37.5%)
Mutual labels:  hexo
frame
Frame is a minimal, elegant hexo theme.
Stars: ✭ 50 (+25%)
Mutual labels:  hexo
hexo-theme-minima
An undoubtedly simple and lightweight dark/light theme for Hexo.js
Stars: ✭ 161 (+302.5%)
Mutual labels:  hexo
hexo-generator-category
Category generator plugin for Hexo.
Stars: ✭ 26 (-35%)
Mutual labels:  hexo
hornhuang.github.io
🚀This is my personal homepage, it my honor to show yours my interstind life, best wishes to your ~
Stars: ✭ 12 (-70%)
Mutual labels:  hexo
hexo-pagination
Pagination utilities for Hexo generator plugins.
Stars: ✭ 18 (-55%)
Mutual labels:  hexo
hexo-fs
File system module for Hexo.
Stars: ✭ 39 (-2.5%)
Mutual labels:  hexo
blog
my blog
Stars: ✭ 12 (-70%)
Mutual labels:  hexo
palmerye.github.io
📝 Personal Blog
Stars: ✭ 17 (-57.5%)
Mutual labels:  hexo

hexo-deployer-rsync

Build Status NPM version

Rsync deployer plugin for Hexo.

Installation

$ npm install hexo-deployer-rsync --save

Options

You can configure this plugin in _config.yml.

deploy:
  type: rsync
  host: <host>
  user: <user>
  root: <root>
  port: [port] # Default is 22
  delete: [true|false] # Default is true
  args: <rsync args>
  rsh: <remote shell>
  verbose: [true|false] # Default is true
  ignore_errors: [true|false] # Default is false
  • host: Address of remote host
  • user: Username
  • root: Root directory of remote host
  • port: Port
  • delete: Delete old files on remote host
  • args: Rsync arguments
  • rsh: Specify the remote shell to use
  • verbose: Display verbose messages
  • ignore_errors: Ignore errors

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].