Skip to content

JupiterBroadcasting/jupiterbroadcasting.com

Repository files navigation

JupiterBroadcasting.com, et al. Websites

E2E Status Periodic Test Status Deploy Status Scraping Status

Repo here includes issue tracking for:

Contributing

Firstly - thank you for being here! We appreciate you.

Please read our Contributor Guidelines on how to contribute wisely for all to benefit.

Discussions via Matrix

Our base of operations for group discussions: Jupiter Web Site on Matrix


Built with Hugo and deployed with Github Actions

Demo: https://jupiterbroadcasting.com - currently the production site!

Development Environment Setup

The site is deployed to production as a container and therefore we recommend development is done using docker. A convenient command in the makefile is provided to help you get started. If you're new to docker start here.

To build and run the site run

make dev

This will build the site (all 28000+ pages) and takes anywhere from 30s - 5 minutes depending on your hardware. This is expected due to the size of the site.

Deployment

Deployment is done with Github Actions, see workflow file in .github/workflows/deploy-prod.yml At the moment it is only triggered when something in the main branch is changing, but it can also be set up to run at certain times. This would also enable scheduled publishing, since Hugo per default only builds pages which have set date in frontmatter to <= now.

When upgrading the hugo version these are the locations whicht it needs to be updated at:

  • Dockerfile
  • Dockerfile.dev

Currently we're at hugo version 0.101.0

Credits

Content Migration and Scraper

We moved the scraper to it's own repository here: https://github.com/JupiterBroadcasting/show-scraper Much love to https://github.com/kbondarev aka Kiro in Matrix <3!