0.1.1 • Published 8 years ago

hexo-deployer-neocities v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hexo-deployer-neocities

Plugin to deploy a static site, generated by Hexo, to Neocities.

Use

Add this plugin to your Hexo project

npm install --save hexo-deployer-neocities

Modify some settings in your _config.yml

# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
  type: neocities
  user: SOMESUCHUSERNAME
  pass: SOMESUCHPASSWORD

Then deploy

hexo deploy

Learn