Skip to content

Commit 2d299c7

Browse files
committed
update content
1 parent 1f4bb82 commit 2d299c7

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

public/assets/scss/global/_vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$string: '';
55
@for $i from 1 through list.length($list) {
66
$item: #{list.nth($list, $i)};
7-
$string: $string + if($i == 1, '', $separator) + $item;
7+
$string: $string + if(sass($i == 1): ''; else: $separator) + $item;
88
}
99
@return $string;
1010
}

src/pages/index.astro

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ const linkItems = {
4747
'2025-02-01': [
4848
makeItem('https://beautifulcode.lavoscore.org/', 'ソースコードは圧縮するな - BeautifulCode への誘い'),
4949
],
50+
'2025-08-22': [
51+
makeItem('https://dns.lavoscore.org/onsen/11/slide/', 'DNS 温泉 11 - DNS浸透と言ってはいけない理由'),
52+
],
53+
'2025-12-06': [
54+
makeItem('https://dns.lavoscore.org/onsen/extra-4/', 'DNS 温泉番外編in大阪 vol.4 - Web開発者が知っておくべきDNSの知識'),
55+
],
5056
},
5157
contents: {
5258
'2015-07-15': [
@@ -107,6 +113,12 @@ const linkItems = {
107113
'2025-01-23': [
108114
makeItem('https://docs.google.com/presentation/d/1MDgyRjkN2MdbwbHcR179fluZvpEnGHmlmcirklpuzZQ/mobilepresent', 'DMM.com での Figma を活用したデザインシステム開発と情報の一元化'),
109115
],
116+
'2025-07-13': [
117+
makeItem('https://qiita.com/debiru/items/1b4a5aa73fe5c952e104', '和欧混植文における英単語前後のスペースの是非とtext-autospaceプロパティの行方'),
118+
],
119+
'2025-08-15': [
120+
makeItem('https://vibe-beginner.github.io/studying-git/', '非エンジニアのためのGit/GitHub勉強会(第2部担当)'),
121+
],
110122
},
111123
misc: {
112124
'(2009) 大学時代のレポート': [
@@ -273,7 +285,7 @@ const getLinkItems = (category) => {
273285
</div>
274286
</section>
275287
<div class="sectionsHeader">
276-
<p>コンテンツリスト最終更新:2025年2月28日</p>
288+
<p>コンテンツリスト最終更新:2026年1月4日</p>
277289
</div>
278290
<div class="sectionsArea">
279291
<section class="specialContentsArea">

0 commit comments

Comments
 (0)