notion-blog

astro-notion-blog の投稿にタイトル→日付→タグの並びと最終更新日表示を追加した

Featured image of the post

投稿一覧と個別記事の並びをタイトル→日付→タグに変え、Notion の last_edited_time から最終更新日を公開日と違う場合だけ表示するようにした実装記録です。

Notionブックマークの楽天カード文字化けを修正した

Featured image of the post

fetch().text() が UTF-8 前提だったため楽天市場のブックマークカードで文字化けが発生していました。Content-Type と HTML meta から charset を検出し TextDecoder で正しくデコードするよう修正しました。

astro-notion-blogに固定ページ機能を追加する方法

Featured image of the post

astro-notion-blogに固定ページ機能を追加する方法を解説し、Notionで管理しつつ記事一覧に表示しない仕組みを実装します。

AstroブログのシンタックスハイライトをPrismからShikiに移行した

Featured image of the post

Prism.jsからShikiへの移行により、シンタックスハイライトの精度向上とメンテナンス性の向上を実現しました。

HugoブログからAstro-notion-blogへ引っ越し

Featured image of the post

HugoブログからAstro-notion-blogへ移行し、管理の手間を減らしつつ、プログラミングや生成AIに関する情報を発信していくことを目指します。

AstroへHugoの記事をインポート

Featured image of the post

Astroフレームワークを用いてHugoの記事をインポートし、ショートコードの変換や要件定義を行うプロジェクトについての詳細を説明しています。

🚀 astro-notion-blog 0.10

Featured image of the post

astro-notion-blogを0.10にアップデートし、Cloudflareの設定により検索モーダルウィンドーの問題が解決

Cloudflareのnodeバージョンを変更

Featured image of the post

node-v18.16.0は古い?

astro-notion-blog 0.9から検索機能が搭載

Featured image of the post

検索ボタン、CodePen埋め込みに対応したバージョン0.9がリリース

astro-notion-blog v0.6.3

Featured image of the post

astro-notion-blogを0.6.3に更新後、Notionの画像表示に問題が発生し、Tableのレスポンシブにも影響が出た。