Skip to content

Commit

Permalink
revamp navigation and reorganize content
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Oct 25, 2023
1 parent 915c291 commit 029b62f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 12 deletions.
48 changes: 41 additions & 7 deletions website/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,57 @@ module.exports = {
docsDir: "website",
footer: "test",
navbar: [
{ link: "/gbcompo23", text: "GB Compo 2023" },
{ link: "https://hh.gbdev.io", text: "Games" },
{ link: "https://gbdev.io/pandocs", text: "Pan Docs" },
{ link: "/resources", text: "Resources" },
{
text: "Community",
text: "Newsletter",
link: "/",
collapsable: false,
sidebarDepth: 1,
children: [
{
link: "/newsletter/1",
text: "Issue #1 - 2021",
},
],
},
{
text: "Events",
link: "/",
collapsable: false,
sidebarDepth: 1,
children: [
{ link: "/chat", text: "Chat" },
{ link: "/contribute", text: "Contribute" },
{
link: "/gbcompo23",
text: "GB Competition 2023",
},
{
link: "/gbcompo21",
text: "GB Competition 2021",
},
],
},
{ link: "/resources", text: "Resources" },
{
text: "Projects",
link: "/",
collapsable: false,
sidebarDepth: 1,
children: [
{ link: "https://hh.gbdev.io", text: "Homebrew Hub" },
{ link: "https://gbdev.io/pandocs", text: "Pan Docs" },
{ link: "https://gbdev.io/gb-asm-tutorial", text: "GB ASM Tutorial" },
{ link: "https://rgbds.gbdev.io/", text: "RGBDS" },
],
},
{
text: "Community",
link: "/",
collapsable: false,
sidebarDepth: 1,
children: [
{ link: "/chat", text: "Chat channels" },
{ link: "/contribute", text: "Contribute" },
],
},
{
text: "Guides",
children: [
Expand All @@ -85,6 +118,7 @@ module.exports = {
{ link: "/guides/sgb_border", text: "Adding a custom SGB border" },
],
},
{ link: "https://opencollective.com/gbdev", text: "Donate" },
],
}),

Expand Down
5 changes: 0 additions & 5 deletions website/gbcompo21/results.md

This file was deleted.

3 changes: 3 additions & 0 deletions website/gbcompo23.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ head:
Join us for an epic game development event celebrating the classics! Show off your creativity and skills by crafting original games for the iconic Game Boy!
---

# Game Boy Competition 2023


<p align="center">
<img alt="Game Boy Competition 2023" src="/images/kSruwo_alt.png" style="width: 65%">
</p>
Expand Down

0 comments on commit 029b62f

Please sign in to comment.