Skip to content

Commit 49391d6

Browse files
committed
wip: migrating components to .astro
1 parent 2de50c2 commit 49391d6

24 files changed

+345
-418
lines changed

.helix/languages.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[[language]]
22
name = "astro"
3-
formatter = { command = "prettier", args = ["--parser", "astro"] }
3+
formatter = { command = "bun", args = ["prettier", "--parser", "astro"] }
44
[[language]]
55
name = "typescript"
66
formatter = { command = "bun", args = ["prettier", "--parser", "typescript"] }
7-
8-
[[language]]
9-
name = "jsonc"
10-
file-types = ["jsonc", { glob = "package.json" }]

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# ut.code(); 公式ウェブサイト
22

3+
## 環境構築
4+
5+
### devcontainer
6+
37
下のボタンを押すと開発環境が起動します。
48
起動までしばらく時間がかかるのでお待ちください。
59

610
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/ut-code/website)
711

8-
## 環境構築 (手動)
12+
### 手動
913

1014
- (必須) Bun >= v1.1.39
1115
- 任意のエディタ https://docs.astro.build/en/editor-setup/
@@ -14,6 +18,10 @@
1418
bun install --frozen-lockfile
1519
```
1620

21+
## TODO
22+
23+
<https://astro.build/integrations/2/?search=&categories%5B%5D=performance%2Bseo&categories%5B%5D=accessibility>
24+
1725
## 開発
1826

1927
```shell

_src/components/ActionButton.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

_src/components/ArticleList.tsx

Lines changed: 0 additions & 122 deletions
This file was deleted.

_src/components/CommonHead.tsx

Lines changed: 0 additions & 65 deletions
This file was deleted.

_src/components/GlobalFooter.tsx

Lines changed: 0 additions & 87 deletions
This file was deleted.

_src/components/JoinUsCTA.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)