Getting Started with Hugo and Hextra

Getting Started with Hugo and Hextra

January 18, 2026·TLexYuW
TLexYuW

This is an example blog post demonstrating the blog features of Hextra theme.

這是一篇範例文章,展示 Hextra 主題的部落格功能。

Introduction / 簡介

Hugo is a fast and flexible static site generator. Combined with the Hextra theme, you can create beautiful documentation and blog sites.

Hugo 是一個快速且靈活的靜態網站產生器。搭配 Hextra 主題,您可以建立漂亮的文件和部落格網站。

Features / 功能

  • Fast build times / 快速建置時間
  • Markdown support / Markdown 支援
  • Syntax highlighting / 語法高亮
  • Search functionality / 搜尋功能

Code Example / 程式碼範例

main.go
package main

import "fmt"

func main() {
    fmt.Println("Hello, Hugo!")
}

Conclusion / 結論

Start building your site today with Hugo and Hextra!

立即使用 Hugo 和 Hextra 開始建立您的網站!