Refactored site
authorLukas Krickl <lukas@krickl.dev>
Tue, 2 Aug 2022 04:29:27 +0000 (06:29 +0200)
committerLukas Krickl <lukas@krickl.dev>
Tue, 2 Aug 2022 04:29:27 +0000 (06:29 +0200)
components/Baremetal.vue [new file with mode: 0644]
components/Minutecat.vue [deleted file]
components/Nusstool.vue [new file with mode: 0644]
components/Ultrars.vue [deleted file]
pages/index.vue

diff --git a/components/Baremetal.vue b/components/Baremetal.vue
new file mode 100644 (file)
index 0000000..6c7124a
--- /dev/null
@@ -0,0 +1,13 @@
+<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/Minutecat.vue b/components/Minutecat.vue
deleted file mode 100644 (file)
index a2cb7ee..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<template>
-  <article>
-    <p class="title">
-      <a href="https://www.github.com/unlink2/minutecat">Minutecat</a>
-    </p>
-    <p class="subtitle">
-      Minutecat is a simple logfile monitoring program that allows viewing logs in a tabbed command line interface.
-      It also offers regex matching so you can spot errors more easily.
-      Minutecat also comes with a helper-utility called
-      <a href="https://github.com/unlink2/logpeek">Logpeek</a> for use in shell scripts
-    </p>
-  </article>
-</template>
diff --git a/components/Nusstool.vue b/components/Nusstool.vue
new file mode 100644 (file)
index 0000000..d7fc128
--- /dev/null
@@ -0,0 +1,14 @@
+
+<template>
+  <article class="tile is-child notification is-warning">
+    <p class="title">
+      <a href="https://www.github.com/unlink2/nusstool">Nusstool</a>
+    </p>
+    <p class="subtitle">
+      Nusstool (Nintendo Ultra Sixtyfour Support Tool) is a general
+      purpose tool I use for developing Baremetal.
+      It supports creating an n64 header, calculating the checksum 
+      and UBS booting the Everdrive64.
+    </p>
+  </article>
+</template>
diff --git a/components/Ultrars.vue b/components/Ultrars.vue
deleted file mode 100644 (file)
index dd14118..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-<template>
-  <article class="tile is-child notification is-warning">
-    <p class="title">
-      <a href="https://www.github.com/unlink2/ultra-rs">Ultra-rs</a>
-    </p>
-    <p class="subtitle">
-      Ultra-rs is a helper library for n64 romhacks primarily used in the Glover practice hack.
-    </p>
-  </article>
-</template>
index 2a80d06766344773652560b6e1153c38991102b5..c633b1b51f058dddf6e9bc32056e147396cb1535 100644 (file)
@@ -3,9 +3,9 @@
     <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" />
+          <Nusstool />
           <Yadasm />
-          <Minutecat class="tile is-child notification is-primary" />
-          <Ultrars />
         </div>
         <div class="tile is-parent">
           <Turtlebay />