From 33d9a48d240a55fdeda84e62dcf608a6dacda4d6 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sat, 22 Jun 2024 19:11:03 +0200 Subject: [PATCH] Moved index.html --- README.md | 12 ------------ src/index.html => index.html | 0 2 files changed, 12 deletions(-) rename src/index.html => index.html (100%) 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/src/index.html b/index.html similarity index 100% rename from src/index.html rename to index.html -- 2.30.2