aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-10-27 21:43:29 -0400
committerAndrew Lee <alee14498@gmail.com>2019-10-27 21:43:29 -0400
commit4193d2210f9dadb995eb2f37677af431077a5133 (patch)
tree77c8e1368a0c92f7d6d55513b75582c624e8cd0c
parent183106a7188ca0b8bfa056f50490d3ca1e703f7d (diff)
downloadpokeworld-website-4193d2210f9dadb995eb2f37677af431077a5133.tar.gz
pokeworld-website-4193d2210f9dadb995eb2f37677af431077a5133.tar.bz2
pokeworld-website-4193d2210f9dadb995eb2f37677af431077a5133.zip
Added a few more pages
-rw-r--r--_config.yml2
-rw-r--r--_data/navigation.yml12
-rw-r--r--_pages/404.md6
-rw-r--r--_pages/pokebot.md6
4 files changed, 5 insertions, 21 deletions
diff --git a/_config.yml b/_config.yml
index 90a4ed8..b2547ad 100644
--- a/_config.yml
+++ b/_config.yml
@@ -21,7 +21,7 @@ title_separator : "-"
subtitle : # site tagline that appears below site title in masthead
name : "PokeWorld Development Team"
description : "A wonderful discord server where pokemon enthusiasts can join."
-url : "https://universedevgroup.net/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
+url : "http://universedevgroup.net/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : "/"
repository : "UniverseDevGroup/pokeworld-website" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 7428575..d26fb4a 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -1,12 +1,8 @@
# main links
main:
+ - title: "Discord"
+ url: https://discord.gg/6ng7xmp
- title: "PokeBot"
url: /pokebot
- # - title: "About"
- # url: https://mmistakes.github.io/minimal-mistakes/about/
- # - title: "Sample Posts"
- # url: /year-archive/
- # - title: "Sample Collections"
- # url: /collection-archive/
- # - title: "Sitemap"
- # url: /sitemap/ \ No newline at end of file
+ - title: "About"
+ url: /about \ No newline at end of file
diff --git a/_pages/404.md b/_pages/404.md
deleted file mode 100644
index 8dc48ea..0000000
--- a/_pages/404.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: 404
-layout: splash
-permalink: /404
----
-<h1>Are you lost?</h1> \ No newline at end of file
diff --git a/_pages/pokebot.md b/_pages/pokebot.md
deleted file mode 100644
index 481e177..0000000
--- a/_pages/pokebot.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: PokeBot
-layout: splash
-permalink: /pokebot
----
-<h1>Hello world</h1> \ No newline at end of file