## 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
--- /dev/null
+<!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>
+++ /dev/null
-<!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>