Giter Club home page Giter Club logo

jupiterbroadcasting-hugo-mvp's Introduction

Jupiter Broadcasting MVP

Build with Hugo and deployed with Github Actions

Demo: https://jb.codefighters.net

JupiterBroadcasting/jupiterbroadcasting.com#8 (comment)

Features

  • Static Site using Hugo
  • Complete publishing workflow using Github and Github Actions
  • Template using SCSS (without node dependencies using Hugo extended)
  • only Vanilla JS is used (single files with concat workflow)
  • Highly configurable with config.toml and config folder
  • Hosts (via data folder and frontmatter)
  • Video player
  • HTML5 audio player
  • Multishow capable
  • Tags (via frontmatter)
  • Guests (via data folder and frontmatter)
  • Sponsors (via data folder and frontmatter)

ToDo

  • RSS feed generation
  • Search Function (probably Lunr)
  • Contact Form (?)
  • adding more content
  • write better docs

Setup

Using Hugo binary

Install Hugo: https://gohugo.io/getting-started/installing/

Start the development Server (rebuild on every filesystem change)

hugo server -D

Using Docker

tbd

run for different Site

hugo server -D --config config.coderradio.toml

to clean the module config

hugo mod clean --all

build

hugo -D --config config.coderradio.toml

Hugo issue currently regarding overlapping mounts

gohugoio/hugo#7123

so for now only subdirectories work

Deployment

Deployment is done with Github Actions, see workflow file in .github/workflows/main.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 build pages which have set date in frontmatter to <= now

Credits

I took parts of the functionality from the Castanet Theme: https://github.com/mattstratton/castanet Mainly the RSS feed generation and managing of hosts / guests.

Time spend so far: 13h

jupiterbroadcasting-hugo-mvp's People

Contributors

elreydetoda avatar stefans-o avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.