aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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