From: Lukas Krickl Date: Sat, 22 Jun 2024 17:11:03 +0000 (+0200) Subject: Moved index.html X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=33d9a48d240a55fdeda84e62dcf608a6dacda4d6;p=website%2F.git Moved index.html --- diff --git a/README.md b/README.md index c02b07f..42aa374 100644 --- a/README.md +++ b/README.md @@ -11,27 +11,15 @@ ## 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 index 0000000..662ad1d --- /dev/null +++ b/index.html @@ -0,0 +1,44 @@ + + + + + krickl.dev + + + + + + + +

krickl.dev

+ +
+

ulas

+

+ 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. +

+
+ +
+

fw

+

+ FW is a work in progress turn-based strategy game that aims to be as portable as possible. +

+
+ +

Links

+ +

Contact

+ + + + diff --git a/src/index.html b/src/index.html deleted file mode 100644 index 662ad1d..0000000 --- a/src/index.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - krickl.dev - - - - - - - -

krickl.dev

- -
-

ulas

-

- 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. -

-
- -
-

fw

-

- FW is a work in progress turn-based strategy game that aims to be as portable as possible. -

-
- -

Links

- -

Contact

- - - -