19 lines
561 B
Plaintext
19 lines
561 B
Plaintext
---
|
|
import SideProject from "../../layouts/SideProject.astro";
|
|
---
|
|
|
|
<SideProject
|
|
project_title="Typed Hyperscript Processor (webpage)"
|
|
git_url="https://git.araozu.dev/fernando/thp-web"
|
|
page_url="https://thp.araozu.dev"
|
|
next="thp"
|
|
images_folder="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>
|