https://github.com/klren0312/hexo-deployer-walrus
the plugin that can use it to deploy hexo to walrus
https://github.com/klren0312/hexo-deployer-walrus
hexo-plugin sui walrus-sites
Last synced: 11 months ago
JSON representation
the plugin that can use it to deploy hexo to walrus
- Host: GitHub
- URL: https://github.com/klren0312/hexo-deployer-walrus
- Owner: klren0312
- License: wtfpl
- Created: 2025-04-26T08:48:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-07T06:16:42.000Z (about 1 year ago)
- Last Synced: 2025-07-11T17:33:53.441Z (12 months ago)
- Topics: hexo-plugin, sui, walrus-sites
- Language: TypeScript
- Homepage: https://sui-no1.wal.app
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# hexo-deployer-walrus
Walrus deployer plugin for Hexo
## Installation
``` bash
$ npm install hexo-deployer-walrus --save
```
## Options
You can configure this plugin in `_config.yml`. How to setting walrus site-builder can be found in the Walrus official [Documentation](https://docs.wal.app/walrus-sites/intro.html/)
``` yaml
deploy:
type: walrus (allow)
network: mainnet or testnet (allow)
epochs: number of epochs to store file for walrus (allow, max is 53)
site_builder_path: default use the system environment variable, you can use custom path
sites_config_path: default use the plugin config, you can use custom path
```
## Demo Video
https://github.com/user-attachments/assets/d5d5de33-8de8-4245-963d-76c8f72a9994
## License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE