Plugin to deploy a static site, generated by Hexo, to Neocities.
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