sidebar icons, homepage features, cache
This commit is contained in:
parent
c2824bb620
commit
fd18f2fc24
@ -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" },
|
||||
|
22
index.md
22
index.md
@ -18,10 +18,20 @@ hero:
|
||||
link: https://discord.gg/Stz6y6NgNg
|
||||
|
||||
features:
|
||||
- title: Feature A
|
||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- title: Feature B
|
||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- title: Feature C
|
||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- title: Movies / TV / Anime
|
||||
icon: 📺
|
||||
link: /VideoPiracyGuide
|
||||
details: Download, stream, torrent and binge all your favourites movies or shows!
|
||||
- title: Music / Podcasts / Radio
|
||||
icon: 🎵
|
||||
link: /AudioPiracyGuide
|
||||
details: Stream, download and torrent songs, podcasts and more!
|
||||
- title: Games / Emulation
|
||||
icon: 🎮
|
||||
link: /GamingPiracyGuide
|
||||
details: Download and play all your favourite games or emulate some old but gold ones!
|
||||
- title: Book / Comics / Manga
|
||||
icon: 📗
|
||||
link: /ReadingPiracyGuide
|
||||
details: Whether you're a bookworm, otaku or comic book fan, you'll be able to find your favourite pieces of literature here for free!
|
||||
---
|
||||
|
3
public/_headers
Normal file
3
public/_headers
Normal file
@ -0,0 +1,3 @@
|
||||
/assets/*
|
||||
cache-control: max-age=31536000
|
||||
cache-control: immutable
|
Loading…
Reference in New Issue
Block a user