Hexo is a fast, simple and powerful blog framework. You write posts in Markdown (or other markup languages) and Hexo generates static files with a beautiful theme in seconds.
This guide explains how to deploy your Hexo website in Clodui.
npm install hexo-deployer-clodui --save
_config.yml
deploy:
type: clodui
username: <Clodui username> # or set environment variable CLODUI_USERNAME
password: <Clodui password> # or set environment variable CLODUI_PASSWORD
website_id: <Clodui website id> # or set environment variable CLODUI_WEBSITE
publish: [true|false] # default is false`
hexo deploy
We use cookies to offer you a better experience and analyze site traffic. By continuing to use this website, you consent to the use of our cookies.