Ghost(Pro) 架站日誌
在 2021 年的秋天,我的 Ghost(Pro) 架站旅程正式啟航。
Changelog 架站時間軸
Oct 2021🏠 註冊網站住址
- ✔️ Oct 12 - 註冊 Ghost(Pro)
- ✔️ Oct 17 - 購買網域(Google Domains)
Google Domains 網域年費為 12 鎂,最低購買 1 年起,最高可以購買 9 年,年數越高並不會降低費用 → 參考教學 1、2 - ✔️ Oct 18 - [HTML/CSS] 時間軸、Youtube播放介面
參考教學:Create page template with timeline - Developer help - Ghost Forum
Lite YouTube Embeds - A Better Method for Embedding YouTube Videos on your Website - Digital Inspiration
Oct 24 - 設定主題 Dawn 淺色/深色模式
Oct 25 - 連接 Google Analytics
Dec 25 - 換主題 Edition
Dec 26 - [HTML] 點擊連結另開視窗
- Make (All) External Links Open in a New Tab
- Ghost Blog external links to open in a new tab - Rey Reece
2022
Jan 02 - 增加 subdomain
Feb 16 - 安裝 hotjar
Feb 19 - Convertkit 設定電子報、[YAML] 隱藏 Tag 文章
- ConvertKit
- Hide specific articles tagged with a specific tag - Developer help / Routing - Ghost Forum
- Tutorial: Building content collections with Ghost
- Ghost Themes - Dynamic URLs & Routing
collections:
/:
permalink: /{slug}/
template: index
filter: tag:-tagiwanttofilter+tag:-hash-tagiwanttofilter2
Feb 23 - 1- [HTML/CSS] 更改手機網址進度條顏色
Feb 23 - 2- [HTML/CSS] 螢光筆、背景顏色透明度
- CSS Highlight,用 CSS 為文字畫上底線 - 工作玩樂實驗室
- HTML mark Tag
- html - Transparent CSS background color - Stack Overflow
- CSS Colors
Mar 29 - [HTML/CSS] div 不換行
Jul 25 - 站內搜尋
Aug 06 - code snippets
Nov 15 - 留言區
Nov 25 - [HTML/CSS] 改變滑鼠游標的形狀 / 關掉 Lightbox 效果
/* disable hover */
body#collection-5ed02ebed97d7907c6917792 .slides .slide {
pointer-events: none;
}
.kg-gallery-image, .kg-image[width][height] {
cursor: default;
}