diff --git a/.vitepress/config.mts b/.vitepress/config.mts index cf5ef20e0..468251267 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -4,7 +4,8 @@ import { presetUno, presetAttributify, presetIcons } from "unocss"; export default defineConfig({ title: "FMHY", - description: "site", + description: + "The Largest Collection Of Free Stuff On The Internet!The Largest Collection Of Free Stuff On The Internet!", titleTemplate: ":title | FreeMediaHeckYeah", lang: "en-US", lastUpdated: true, @@ -20,7 +21,17 @@ export default defineConfig({ vite: { plugins: [ UnoCSS({ - presets: [presetUno, presetAttributify, presetIcons({ scale: 1.2 })], + presets: [ + presetUno(), + presetAttributify(), + presetIcons({ + scale: 1.2, + extraProperties: { + display: "inline-block", + "vertical-align": "middle", + }, + }), + ], }), ], }, @@ -43,6 +54,12 @@ export default defineConfig({ socialLinks: [ { icon: "github", link: "https://github.com/fmhy/FMHYEdit" }, { icon: "discord", link: "https://discord.gg/Stz6y6NgNg" }, + { + icon: { + svg: '', + }, + link: "https://reddit.com/r/FREEMEDIAHECKYEAH", + }, ], }, }); diff --git a/Beginners-Guide.md b/Beginners-Guide.md index 033b9708a..8ef15f901 100644 --- a/Beginners-Guide.md +++ b/Beginners-Guide.md @@ -6,6 +6,7 @@ *** ### FAQ +
> How do I tell if a site or download is safe? Any tips? Check out [Booty Guard](https://rentry.org/bootyguard) our basic safety guide. diff --git a/index.md b/index.md index 8a785975c..e5ee54e86 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,5 @@ --- +title: "Welcome" layout: home hero: diff --git a/package.json b/package.json index 727fb7572..dd540d3bf 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ }, "devDependencies": { "@iconify-json/simple-icons": "^1.1.76", + "@iconify-json/twemoji": "^1.1.12", "prettier": "^3.0.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b2452dd3..894fd6833 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,6 +19,9 @@ devDependencies: '@iconify-json/simple-icons': specifier: ^1.1.76 version: 1.1.76 + '@iconify-json/twemoji': + specifier: ^1.1.12 + version: 1.1.12 prettier: specifier: ^3.0.3 version: 3.0.3 @@ -452,6 +455,12 @@ packages: '@iconify/types': 2.0.0 dev: true + /@iconify-json/twemoji@1.1.12: + resolution: {integrity: sha512-8F3z+0+NYO/qeCiyjeWJ9ozkBvPmXsK+4pkQynUuILyXDIi8ddBHb1DJ6O2Qp5M23LzaA/Gkg8/8CQwgGslGmQ==} + dependencies: + '@iconify/types': 2.0.0 + dev: true + /@iconify/types@2.0.0: resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}