Skip to content

Commit

Permalink
update for plaid constants systems
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Nov 14, 2024
1 parent 54c21a1 commit 50c5f96
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/contributions/2024-11-06-no-npm-packages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: 'npmパッケージじゃない仕組みで共有ライブラリを管理する'
pubDate: 2024-11-06
link: 'https://plaidtech.connpass.com/event/328629/'
link: 'https://talks.yuheiy.com/2024/bye-npm-packages/'
channel: '講演'
channelDetail: 'Webフロントエンドを軸に、幅を広げたエンジニアたちの仕事'
channelDetail: '<a href="https://plaidtech.connpass.com/event/328629/">Webフロントエンドを軸に、幅を広げたエンジニアたちの仕事</a>'
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: 'npmパッケージの代わりに独自の仕組みを構築して定数ファイルを配布する運用に切り替えた経緯と移行プロセス'
pubDate: 2024-11-14
link: 'https://tech.plaid.co.jp/build-original-system-to-distribute-constants-files-instead-of-using-npm-packages'
channel: 'ウェブ'
channelDetail: 'PLAID Engineer Blog'
6 changes: 6 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ function toPrimaryItem(entry: CollectionEntry<'blog' | 'contributions'>): Detail
}
const primaryItems = [
toPrimaryItem(
await getEntry(
'contributions',
'2024-11-14-build-original-system-to-distribute-constants-files-instead-of-using-npm-packages',
),
),
toPrimaryItem(await getEntry('contributions', '2024-08-05-analyze-internal-ui-library-usage')),
toPrimaryItem(await getEntry('blog', '2024-07-22-text-wrap-in-japanese')),
toPrimaryItem(await getEntry('contributions', '2023-07-24-gihyojp-tailwindcss')),
Expand Down

0 comments on commit 50c5f96

Please sign in to comment.