+++ /dev/null
-<template>
- <article>
- <p class="title">
- <a href="https://www.github.com/unlink2/baremetal">Baremetal</a>
- </p>
- <p class="subtitle">
- Baremetal is a no-engine no-library Nintendo64 game project.
- It attempts to be as portable as possible to allow for
- ports to other consoles in the future (Gameboy Advance is a possibility!).
- For now the focus of the project is on getting the engine working.
- </p>
- </article>
-</template>
--- /dev/null
+<template>
+ <article>
+ <p class="title">
+ <a href="https://www.github.com/unlink2/Stvi">Stvi</a>
+ </p>
+ <p class="subtitle">
+ Stvi is a simple binary file analyzer utility similar to hexdump.
+ It supports dumping files in various ways, prefixing and
+ address highlighting.
+ </p>
+ </article>
+</template>
<div class="tile is-vertical is-12">
<div class="tile">
<div class="tile is-parent is-vertical">
- <Baremetal class="tile is-child notification is-primary" />
+ <Stvi class="tile is-child notification is-primary" />
<Nusstool />
<Yadasm />
</div>