diff --git a/src/pages/index.astro b/src/pages/index.astro index 4089a99..b7fd2dc 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -56,6 +56,13 @@ const primaryItems = [ ] satisfies DetailsListItem[]; const projectItems = [ + { + title: 'postcss-fluid-sizing-function', + link: 'https://github.com/yuheiy/postcss-fluid-sizing-function', + meta: renderYearMonthRangeToHtml({ year: 2024, month: 2 }), + description: + 'CSSのブレイクポイントとサイズを引数に指定するとclamp()に変換できるPostCSSプラグイン。', + }, { title: 'sdenv', link: 'https://github.com/yuheiy/sdenv', @@ -63,6 +70,12 @@ const projectItems = [ description: 'ウェブサイト(not ウェブアプリケーション)のためのフロントエンド開発スターターキット。', }, + { + title: 'drygen', + link: 'https://github.com/yuheiy/drygen', + meta: renderYearMonthRangeToHtml({ year: 2020, month: 12 }), + description: '指定したファイルに基づいて別のファイルを生成できるコードジェネレータ。', + }, { title: 'wordpress-starter', link: 'https://github.com/yuheiy/wordpress-starter',