First Post (Dev Preview):Hello World!123<!-- document type: html --><a><b>Hellow World!</b></a>
搭建 Hexo 博客,快速簡潔高效,零成本搭建個人博文網站:Hexo + GitHub
| (Build a Hexo blog, quick, simple and efficient, a zero-cost Tutorial for setting up a personal blog.)
( #Video No.1 Youtube視頻教程Video@Cmliussss)
qe
美化 Hexo 博客,詳細教程,教你如何安裝和美化 Hexo 博客 - 使用安知魚主題進行個性化配置,涵蓋安裝、設定、標籤頁生成及本地搜尋等內容Hexo + GitHub
| (Beautify Hexo Blog: A Detailed Guide on How to Install and Beauti ...
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 StartDEMO Example
Create a new post1$ hexo new "My New Post"
Then type in your code editor
1$ hexo cl && hexo s
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More ...