https://github.com/langurmonkey/gaiasky-web
The Gaia Sky website
https://github.com/langurmonkey/gaiasky-web
Last synced: over 1 year ago
JSON representation
The Gaia Sky website
- Host: GitHub
- URL: https://github.com/langurmonkey/gaiasky-web
- Owner: langurmonkey
- License: other
- Created: 2025-01-29T17:38:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-17T12:42:17.000Z (over 1 year ago)
- Last Synced: 2025-03-17T13:44:34.451Z (over 1 year ago)
- Language: CSS
- Size: 128 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gaia Sky website
This repository contains the Gaia Sky website. It is a static webisite generated using [Hugo](https://gohugo.io), a static website generator.
## Development server
Start the server with:
```bash
just serve
```
If you want more details, keep reading.
The default `baseURL` points to the deployed environment. To test the site locally, you need to use an environment variable:
```bash
export HUGO_BASEURL="http://localhost:1313/"
```
You can also just set the variable when running the server.
```bash
HUGO_BASEURL="http://localhost:1313/" hugo server
```