Step by step Setup Hugo Blog
終於從 ghost 搬來 Hugo 啦
1. Setup github page: project
https://androchentw.github.io/blog-hugo/
|
|
2. Install Hugo
|
|
3. Setup GitHub Action
4. Add Comment Block - utterances
2022-11-19 Added.
References
- 將部落格從 Wordpress 轉換到 Hugo
- ghostToHugo
- Hugo - Front Matter
- Hugo - Archetypes
- Hugo - URL Management
- Hugo 加入 Google Custom Search 站內搜尋功能
- 如在 Github Pages 建立 Hugo 靜態網站
- 我的 Hugo 工作流程
2023-04-15 i18n 作法記錄
- url = {lang}/post. 預設中文: /blog-1, /en/blog-1, /ja/blog-1
- ✅ 改用 url:, 而非 url: => 正確! 有 {lang}/{post}
- ❌ 改用 slug, 而非 url: => 會變這樣 http://localhost:1313/post/life/blog/blog-1
- 每篇 post 正確要有類似 “翻訳:繁體中文・English”
- ✅ 把 en/ 放到 post/en/ 跟 zh-tw 對齊 => 正確! 有 “翻譯”
Ref
- Hugo 官網
- Multilingual Mode
- URL Management
- multilingual site
- Sections
- Archetypes
- 在每一篇 md 裡有指定的
type: post
- Taxonomies
- Add Sub Menu in Hugo Website
- Lists of Content in Hugo
- Theme - Beautifulhugo (我使用的)
- Hugo 論壇