Add Game category
This commit is contained in:
@@ -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
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user