This repository contains the documentation website for GoGBA, a quiet, reliable, and immersive GBA game emulator for iOS and Android.
GoGBA is a Game Boy Advance emulator designed for mobile devices with a focus on:
- Quiet: No ads, no pop-ups, no distractions
- Reliable: Saves are safe and never lost
- Immersive: Clean UI with transparent buttons and optimized touch controls
- Comfortable: 10 dark themes designed for long gaming sessions
Key features include RetroAchievements integration, full gamepad support, 24 languages, video filters, and seamless save system.
- Home: Main landing page (
index.html) - About: Information about GoGBA (
about.html) - Support: Support and FAQ page (
support.html) - Privacy Policy: Privacy policy (
privacy-policy.html) - Terms of Service: Terms of service (
terms-of-service.html)
To enable GitHub Pages for this repository:
- Go to your repository settings on GitHub
- Navigate to "Pages" in the left sidebar
- Under "Source", select the branch you want to use (typically
main) - Select the folder (usually
/ (root)) - Click "Save"
Your site will be available at: https://yourusername.github.io/GoGBA-docs/
If you want to use pure HTML without Jekyll:
- Create a
.nojekyllfile in the root directory (already included) - GitHub Pages will serve your HTML files directly
If you prefer Jekyll:
- Remove the
.nojekyllfile - The
_config.ymlfile will configure Jekyll settings - GitHub Pages will automatically build your site using Jekyll
To preview the site locally:
# Python 3
python3 -m http.server 8000
# Node.js (with http-server)
npx http-server
# PHP
php -S localhost:8000Then open http://localhost:8000 in your browser.
gem install bundler jekyll
bundle install
bundle exec jekyll serveFor questions or support, contact: hamberluo@gmail.com