diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-28 16:04:23 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-28 16:04:23 -0400 |
| commit | 70c1338860a99e3e4c1ca46f4b997a8f1dac233c (patch) | |
| tree | 6a7acf17e959fd556164950162904556e1ed90e7 | |
| parent | 67503a97f2eeacd8d75c3fd7ab545a81ecb8eb3b (diff) | |
| download | pokeworld-website-70c1338860a99e3e4c1ca46f4b997a8f1dac233c.tar.gz pokeworld-website-70c1338860a99e3e4c1ca46f4b997a8f1dac233c.tar.bz2 pokeworld-website-70c1338860a99e3e4c1ca46f4b997a8f1dac233c.zip | |
Finally adding context
| -rw-r--r-- | _config.yml | 4 | ||||
| -rw-r--r-- | _data/navigation.yml | 2 | ||||
| -rw-r--r-- | _includes/footer/custom.html | 2 | ||||
| -rw-r--r-- | _layouts/default.html | 1 | ||||
| -rw-r--r-- | _pages/about.html | 4 | ||||
| -rw-r--r-- | _pages/posts.html | 5 | ||||
| -rw-r--r-- | admin/config.yml | 4 | ||||
| -rw-r--r-- | index.html | 6 |
8 files changed, 20 insertions, 8 deletions
diff --git a/_config.yml b/_config.yml index b2547ad..db1e2d1 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ locale : "en-US" title : "PokeWorld" title_separator : "-" subtitle : # site tagline that appears below site title in masthead -name : "PokeWorld Development Team" +name : "PokeWorld" description : "A wonderful discord server where pokemon enthusiasts can join." url : "http://universedevgroup.net/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : "/" @@ -107,7 +107,7 @@ analytics: # Site Author author: - name : "PokeWorld Managers" + name : "PokeWorld Development Team" avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg" bio : "We make PokeBot happen." location : "PokeWorld" diff --git a/_data/navigation.yml b/_data/navigation.yml index d26fb4a..0e5b46c 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,5 +1,7 @@ # main links main: + - title: "Posts" + url: /posts - title: "Discord" url: https://discord.gg/6ng7xmp - title: "PokeBot" diff --git a/_includes/footer/custom.html b/_includes/footer/custom.html index d512599..076904b 100644 --- a/_includes/footer/custom.html +++ b/_includes/footer/custom.html @@ -1,3 +1,3 @@ <!-- start custom footer snippets --> - +<div class="page__footer-copyright">© 2018-2019 {{ site.name | default: site.title }}. Powered by Jekyll, Minimal Mistakes and Netlify</div> <!-- end custom footer snippets -->
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 8146222..d993784 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -32,7 +32,6 @@ <div id="footer" class="page__footer"> <footer> {% include footer/custom.html %} - {% include_cached footer.html %} </footer> </div> diff --git a/_pages/about.html b/_pages/about.html index 27a203b..aa4d08f 100644 --- a/_pages/about.html +++ b/_pages/about.html @@ -2,4 +2,6 @@ layout: splash permalink: /about --- -<h1>About the server</h1>
\ No newline at end of file +<br> +<h1>About PokeWorld</h1> +<p>PokeWorld is a discord server made by jtsshieh, TheEdge and Alee</p>
\ No newline at end of file diff --git a/_pages/posts.html b/_pages/posts.html new file mode 100644 index 0000000..f7e3fc5 --- /dev/null +++ b/_pages/posts.html @@ -0,0 +1,5 @@ +--- +title: Posts +layout: posts +permalink: /posts +---
\ No newline at end of file diff --git a/admin/config.yml b/admin/config.yml index 4590a9e..1213bc1 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -6,8 +6,8 @@ backend: branch: master # Branch to update (optional; defaults to master) media_folder: 'assets/uploads' collections: - - name: 'blog' - label: 'Blog' + - name: 'posts' + label: 'Posts' folder: '_posts/' create: true slug: '{{year}}-{{month}}-{{day}}-{{slug}}' @@ -1,4 +1,8 @@ --- title: Home -layout: home +layout: splash +excerpt: "Welcome to PokeWorld! A wonderful discord server where pokemon enthusiasts can join." +header: + overlay_color: "#333" --- +<br> |
