From 174232d643e990d25f745602288e658dccdadd90 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 27 Oct 2019 21:33:59 +0000 Subject: Added a page and test post --- _config.yml | 4 ++-- _data/navigation.yml | 4 ++-- _pages/404.md | 6 ++++++ _pages/pokebot.md | 6 ++++++ _posts/2019-10-27-New-website.md | 1 + 5 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 _pages/404.md create mode 100644 _pages/pokebot.md create mode 100644 _posts/2019-10-27-New-website.md diff --git a/_config.yml b/_config.yml index d4bd869..b9e62c5 100644 --- a/_config.yml +++ b/_config.yml @@ -109,8 +109,8 @@ analytics: author: name : "PokeWorld Managers" avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg" - bio : "I am an **amazing** person." - location : "Somewhere" + bio : "We make PokeBot happen." + location : "PokeWorld" email : links: - label: "Email" diff --git a/_data/navigation.yml b/_data/navigation.yml index 6f30866..7428575 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,7 +1,7 @@ # main links main: - - title: "Quick-Start Guide" - url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ + - title: "PokeBot" + url: /pokebot # - title: "About" # url: https://mmistakes.github.io/minimal-mistakes/about/ # - title: "Sample Posts" diff --git a/_pages/404.md b/_pages/404.md new file mode 100644 index 0000000..8dc48ea --- /dev/null +++ b/_pages/404.md @@ -0,0 +1,6 @@ +--- +title: 404 +layout: splash +permalink: /404 +--- +

Are you lost?

\ No newline at end of file diff --git a/_pages/pokebot.md b/_pages/pokebot.md new file mode 100644 index 0000000..481e177 --- /dev/null +++ b/_pages/pokebot.md @@ -0,0 +1,6 @@ +--- +title: PokeBot +layout: splash +permalink: /pokebot +--- +

Hello world

\ No newline at end of file diff --git a/_posts/2019-10-27-New-website.md b/_posts/2019-10-27-New-website.md new file mode 100644 index 0000000..8f6266d --- /dev/null +++ b/_posts/2019-10-27-New-website.md @@ -0,0 +1 @@ +Hello! Welcome to the new PokeWorld website! -- cgit v1.2.3