Skip to content
On this page

Hexo

INFO

For futher framework related tutorial: https://hexo.io/

Install cli

npm install -g hexo-cli

Create a new site

hexo init hexo-site
cd hexo-site

Deploy to let.sh

if you haven't install lets, please take a look at the documentation: Cli Overview.

lets deploy

Then you can visit the given URL and see the red "hello, letsh" in browser.

Powered by let.sh