sidebar icons, homepage features, cache
This commit is contained in:
@@ -11,7 +11,7 @@ export default defineConfig({
|
||||
lastUpdated: true,
|
||||
cleanUrls: true,
|
||||
appearance: "dark",
|
||||
srcExclude: ["README.md", "single-page", "DEVTools.md"],
|
||||
srcExclude: ["README.md", "single-page"],
|
||||
ignoreDeadLinks: true,
|
||||
head: [
|
||||
["meta", { name: "theme-color", content: "#7bc5e4" }],
|
||||
@@ -48,28 +48,27 @@ export default defineConfig({
|
||||
{ text: "Updates", link: "https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/updates/" },
|
||||
],
|
||||
sidebar: [
|
||||
{ text: "<div class='i-twemoji-pirate-flag'></div>Beginners Guide to Piracy", link: "/Beginners-Guide" },
|
||||
{ text: "Adblocking / Privacy", link: "/AdblockVPNGuide" },
|
||||
{ text: "Artificial Intelligence", link: "/AI" },
|
||||
{ text: "Android / iOS", link: "/Android-iOSGuide" },
|
||||
{ text: "Movies / TV / Anime", link: "/VideoPiracyGuide" },
|
||||
{ text: "Music / Podcasts / Radio", link: "/AudioPiracyGuide" },
|
||||
{ text: "Gaming / Emulation", link: "/GamingPiracyGuide" },
|
||||
{ text: "Books / Comics / Manga", link: "/ReadingPiracyGuide" },
|
||||
{ text: "Downloading", link: "/DownloadPiracyGuide" },
|
||||
{ text: "Torrenting", link: "/TorrentPiracyGuide" },
|
||||
{ text: "Educational", link: "/EDUPiracyGuide" },
|
||||
{ text: "Tools", link: "/TOOLSGuide" },
|
||||
{ text: "Image Tools", link: "/img-tools" },
|
||||
{ text: "Developer Tools", link: "/DEVTools" },
|
||||
{ text: "Android / iOS", link: "/Android-iOSGuide" },
|
||||
{ text: "Linux / MacOS", link: "/LinuxGuide" },
|
||||
{ text: "Non-English", link: "/Non-English" },
|
||||
{ text: "Miscellaneous", link: "/MISCGuide" },
|
||||
{ text: "NSFW", link: "/NSFWPiracy" },
|
||||
{ text: "Unsafe Sites", link: "/UnsafeSites" },
|
||||
{ text: "Base64", link: "/base64" },
|
||||
{ text: "Storage", link: "/STORAGE" },
|
||||
{ text: "🏴☠️ Beginners Guide to Piracy", link: "/Beginners-Guide" },
|
||||
{ text: "📛 Adblocking / Privacy", link: "/AdblockVPNGuide" },
|
||||
{ text: "🤖 Artificial Intelligence", link: "/AI" },
|
||||
{ text: "📺 Movies / TV / Anime", link: "/VideoPiracyGuide" },
|
||||
{ text: "🎵 Music / Podcasts / Radio", link: "/AudioPiracyGuide" },
|
||||
{ text: "🎮 Gaming / Emulation", link: "/GamingPiracyGuide" },
|
||||
{ text: "📗 Books / Comics / Manga", link: "/ReadingPiracyGuide" },
|
||||
{ text: "💾 Downloading", link: "/DownloadPiracyGuide" },
|
||||
{ text: "🌀 Torrenting", link: "/TorrentPiracyGuide" },
|
||||
{ text: "🧠 Educational", link: "/EDUPiracyGuide" },
|
||||
{ text: "🔧 Tools", link: "/TOOLSGuide" },
|
||||
{ text: "📷 Image Tools", link: "/img-tools" },
|
||||
{ text: "👨💻 Developer Tools", link: "/DEVTools" },
|
||||
{ text: "📱 Android / iOS", link: "/Android-iOSGuide" },
|
||||
{ text: "🐧 Linux / MacOS", link: "/LinuxGuide" },
|
||||
{ text: "🌍 Non-English", link: "/Non-English" },
|
||||
{ text: "📂 Miscellaneous", link: "/MISCGuide" },
|
||||
{ text: "🔞 NSFW", link: "/NSFWPiracy" },
|
||||
{ text: "⚠️ Unsafe Sites", link: "/UnsafeSites" },
|
||||
{ text: "🔑 Base64", link: "/base64" },
|
||||
{ text: "📦 Storage", link: "/STORAGE" },
|
||||
],
|
||||
socialLinks: [
|
||||
{ icon: "github", link: "https://github.com/fmhy/FMHYEdit" },
|
||||
|
Reference in New Issue
Block a user