From 9c47479a402dfc581e0b62507c37d8a9403ccf4b Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Sat, 20 Apr 2019 16:12:39 -0500 Subject: [PATCH] Delete README.md --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 06a68c3..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -#SWG-Source.github.io - -This repository works with Jekyll and Github Pages in order to serve a website intended to provide help and information about the SWG Source project, our VM, and our codebase. It's still a work in progress. - -## Would you like to contribute a guide? - -The easiest way to get started is to compose a markdown file according to the Github markdown standard and add it to \_docs/. Your guide.md must begin with the following front matter in order to be seen by Jekyll: -``` ---- -title: Guide Title ---- -``` -Your markdown can begin right after including that front matter. - -Once you've added your markdown file to \_docs/, Jekyll will build it into an HTML file and add a link to it to the documentation index page. - -If you want to include images in your guide, please add them to assets/images/ and name them something that makes sense like {guideName}-{incrementingNumber}.png in order to keep things organized.