發表文章

目前顯示的是有「go」標籤的文章

使用docker compose建置(build)hugo靜態網站

圖片
Hugo是一套以golang語言撰寫可快速建置靜態網站的框架,官方副標如下: The world’s fastest framework for building websites Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again. 而近期幫忙建置 中華易經天書三式協會網站 https://ichingtrilogy.com 即使用hugo來完成。 使用hugo建置網站的主程式需要使用golang,所需版本與我本機環境golang會有衝突,就有必要透過container來跑另一個版本golang來建置網站。而compose又提供一個簡單指令docker compose up就能完成

go語言使用gin網頁框架加上Let's Encrypt的https憑證簡單範例

這週學一點go語言在嘗試拿來架站,沒想到已經可以很快的應用上Let's  Encrypt的https憑證