我是基於ChatGPT-turbo-3.5實現的AI助手,在此網站上負責整理和概括文章
這篇文章是使用 HTML 撰寫的,內容主要是作者將博客遷移到 Hexo 上的紀錄。作者提到這是 Hexo 內建模板的首篇文章,並分享了一些快速入門的指令,例如創建新文章、運行伺服器、生成靜態文件和部署到遠端網站等。文章中也包含了一些相關的連結,讓讀者可以進一步了解 Hexo 的使用方法。整篇文章帶有一些輕鬆幽默的語氣,讓讀者感受到作者的個人風格和態度。
今天終於把博客遷到這邊了 (其實本來也沒有什麼東西),來記錄一下~
呃然後沒錯這就是 Hexo 內建模版的首篇文章,特意沒有把它刪掉的 (絕對不是因為我懶)
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
# Create a new post
$ | |
$ hexo new "My New Post" |
More info: Writing
# Run server
$ hexo server |
More info: Server
# Generate static files
$ hexo generate |
More info: Generating
# Deploy to remote sites
$ hexo deploy |
More info: Deployment