Add Game category
This commit is contained in:
@@ -69,6 +69,11 @@ collections:
|
|||||||
posts:
|
posts:
|
||||||
output: false
|
output: false
|
||||||
label: "Articles"
|
label: "Articles"
|
||||||
|
games:
|
||||||
|
output: true
|
||||||
|
permalink: '/games/:path/'
|
||||||
|
label: "Games"
|
||||||
|
sort_by: title
|
||||||
guides:
|
guides:
|
||||||
output: true
|
output: true
|
||||||
permalink: '/guides/:path/'
|
permalink: '/guides/:path/'
|
||||||
@@ -171,6 +176,7 @@ feed:
|
|||||||
- "Blog"
|
- "Blog"
|
||||||
- "News"
|
- "News"
|
||||||
- "Reviews"
|
- "Reviews"
|
||||||
|
- "Games"
|
||||||
tags:
|
tags:
|
||||||
path: "/feed/tag/"
|
path: "/feed/tag/"
|
||||||
|
|
||||||
|
|||||||
+45
-40
@@ -27,42 +27,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"project": {
|
"games": {
|
||||||
"name": "Projects",
|
"name": "Games",
|
||||||
"entries": {
|
"entries": {
|
||||||
"obs-studio": {
|
"remnant2": {
|
||||||
"name": "OBS Studio",
|
"name": "Remnant 2",
|
||||||
"entries": {
|
"url": "games/remnant2/",
|
||||||
"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
|
"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": {
|
"socials": {
|
||||||
"name": "Socials",
|
"name": "Socials",
|
||||||
"entries": {
|
"entries": {
|
||||||
@@ -152,11 +162,6 @@
|
|||||||
"name": "Twitch",
|
"name": "Twitch",
|
||||||
"url": "https://s.xaymar.com/twitch",
|
"url": "https://s.xaymar.com/twitch",
|
||||||
"blank": true
|
"blank": true
|
||||||
},
|
|
||||||
"twitter": {
|
|
||||||
"name": "Twitter",
|
|
||||||
"url": "https://s.xaymar.com/twitter",
|
|
||||||
"blank": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user