araozu.dev/src/pages/side-projects/index.astro

18 lines
537 B
Plaintext
Raw Normal View History

2024-07-26 23:21:13 +00:00
---
2024-08-15 17:06:09 +00:00
import SideProject from "../../layouts/SideProject.astro";
2024-07-26 23:21:13 +00:00
---
2024-08-15 17:06:09 +00:00
<SideProject
project_title="Typed Hyperscript Processor (webpage)"
git_url="https://git.araozu.dev/fernando/thp-web"
page_url="https://thp.araozu.dev"
next="thp"
>
This is a static webpage that contains documentation for my other project,
the THP compiler.
<br />
<br />
It is written with Astro and Markdown, highlights the syntax in the code snippets
using said compiler, and has some interactive code snippets.
</SideProject>