Day04 HUGO intro / Huge needs a friend.

有一隻可愛的吉祥物是很重要的

d04-1

  • Hugo 是以 golang 開發的靜態網站產生器,可以把 markdown 轉換成 html,並且可以自訂主題(或是使用大神們建立好的主題)
  • Gopher 是 golang 的 mascot,Hugo 的 logo 也是一隻 Gopher,Gopher 很可愛,請友善對待 Gopher

該怎麼做

1
brew install hugo
1
2
3
4
5
6
hugo new site hugo-website-name
cd hugo-website-name
git init
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
echo "theme = 'ananke'" >> hugo.toml
hugo server
  • 執行完 hugo server 時,hugo 會啟動一個 web server,並且監聽 1313 port(或是其他 terminal 顯示的 port),可以在瀏覽器輸入 http://localhost:1313/ 看到以 ananke 為主題的預設網站 d04-2
  • 可以按照提示步驟,新增 content 內容,再重新執行 hugo server,能看到新增的內容出現

其他延伸

comments powered by Disqus
Yodering
Built with Hugo
Theme Stack designed by Jimmy