Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chibat committed Dec 29, 2023
1 parent 93c01f9 commit 95c27ae
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions routes/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,29 @@ export default defineRoute(async (req, _ctx) => {
<h1>About</h1>
<ul>
<li>
本サイトは、<a
This site is a portfolio by{" "}
<a
href="https://chibat.github.io/"
target="_blank"
class="doc"
>
@chibat
</a>{" "}
によるポートフォリオです。
</a>.
</li>
<li>
It is a microblog platform that allows you to post in Markdown.
</li>
<li>You can sign in using your Google account.</li>
<li>
<a href="https://leaves.deno.dev/posts/75">How to write Markdown</a>
</li>
<li>Markdown で投稿できるマイクロブログです。</li>
<li>Google アカウントでログインできます。</li>
<li>
<a href="https://leaves.deno.dev/posts/177">
投稿した本文の YouTube の URL は、プレビューされます。
The site previews YouTube URLs included in your posts.
</a>
</li>
<li>
Production Runtime(次の無料枠を利用しています)
Production Runtime(built using the following free plan)
<ul>
<li>
<a href="https://deno.com/deploy" target="_blank">
Expand Down Expand Up @@ -79,10 +84,10 @@ export default defineRoute(async (req, _ctx) => {
</ul>
</li>
<li>
利用モジュール
Modules used
<ul>
<li>
deno.json imports を参照
See deno.json imports
</li>
<li>
<a href="https://getbootstrap.com/" target="_blank">
Expand All @@ -97,20 +102,23 @@ export default defineRoute(async (req, _ctx) => {
target="_blank"
class="doc"
>
ソースコード
Source Code
</a>
</li>
<li>
<a
href="https://zenn.dev/chiba/articles/md-sns-deno-fresh"
target="_blank"
>
Zenn 記事
Zenn article
</a>
</li>
<li>
<a href="/shortcuts">Keyboard Shortcuts</a>
</li>
<li>
<a href="https://leaves.deno.dev/posts/227">Leaves CLI</a>
</li>
</ul>
</main>
</>
Expand Down

0 comments on commit 95c27ae

Please sign in to comment.