Files
com.xaymar.www/_data/navigation.json
T
Michael Fabian 'Xaymar' Dirks 7577789ac5 Update navigation
2022-02-25 07:54:11 +01:00

119 lines
2.2 KiB
JSON

{
"home": {
"name": "Home",
"url": "/",
"entries": {
"news": {
"name": "News",
"url": "/category/news/",
"blank": false
},
"blog": {
"name": "Blogs",
"url": "/category/blog/",
"blank": false
},
"review": {
"name": "Reviews",
"url": "/category/review/",
"blank": false
}
}
},
"project": {
"name": "Projects",
"entries": {
"streamfx": {
"name": "StreamFX",
"url": "https://streamfx.xaymar.com",
"blank": true
},
"voicefx": {
"name": "VoiceFX (for VST)",
"url": "/projects/voicefx/",
"blank": false
},
"obs-ocean-blue": {
"name": "Ocean Blue (for OBS Studio)",
"url": "/projects/obs/ocean-blue/",
"blank": false
},
"all": {
"name": "All Projects",
"url": "/projects/",
"blank": false
}
}
},
"guides": {
"name": "Guides",
"entries": {
"recording": {
"name": "High Quality Recording (in OBS® Studio)",
"url": "guides/obs/high-quality-recording/",
"blank": false
},
"streaming_nvenc": {
"name": "High Quality Streaming with NVENC (in OBS® Studio)",
"url": "guides/obs/high-quality-streaming-nvenc/",
"blank": false
},
"lost_knowledge": {
"name": "Lost Knowledge & Secrets",
"url": "",
"blank": false
}
}
},
"socials": {
"name": "Socials",
"entries": {
"discord": {
"name": "Discord",
"url": "https://s.xaymar.com/discord",
"blank": true
},
"github": {
"name": "GitHub",
"url": "https://s.xaymar.com/github",
"blank": true
},
"patreon": {
"name": "Patreon",
"url": "https://s.xaymar.com/patreon",
"blank": true
},
"twitch": {
"name": "Twitch",
"url": "https://s.xaymar.com/twitch",
"blank": true
},
"twitter": {
"name": "Twitter",
"url": "https://s.xaymar.com/twitter",
"blank": true
}
}
},
"about": {
"name": "About Me",
"url": "/about/me/",
"entries": {
"privacy": {
"name": "Privacy Policy",
"url": "about/privacy/",
"blank": false
},
"rss": {
"name": "RSS Feed",
"url": "/feed.xml",
"blank": true
},
"old-site": {
"name": "Ye olde Blog",
"url": "https://blog.xaymar.com/"
}
}
}
}