Add Game category

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-07-30 14:08:36 +02:00
parent 49b87dcf4e
commit be8f53f372
2 changed files with 51 additions and 40 deletions
+6
View File
@@ -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/"
+45 -40
View File
@@ -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
}
}
},