Hugo

Notion Page 轉換 Markdown …

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. 前言 上次文章分享怎麼使用Github來完成自動部署功能,接下來就是研究如何取得Notion文章並存成Markdown。這次還是一樣參考這位大神的Repo來實現,雖然我有做一些修改,但是絕大部分都是原作者的內容,所以這次主要分享我參考哪些部分。 個人修改過程 首先,我在本機自行建立環境,並把他的Python程式碼做點修改 改成可以輸入由本機端輸入參數進行測試,而不是讀 …

Hugo: Bat-Files for Hugo …

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. 前言 由於 Hugo 的操作需要輸入 CMD 指令,索性直接將相關的指令寫成 BAT 檔,並加了一些符合自己需要的小功能 新增文章並開啟 VSCode @echo off REM 提示輸入文章標題 @SET /P title=輸入文章標題: echo 文章標題為 %title%,即將建立檔案... REM 取得日期 for /F "tokens=1-3 …

Install Hugo in Windows

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. 前言 最近看自己之前用 Bootstrap 做的 Github Page 實在難看,決定來研究大家常常使用的靜態網站產生器 (Static Site Generator),到底有多好用。講到網站生成器,最常被提到的大概就是 JeckyII、Hexo、Hugo 等工具,也有人做了評比,來比較不同產生器的優劣。目前看下來最方便功能又齊全的應該是 Hugo,基本上架設部落格所需要 …

Hugo: Fixed Image URL …

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. Refer: markdown - Wrong path with images on Hugo page - Stack Overflow Question Wrong path with images on Hugo page I’m trying to make a page on hugo with images, using markdown, but …

Hugo: Auto Deploy

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. 前言 現在工作幾乎都隨時用 Notion 進行筆記,雖然方便但是要分享到自己的網站上,還是需要手動複製貼上內容再進行發佈,這過程久了實在很麻煩,畢竟我不是隨時都在寫文章,一直想著如果可以在 Notion 上寫好筆記,簡單整理一下然後按發佈就好了XD,於是抱著這想法查了一下,發現已經有許多大神造好輪子XD,其中看最久的是這篇文章,會看這篇主要原因是他的整體構想比較接近我要的, …