Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

chrismaltby/gb-studio-site

Repository files navigation

GB Studio Site

Static promo and documentation site for GB Studio.

Deployed Sites

The GB Studio site is powered by Netlify and automatically deploys from merges to the following branches:

https://www.gbstudio.dev/ reflects the latest content in master

https://develop.gbstudio.dev/ reflects the latest content in develop

Run Locally

Install Hugo static site generator.

Run dev server using:

hugo -D server

then open http://localhost:1313/

To preview with Beta theme:

env BUILD_CONTEXT=develop hugo -D server