Moved index.html
authorLukas Krickl <lukas@krickl.dev>
Sat, 22 Jun 2024 17:11:03 +0000 (19:11 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sat, 22 Jun 2024 17:11:03 +0000 (19:11 +0200)
README.md
index.html [new file with mode: 0644]
src/index.html [deleted file]

index c02b07feafce7f54147b687f88899c0416477f17..42aa3744a5b95c08595abd4fa7ca2566a555c6a1 100644 (file)
--- a/README.md
+++ b/README.md
 
 ## Installation
 
-`gem install jekyll bundler`
-
 ## Usage
 
-`bundle exec jekyll serve`
-
-`bundle exec jekyll build`
-
 ## License
 
 This program is distributed under the terms of the MIT License.
 
 ## Contributing
 
-All contributions are welcome.
-Both pull requests and issue reports are always appreciated.
-Please make sure that all existing tests pass before submitting a pull request.
-
 ## Credits
 
-The color scheme is insipted by [onedar.vim](https://github.com/joshdick/onedark.vim)
-
 ## TODO
 
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..662ad1d
--- /dev/null
@@ -0,0 +1,44 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+  <title>krickl.dev</title>
+  <meta name="description" content="Lukas Krickl's personal page">
+  <meta name="keywords"
+    content="C, programming, lua, games, engine-dev, game-dev, indie, foss, open-source, git, linux">
+  <meta name="author" content="Lukas Krickl">
+  <meta charset="utf-8" />
+</head>
+
+<body>
+  <h1>krickl.dev</h1>
+
+  <article>
+    <h2><a href="https://git.krickl.dev/?p=ulas/.git;a=tree">ulas</a></h2>
+    <p>
+      Ulas is a assembler for the sm83 cpu.
+      It currently supports direct assembly without a linking step and will in the future also offer 
+      a disassembler as well as a debugger interface. 
+    </p>
+  </article>
+
+  <article>
+    <h2><a href="https://git.krickl.dev/?p=fw/.git;a=tree">fw</a></h2>
+    <p>
+      FW is a work in progress turn-based strategy game that aims to be as portable as possible.
+    </p>
+  </article>
+
+  <h2>Links</h2>
+  <ul>
+    <li><a href="https://git.krickl.dev">git</a></li>
+    <li><a href="https://codeberg.org/unlink2">codeberg</a></li>
+  </ul>
+  <h2>Contact</h2>
+  <ul>
+    <li>email: <a href="mailto:lukas@krickl.dev">lukas@krickl.dev</a></li>
+    <li>mastodon: <a href="https://social.linux.pizza/deck/@unlink2">@unlink2@social.linux.pizza</a></li>
+  </ul>
+</body>
+
+</html>
diff --git a/src/index.html b/src/index.html
deleted file mode 100644 (file)
index 662ad1d..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
-  <title>krickl.dev</title>
-  <meta name="description" content="Lukas Krickl's personal page">
-  <meta name="keywords"
-    content="C, programming, lua, games, engine-dev, game-dev, indie, foss, open-source, git, linux">
-  <meta name="author" content="Lukas Krickl">
-  <meta charset="utf-8" />
-</head>
-
-<body>
-  <h1>krickl.dev</h1>
-
-  <article>
-    <h2><a href="https://git.krickl.dev/?p=ulas/.git;a=tree">ulas</a></h2>
-    <p>
-      Ulas is a assembler for the sm83 cpu.
-      It currently supports direct assembly without a linking step and will in the future also offer 
-      a disassembler as well as a debugger interface. 
-    </p>
-  </article>
-
-  <article>
-    <h2><a href="https://git.krickl.dev/?p=fw/.git;a=tree">fw</a></h2>
-    <p>
-      FW is a work in progress turn-based strategy game that aims to be as portable as possible.
-    </p>
-  </article>
-
-  <h2>Links</h2>
-  <ul>
-    <li><a href="https://git.krickl.dev">git</a></li>
-    <li><a href="https://codeberg.org/unlink2">codeberg</a></li>
-  </ul>
-  <h2>Contact</h2>
-  <ul>
-    <li>email: <a href="mailto:lukas@krickl.dev">lukas@krickl.dev</a></li>
-    <li>mastodon: <a href="https://social.linux.pizza/deck/@unlink2">@unlink2@social.linux.pizza</a></li>
-  </ul>
-</body>
-
-</html>