家の設計図
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

微調整 n

+33 -30
+22 -22
bun.lock
··· 5 5 "": { 6 6 "name": "house", 7 7 "dependencies": { 8 - "@astrojs/cloudflare": "latest", 9 - "@astrojs/solid-js": "latest", 10 - "@solid-primitives/clipboard": "latest", 11 - "astro": "latest", 12 - "date-fns": "latest", 13 - "solid-js": "latest", 8 + "@astrojs/cloudflare": "^12.6.12", 9 + "@astrojs/solid-js": "^5.1.3", 10 + "@solid-primitives/clipboard": "^1.6.2", 11 + "astro": "^5.16.15", 12 + "date-fns": "^4.1.0", 13 + "solid-js": "^1.9.11", 14 14 }, 15 15 "devDependencies": { 16 - "@antfu/eslint-config": "latest", 17 - "@dreamsicle.io/stylelint-config-tailwindcss": "latest", 18 - "@tailwindcss/typography": "latest", 19 - "@tailwindcss/vite": "latest", 20 - "@types/node": "latest", 21 - "eslint": "latest", 22 - "eslint-plugin-astro": "latest", 23 - "eslint-plugin-format": "latest", 24 - "hastscript": "latest", 25 - "prettier": "latest", 26 - "prettier-plugin-astro": "latest", 27 - "stylelint": "latest", 28 - "stylelint-config-standard": "latest", 29 - "tailwindcss": "latest", 30 - "unist-util-visit": "latest", 31 - "wrangler": "latest", 16 + "@antfu/eslint-config": "^7.2.0", 17 + "@dreamsicle.io/stylelint-config-tailwindcss": "^1.2.1", 18 + "@tailwindcss/typography": "^0.5.19", 19 + "@tailwindcss/vite": "^4.1.18", 20 + "@types/node": "^25.0.10", 21 + "eslint": "^9.39.2", 22 + "eslint-plugin-astro": "^1.5.0", 23 + "eslint-plugin-format": "^1.3.1", 24 + "hastscript": "^9.0.1", 25 + "prettier": "^3.8.1", 26 + "prettier-plugin-astro": "^0.14.1", 27 + "stylelint": "^17.0.0", 28 + "stylelint-config-standard": "^40.0.0", 29 + "tailwindcss": "^4.1.18", 30 + "unist-util-visit": "^5.1.0", 31 + "wrangler": "^4.60.0", 32 32 }, 33 33 }, 34 34 },
+3 -1
package.json
··· 11 11 "astro": "astro", 12 12 "types": "wrangler types", 13 13 "wtest": "pa11y http://localhost:8787 && lighthouse http://localhost:8787 --output-path \"json\"", 14 - "lint": "eslint --fix && stylelint \"**/*.css\" --fix --ignore-path .gitignore" 14 + "lint": "eslint --fix && stylelint \"**/*.css\" --fix --ignore-path .gitignore", 15 + "bye": "rm -rf .astro .wrangler node_modules dist bun.locl worker-configuration.d.ts", 16 + "letsgo": "bun install && bun types && bun dev" 15 17 }, 16 18 "dependencies": { 17 19 "@astrojs/cloudflare": "^12.6.12",
+4 -3
src/katachi/menu.tsx
··· 30 30 <div class="close insvg bg-(--mikan)"></div> 31 31 ) 32 32 : ( 33 - <div class="open insvg bg-(--saki)"></div> 33 + <div class="open insvg bg-(--mozi)"></div> 34 34 ) 35 35 } 36 36 </button> ··· 42 42 return ( 43 43 <> 44 44 {open() && ( 45 - <div class="flex flex-col gap-2 text-[1.2rem] absolute right-0 items-end px-3 pb-3 bg-(--haikei) hoso:hidden"> 46 - <Iru basho={page()} dokono="/wata" daimei="自己紹介" repo={false} /> 45 + <div class="flex flex-col gap-2.5 text-[1.1rem] absolute right-0 pl-2.5 pb-2.5 rounded-bl-lg items-end bg-(--haikei) hoso:hidden text-(--hou) ikisaki fuwa font-medium"> 46 + <Iru basho={page()} dokono="/wata" daimei="私について" repo={false} /> 47 47 <Iru basho={page()} dokono="/kiroku" daimei="記録帳" repo={false} /> 48 48 <Iru basho={page()} dokono="/saku" daimei="作品棚" repo={false} /> 49 + <Iru basho={page()} dokono="/misc" daimei="雑多な場所" repo={false} /> 49 50 </div> 50 51 )} 51 52 </>
+1 -1
src/mitame/kizinado.css
··· 23 23 } 24 24 25 25 /* 基礎 */ 26 - @apply prose-p:text-(--mozi) prose-p:mt-0 prose-p:mb-3 prose-pre:mt-4 prose-pre:mb-4 max-w-none; 26 + @apply prose-p:text-(--hon) prose-p:mt-0 prose-p:mb-3 prose-pre:mt-4 prose-pre:mb-4 max-w-none; 27 27 28 28 /* コードブロック */ 29 29 .wrapper {
+2 -2
src/moji/wata.md
··· 3 3 setsu: 自己紹介をします 4 4 --- 5 5 6 - こんにちは。くまです。 6 + こんにちは。kyohei(くま)です。 7 7 8 - 特に書くことがないので左(もしくは上)の画像の作り方を紹介します。この画像は [chafa](https://hpjansson.org/chafa/) というターミナルで文字を使って画像を表示するツールで作りました。いい感じ。 8 + 特に書くことがないので左(もしくは上)の画像の作り方を紹介します。この画像は [chafa](https://hpjansson.org/chafa/) というターミナルで文字を使って画像を表示するツールで作りました。いい感じ! 9 9 10 10 ```shell 11 11 paru -S chafa # 各々のパッケージマネージャーで...
+1 -1
src/pages/kiroku/[kizi].astro
··· 34 34 35 35 <Kiten meta={meta}> 36 36 <p class="hai"> 37 - <a href="/kiroku" class="mili">&larr; ひとつ前へ戻る</a> 37 + <a href="/kiroku" class="mili">&larr; 前へ戻る</a> 38 38 </p> 39 39 <div> 40 40 <h1 class="text-[1.4rem] font-medium">{kizi.data.title}</h1>