Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.# Quick Start# Init projectyarn global add hexo-clihexo init blogcd bloghexo s# Create a new posthexo n "My New Post"More info: Writing# Create a new drafthexo n draft "My New Draft"# Publish a new drafthexo p "My New Draft"# Create a new pagehexo n page "My New Page"# Run serverhexo sMore info: Server# Generate static fileshexo gMore info: Generating# Deploy to remote siteshexo dMore info: Deployment# Cleanhexo cl Hexo