From e4a033b205d84b7d88de99ae53105635aa3a0861 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Fri, 14 Jun 2024 22:30:51 +0300 Subject: [PATCH] Make some very basic changes to the landing page. --- index.md | 11 +++++------ toc.yml | 6 +++++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/index.md b/index.md index f9859f8..56bfa45 100644 --- a/index.md +++ b/index.md @@ -2,10 +2,9 @@ _layout: landing --- -# This is the **HOMEPAGE**. +# Welcome to ReFuel! -Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files. - -## Quick Start Notes: - -1. Add images to the *images* folder if the file is referencing an image. \ No newline at end of file +ReFuel is currently a mostly private hobby project where I design a game engine +along with an arcade racing game. This website is your hub for information +about open source libraries related to ReFuel, the documentation of the game +engine itself as well as any modding resources which may come in the future. diff --git a/toc.yml b/toc.yml index 061acc6..828d3aa 100644 --- a/toc.yml +++ b/toc.yml @@ -1,4 +1,8 @@ - name: Docs href: docs/ - name: API - href: api/ \ No newline at end of file + href: api/ +- name: Source 🔗 + href: https://git.mixedup.dev/ReFuel +- name: OpenTK 🔗 + href: https://opentk.net/