updated site
authorLukas Krickl <lukas@krickl.dev>
Wed, 16 Nov 2022 19:32:47 +0000 (20:32 +0100)
committerLukas Krickl <lukas@krickl.dev>
Wed, 16 Nov 2022 19:32:47 +0000 (20:32 +0100)
components/Baremetal.vue [deleted file]
components/Stvi.vue [new file with mode: 0644]
pages/index.vue

diff --git a/components/Baremetal.vue b/components/Baremetal.vue
deleted file mode 100644 (file)
index 6c7124a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>
diff --git a/components/Stvi.vue b/components/Stvi.vue
new file mode 100644 (file)
index 0000000..3bb8b29
--- /dev/null
@@ -0,0 +1,12 @@
+<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>
index c633b1b51f058dddf6e9bc32056e147396cb1535..f9b1dd103ed66f3c5f24a49d927022a590d1c350 100644 (file)
@@ -3,7 +3,7 @@
     <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>