diff --git a/_config.yml b/_config.yml index 4dea075..ac8e513 100644 --- a/_config.yml +++ b/_config.yml @@ -69,6 +69,11 @@ collections: posts: output: false label: "Articles" + games: + output: true + permalink: '/games/:path/' + label: "Games" + sort_by: title guides: output: true permalink: '/guides/:path/' @@ -171,6 +176,7 @@ feed: - "Blog" - "News" - "Reviews" + - "Games" tags: path: "/feed/tag/" diff --git a/_data/navigation.json b/_data/navigation.json index 0e39968..2780085 100644 --- a/_data/navigation.json +++ b/_data/navigation.json @@ -27,42 +27,12 @@ } } }, - "project": { - "name": "Projects", + "games": { + "name": "Games", "entries": { - "obs-studio": { - "name": "OBS Studio", - "entries": { - "amd-encoder": { - "name": "AMD Encoders", - "url": "/projects/obs/amd-encoder/", - "blank": false - }, - "ffmpeg-encoder": { - "name": "FFmpeg Encoders", - "url": "/projects/obs/ffmpeg-encoder/", - "blank": false - }, - "ocean-blue": { - "name": "Ocean Blue", - "url": "/projects/obs/ocean-blue/", - "blank": false - }, - "streamfx": { - "name": "StreamFX", - "url": "/projects/obs/streamfx/", - "blank": false - } - } - }, - "voicefx": { - "name": "VoiceFX (for VST)", - "url": "/projects/voicefx/", - "blank": false - }, - "all": { - "name": "All Projects", - "url": "/projects/", + "remnant2": { + "name": "Remnant 2", + "url": "games/remnant2/", "blank": false } } @@ -130,6 +100,46 @@ } } }, + "project": { + "name": "Projects", + "entries": { + "obs-studio": { + "name": "OBS Studio", + "entries": { + "amd-encoder": { + "name": "AMD Encoders", + "url": "/projects/obs/amd-encoder/", + "blank": false + }, + "ffmpeg-encoder": { + "name": "FFmpeg Encoders", + "url": "/projects/obs/ffmpeg-encoder/", + "blank": false + }, + "ocean-blue": { + "name": "Ocean Blue", + "url": "/projects/obs/ocean-blue/", + "blank": false + }, + "streamfx": { + "name": "StreamFX", + "url": "/projects/obs/streamfx/", + "blank": false + } + } + }, + "voicefx": { + "name": "VoiceFX (for VST)", + "url": "/projects/voicefx/", + "blank": false + }, + "all": { + "name": "All Projects", + "url": "/projects/", + "blank": false + } + } + }, "socials": { "name": "Socials", "entries": { @@ -152,11 +162,6 @@ "name": "Twitch", "url": "https://s.xaymar.com/twitch", "blank": true - }, - "twitter": { - "name": "Twitter", - "url": "https://s.xaymar.com/twitter", - "blank": true } } },