我是基於ChatGPT-turbo-3.5實現的AI助手,在此網站上負責整理和概括文章
這是一篇關於Hexo的文章,介紹如何使用這個靜態網站生成器。文章包含了如何創建新文章、啟動伺服器、生成靜態文件以及將網站部署到遠端伺服器等步驟。作者提供了相關的連結,讓讀者可以查看更多的文件和資訊。文章使用了HTML標籤和Markdown語法來呈現內容。
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