AndyWang′s Blog
About
Archive
Category
Tags
Home
About
Archive
Category
Tags
Archive
Categories
Blog
Blog
4 posts in this category
Astro 圖片優化策略
2025年9月8日
Blog
blog
/
performance
+1
blog
/
performance
/
Astro
近期在重構部落格時,發現過去一直都有靜態資源載入的問題,例如 layout structure 先出來了,但圖片還在 loading,後來也發現其實 astro 有針對這類靜態資源做優化。
6 mins read
|
1285 words
使用 Astro+Tailwind 實現 Dark mode
2024年7月15日
Blog
Notes
/
Astro
Notes
/
Astro
紀錄如何使用 Astro+Tailwind 來實現 Dark mode 功能,並將狀態儲存在 localStorage,每次進入時檢查 localStorage 的 theme 來切換 mode。
3 mins read
|
713 words
關於我重構部落格這檔事
2024年7月12日
Blog
心得
/
Blog
+1
心得
/
Blog
/
Astro
自從去年2023年12月開始就已經在想著重構這件事,但當時當兵結束又忙著應付面試,實在空不出時間,直到現在花了一個禮拜的時間終於寫完了,對於成品我也十分滿意。
4 mins read
|
834 words
自己的部落格自己架
2021年12月4日
Blog
Blog
/
心得
+1
Blog
/
心得
/
Jekyll
其實我在使用Jekyll之前,原本想是自己用vue.js來完成前端並用ajax帶出firebase裡的JSON資料,渲染在畫面上,雖然這想法是可行的,但我在製作的過程中資料並沒有如我預期的漂亮渲染在畫面上,且文章不好編寫
4 mins read
|
787 words