Skip to content

Commit 1f0669d

Browse files
committed
refactor: Update project branding and metadata for consistency
1 parent 8f30d42 commit 1f0669d

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const withBase = (p: string): string =>
3030
export default defineConfig({
3131
title: 'Interneto Links',
3232
description: meta.description,
33-
titleTemplate: ':title • freemediaheckyeah',
33+
titleTemplate: ':title • Pass from the Internet to the Innernet',
3434
lang: 'en-US',
3535
lastUpdated: false,
3636
cleanUrls: true,

docs/.vitepress/hooks/Template.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defineProps<{ title: string; description?: string; image?: string }>()
1313
<span tw="w-full flex justify-between items-center text-5xl font-medium">
1414
<span tw="flex items-center">
1515
<span tw="text-zinc-100 ml-2 mt-1 font-semibold">
16-
freemediaheckyeah
16+
Interneto Links
1717
</span>
1818
</span>
1919
</span>

docs/.vitepress/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import type { DefaultTheme } from 'vitepress'
1919
// @unocss-include
2020

2121
export const meta = {
22-
name: 'freemediaheckyeah',
22+
name: 'Interneto Links',
2323
description: 'Pass from the Internet to the Innernet!',
2424
hostname: 'https://interneto.github.io',
2525
keywords: ['stream', 'movies', 'gaming', 'reading', 'anime'],

docs/online-services.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,6 @@ footer: true
19911991

19921992
#### Web directory
19931993

1994-
-[Freemediaheckyeah](https://old.fmhy.net/)
19951994
-[Free Media Heck Yeah (fmhy)](https://fmhy.net/)
19961995
- [Piratehive - Your Ultimate Digital Resource Hub](https://phantomcodex9.github.io/piratehive/)
19971996
- [The Index](https://theindex.moe/)

docs/public/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "FMHY - freemediaheckyeah",
3-
"short_name": "FMHY",
4-
"description": "The largest collection of free stuff on the internet!",
2+
"name": "Interneto Links",
3+
"short_name": "Interneto",
4+
"description": "The best classified web directory on the internet!",
55
"theme_color": "#7bc5e4",
66
"background_color": "#ffffff",
77
"display": "standalone",

0 commit comments

Comments
 (0)