Skip to content
Shawn edited this page Jun 28, 2018 · 3 revisions

Source of KaLUG HUGO site

CircleCI

master branch: only store content data build branch: configs/layouts/themes of hugo

 ~ $ git clone -b build [email protected]:kalug/kalug.git
 ~ $ cd kalug
 kalug $ git worktree add content origin/master

 kalug $ hugo server

How To Contribute

歡迎一起豐富網站內容, 可以直接修改 master branch 比如想要改 首頁 (_index.md)

在content頁面上 加上 {{< edit_me >}} 就可以產生 Edit me的button 連結github讓大家比較好編輯

可以直接透過 github的edit 功能直接修改 https://github.com/kalug/kalug/blob/content/_index.md

或是一起加入開發

Clone this wiki locally