Skip to content

Commit 5986e2b

Browse files
committed
updadte projects and add UT-Bridge
1 parent e149271 commit 5986e2b

File tree

22 files changed

+100
-17
lines changed

22 files changed

+100
-17
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ dist
88

99
# editor
1010
.DS_Store
11-
.vscode/*
12-
!.vscode/extensions.json
1311

1412
# env
1513
.direnv

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"astro.content-intellisense": true
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: cobuilder
3-
slug: cobuilder
3+
kind: long-term
4+
status: dead
45
date: 2023-04-04
56
description: 仮想空間を参加者全員で作り上げ、自分たちだけの世界を作るメタバースを作ります
67
image:
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: CreateCPU
3-
slug: create-cpu
3+
kind: long-term
4+
status: released
45
date: 2023-04-01
56
image:
6-
src: ./image.png
7+
src: ./thumbnail.png
78
description: 現代コンピュータの頭脳である CPU は、単純な論理回路を大量に組み合わせた巨大なシステムです。CreateCPU を使うと、最も単純な回路素子をつなぎ合わせて自分だけの CPU を作り上げることができます。
89
tags: [TypeScript, React]
910
github: https://github.com/ut-code/create-cpu
File renamed without changes.

contents/projects/learn-braille/index.mdx renamed to contents/projects/dot-tutor-learn/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Dot Tutor Learn
3-
slug: dot-tutor-learn
3+
kind: long-term
4+
status: stable
45
image:
5-
src: ./image.png
6+
src: ./thumbnail.png
67
fit: contain
78
date: 2023-01-28
89
description: 体験型点字学習サイト Dot Tutor Learn です。
File renamed without changes.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: だるめし
3-
slug: dull-meshi
3+
kind: long-term
4+
status: stable
45
image:
5-
src: ./dull-meshi.jpg
6+
src: ./thumbnail.jpg
67
fit: contain
78
bg: "#E6E0DB"
89
date: 2023-04-05
File renamed without changes.

0 commit comments

Comments
 (0)