docs
About
使用 Hexo 架設簡單的分享技術文件並發佈到"cloudflare",包含介紹文章: "全面瞭解 n8n v1.88.0 的重磅更新 —— MCP Server"、"教會你用 Google AI Studio 提早結束工作回家"、"C# 設計模式學習筆記與程式碼範例"、"JavaScript 設計模式學習筆記與程式碼範例"、"Functional Design Pattern 是一個結合函數式程式設計和設計模式的概念"
Details
- Author
- chiisen
- Downloads
- 163
- Categories
- Knowledge Base
Jump to
- Built with the Hexo blogging framework
- Hosted on Cloudflare Pages for fast delivery
- Covers diverse technical topics
- Simple static site generation and deployment
- Clean, readable article layout
The site is available at https://docs-axs.pages.dev. You can read articles directly in the browser. To contribute or build locally, install Node.js and Git, then use Hexo commands such as hexo new <title> to create posts and hexo server to preview.
docs
⭐️ Sam 的文章分享(持續累積中🏃♂️)(Hexo版)使用 Hexo 架設簡單的分享技術文件並發佈到"cloudflare",包含介紹文章: "全面瞭解 n8n v1.88.0 的重磅更新 —— MCP Server"、"教會你用 Google AI Studio 提早結束工作回家"、"C# 設計模式學習筆記與程式碼範例"、"JavaScript 設計模式學習筆記與程式碼範例"、"Functional Design Pattern 是一個結合函數式程式設計和設計模式的概念"
Hexo
Hexo 其實就是一個基於 Node.js 開發的網誌框架安裝需求
你需要安裝 Node.js 與 Git安裝 Hexo
npm install hexo-cli -g
查詢現在安裝的 hexo 版本號,測試一下是否安裝成功
hexo version
或
hexo -v
建立 Hexo 專案
hexo init <資料夾名稱>
我通常把新建的資料夾檔案複製到專案的更目錄
這樣就不需要 cd <資料夾名稱>
直接初始化 Hexo 專案
npm install
啟動 Hexo 專案
hexo server
通常是 http://localhost:4000/
直接點擊可以開啟瀏覽器瀏覽網頁
如果報錯
FATAL Permission denied. You can't use port 4000.
可以已用指令更換 port
hexo server -p 5000
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


