diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-27 21:33:59 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-27 21:33:59 +0000 |
| commit | 174232d643e990d25f745602288e658dccdadd90 (patch) | |
| tree | 9ab9504262caa9efdc1aa5972f3ecac7d3308d21 | |
| parent | 2d180e62b2e6b25303b25a78b364fae64894a331 (diff) | |
| download | pokeworld-website-174232d643e990d25f745602288e658dccdadd90.tar.gz pokeworld-website-174232d643e990d25f745602288e658dccdadd90.tar.bz2 pokeworld-website-174232d643e990d25f745602288e658dccdadd90.zip | |
Added a page and test post
| -rw-r--r-- | _config.yml | 4 | ||||
| -rw-r--r-- | _data/navigation.yml | 4 | ||||
| -rw-r--r-- | _pages/404.md | 6 | ||||
| -rw-r--r-- | _pages/pokebot.md | 6 | ||||
| -rw-r--r-- | _posts/2019-10-27-New-website.md | 1 |
5 files changed, 17 insertions, 4 deletions
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 +--- +<h1>Are you lost?</h1>
\ 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 +--- +<h1>Hello world</h1>
\ 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! |
