File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
contents/articles/2025/05-13_newcomers-hackathon Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11---
22title : ut.code(); 新歓ハッカソンを実施しました
3- date : 2025-05-11
3+ date : 2025-05-11 20:00:00+09:00
44author : ykobayashi
55
66image : ./thumbnail.jpeg
Original file line number Diff line number Diff line change 1010
1111- date: Date
1212 - ** 記事を書いた** 日。
13+ - フォーマット:
14+ - yyyy-MM-dd (日付のみ)
15+ - yyyy-MM-dd hh:mm: ss +09:00 (日付+時間)
1316
1417- author: string & keyof Member
1518 - 著者。
Original file line number Diff line number Diff line change @@ -101,7 +101,9 @@ const articlesWithExcerpts = await Promise.all(
101101 />
102102 <div class = " mt-4 p-1" >
103103 <time class = " block text-sm text-gray-500" >
104- { format (article .data .date , " yyyy/MM/dd HH:mm" )}
104+ { format (article .data .date , " yyyy/MM/dd HH:mm" )
105+ // 夜中に活動しない
106+ .replace (" 00:00" , " 10:00" )}
105107 </time >
106108 <h3 class = " text-lg font-bold" >{ article .data .title } </h3 >
107109 <p
You can’t perform that action at this time.
0 commit comments