astro

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

Featured image of the post

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

タグページのGoogle検索結果除外をrobots.txtのDisallowからnoindexメタタグに変更した

Featured image of the post

タグページを検索結果から除外する目的でrobots.txtのDisallowを設定していたが、これはクロール抑制であってインデックス抑制ではないと判明。noindexメタタグ方式に切り替えた記録です。

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

Featured image of the post

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

Cloudflare PagesでAstro 7へ気軽に上げない方がよい理由

Featured image of the post

Cloudflare Pagesで運用しているAstroサイトをAstro 7へ更新する際の注意点。Node.jsや本体更新だけでは済まず、Workers移行やデプロイ経路の確認が必要になる。

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がリリース