From 27ae4c02eb88fcd1030128fe0a4c2e772e894ea2 Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 11 Sep 2020 18:34:14 -0400 Subject: [PATCH] setup: rename project to eifueo --- README.md | 2 +- docs/index.md | 18 ++---------------- mkdocs.yml | 2 +- 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 3e30cb3..bde6527 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# eggworld.tk/school +# Eifueo A "competitor" of sorts to magicalsoup's notes. diff --git a/docs/index.md b/docs/index.md index 000ea34..224ef8d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,17 +1,3 @@ -# Welcome to MkDocs +# Eifueo -For full documentation visit [mkdocs.org](https://www.mkdocs.org). - -## Commands - -* `mkdocs new [dir-name]` - Create a new project. -* `mkdocs serve` - Start the live-reloading docs server. -* `mkdocs build` - Build the documentation site. -* `mkdocs -h` - Print help message and exit. - -## Project layout - - mkdocs.yml # The configuration file. - docs/ - index.md # The documentation homepage. - ... # Other markdown pages, images and other files. +Home! diff --git a/mkdocs.yml b/mkdocs.yml index c97182f..cf4670e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1 +1 @@ -site_name: My Docs +site_name: Eifueo