Articles are paginated with only three posts here for example. You can set the number of entries to show on this page with the “pagination” setting in the config file.
Hugo - 快速了解 Hugo 使用方法
Hugo - 快速了解 Hugo 使用方法
Hugo 是一個靜態網站生成器,可以用來快速建立個人網站。
在 Hugo 的官網上可以找到 Quick start 的教學。本篇的存在意義是記錄我學習 Hugo 的過程,以及給不想直接看英文檔案的人參考 😎。
透過本篇的教學,你將會學到:
- 如何安裝 Hugo
- 如何建立一個新的網站
- 如何新增文章
- 如何新增頁面
- 如何使用 Hugo 的 theme
把這幾項做完,就可以差不多了解 Hugo 的使用方法。
安裝 Hugo
這裡只會講 Mac OS 安裝 Hugo 的方法,其他作業系統的安裝方法可以參考 Hugo Installation。
我是用 Homebrew 安裝 Hugo,如果沒有 Homebrew 可以參考 Homebrew Installation,內建繁體中文翻譯。
Homebrew 安裝完後,就可以用以下指令安裝 Hugo:
brew install hugo
想確認 Hugo 是否安裝成功,可以執行以下指令:
hugo version
如果出現版本資訊,就代表安裝成功。類似:
hugo v0.136.5+extended darwin/arm64 BuildDate=2024-10-24T12:26:27Z VendorInfo=brew
建立一個新的網站
我會先切換終端機到想放置資料夾的位置,但如果你就是想放在目前的位置,就直接執行以下指令:
# chanlee-blog 是我自己取的,可以改成你想要的資料夾名稱
hugo new site chanlee-blog
這個指令會直接在根目錄建立一個名為 chanlee-blog 的資料夾,裡面會有建立好的檔案結構。
My First Post
Introduction
今天隨意滑滑網路時,看到了 OpenAI 的 CEO - Sam Altman 有寫文章的習慣,於是挑了一篇 Idea Generation 來配早晨咖啡。
2018 年,Y Combinator 在北京規劃的演講請到了 Sam Altman,Idea Generation 這篇文章的起源則是當時他本人的演講小筆記。
我來分享這篇文章中三個讓我印象深刻的點。
It’s useful to get good at differentiating between real trends and fake trends. A key differentiator is if the new platform is used a lot by a small number of people, or used a little by a lot of people.
說實話,透過這句話我還沒辦法分辨 “used a lot by a small number of people” 和 “used a little by a lot of people” 哪個才會是 real trends。