Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Nintendo Homebrew
Copyright (c) 2024-2026 Nintendo Homebrew

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Hacks Guide Landing Page

The central landing page showing you complete guides to homebrew and custom firmware for various devices.

[![Website Badge](https://img.shields.io/badge/website-hacks.guide-8A8A8A?logo=vitepress&logoColor=FFFFFF)](https://hacks.guide/)
[![Discord Server](https://img.shields.io/badge/chat-nintendo%20homebrew-7289DA?logo=discord&logoColor=FFFFFF)](https://discord.gg/C29hYvh)
[![Last Commit Badge](https://img.shields.io/github/last-commit/hacks-guide/Guide_Landing)](https://github.com/hacks-guide/Guide_Landing/commits/master/)
[![MIT License](https://img.shields.io/badge/license-MIT-A31F34)](https://github.com/hacks-guide/Guide_Vita/blob/master/LICENSE.txt)

## Running the site locally

This requires the following installed on your system:

* [node.js](https://nodejs.org/en)

To test the website locally, clone the source code:

```shell
git clone https://github.com/hacks-guide/Guide_Landing --recurse-submodules
cd Guide_Landing
```

Then simply run the following commands:

```shell
npm ci
npm run docs:dev
```

> [!TIP]
> If you choose to run multiple web servers at once, they will begin running at the next highest usable port (e.g. :5174, :5175, and so on).

The website should now be running on <http://127.0.0.1:5173/> (or whatever port is shown on the terminal).
2 changes: 2 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ export default defineConfig({
},
themeConfig: {
socialLinks: [
{ icon: 'discord', link: 'https://discord.gg/C29hYvh' },
{ icon: 'github', link: 'https://github.com/hacks-guide' }
]
},
cleanUrls: true,
vite: {
resolve: {
alias: [
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/i18n/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const themeConfig = {
{ text: localeData.pages["donations"], link: `/donations` }
],
footer: {
copyright: 'Copyright © 2024 Nintendo Homebrew',
copyright: 'Copyright © 2026 Nintendo Homebrew',
items: [
{ text: localeData.pages["privacy-policy"], link: `/privacy-policy` }
]
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/i18n/strings/en_US.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"language": "English",
"title": "Hacks.Guide",
"title": "hacks.guide",
"description": "Hacks Guide Listings",
"langMenuLabel": "Switch language",
"darkModeSwitchLabel": "Appearance",
Expand Down
20 changes: 13 additions & 7 deletions docs/donations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Donations

### Nintendo Homebrew
---

### Nintendo Homebrew (for all of hacks.guide)

::: tip

Expand All @@ -10,22 +12,26 @@

:::

### emiyl (for Vita Hacks Guide)
---

### WiiLink (for Wii Hacks Guide)

::: tip

[![Paypal](/images/paypal_white.png)](https://www.paypal.me/emiyl/15){style="display: block;text-align: center"}
[![Patreon](/images/patreon_white.png)](https://www.patreon.com/WiiLink24){style="display: block;text-align: center"}

[https://www.paypal.me/emiyl/15](https://www.paypal.me/emiyl/15){style="display: block;text-align: center"}
[https://www.patreon.com/WiiLink24](https://www.patreon.com/WiiLink24){style="display: block;text-align: center"}

:::

### WiiLink24 (for Wii Hacks Guide)
---

### emiyl (for Vita Hacks Guide)

::: tip

[![Patreon](/images/patreon_white.png)](https://www.patreon.com/WiiLink24){style="display: block;text-align: center"}
[![Ko-Fi](/images/ko-fi_white.png)](https://ko-fi.com/emiyl){style="display: block;text-align: center"}

[https://www.patreon.com/WiiLink24](https://www.patreon.com/WiiLink24){style="display: block;text-align: center"}
[https://ko-fi.com/emiyl](https://ko-fi.com/emiyl){style="display: block;text-align: center"}

:::
32 changes: 16 additions & 16 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
---
layout: home
title: "Hacks.Guide"
title: "hacks.guide"
hero:
text: "Hacks.Guide"
text: "hacks.guide"
tagline: "Complete guides to homebrew and custom firmware for various devices."
image:
src: /images/home-page-feature.jpg
features:
- icon:
src: /images/home-page-wii.jpg
height: 100%
width: 100%
link: "https://wii.hacks.guide/"
title: "Wii Hacks Guide"
details: "The complete guide to modding your Wii, vWii, and Wii mini."
- icon:
src: /images/home-page-3ds.jpg
height: 100%
Expand All @@ -21,25 +28,18 @@ features:
link: "https://wiiu.hacks.guide/"
title: "Wii U Hacks Guide"
details: "A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Aroma custom firmware."
- icon:
src: /images/home-page-switch.jpg
height: 100%
width: 100%
link: "https://switch.hacks.guide/"
title: "Switch Hacks Guide"
details: "A complete guide to Switch custom firmware, from stock to Atmosphere."
- icon:
src: /images/home-page-vita.jpg
height: 100%
width: 100%
link: "https://vita.hacks.guide/"
title: "Vita Hacks Guide"
details: "A complete guide to PS Vita (TV) custom firmware, from stock to Ensō."
- icon:
src: /images/home-page-wii.jpg
height: 100%
width: 100%
link: "https://wii.hacks.guide/"
title: "Wii Hacks Guide"
details: "The complete guide to modding your Wii, vWii, and Wii mini."
- icon:
src: /images/home-page-switch.png
height: 100%
width: 100%
link: "https://switch.hacks.guide/"
title: "Switch Hacks Guide"
details: "A complete guide to Switch custom firmware, from stock to Atmosphere."
---
Binary file removed docs/public/images/android-chrome-192x192.png
Binary file not shown.
Binary file removed docs/public/images/android-chrome-512x512.png
Binary file not shown.
Binary file removed docs/public/images/apple-touch-icon.png
Binary file not shown.
Binary file removed docs/public/images/bio-photo.png
Binary file not shown.
Binary file removed docs/public/images/favicon-16x16.png
Binary file not shown.
Binary file removed docs/public/images/favicon-194x194.png
Binary file not shown.
Binary file removed docs/public/images/favicon-32x32.png
Binary file not shown.
Binary file modified docs/public/images/favicon.ico
Binary file not shown.
Binary file removed docs/public/images/home-page-switch.png
Binary file not shown.
Binary file modified docs/public/images/home-page-wii.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/ko-fi_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/public/images/mstile-144x144.png
Binary file not shown.
Binary file removed docs/public/images/mstile-150x150.png
Binary file not shown.
Binary file modified docs/public/images/patreon_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.