Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from eist-radio/eist

Website for Éist, a Cork-based internet radio station

License

phil-maguire/eist

 
 

Repository files navigation

Éist radio

Hacking a website together one kludge at a time.

Getting started

Install Hugo: https://gohugo.io/installation/

Adding content and building docs

Add a new markdown file with a TOML format header into the content/ folder:

+++
title = "The title!"
date = 2024-11-19T20:23:18Z
draft = false
+++

Add some text!

Checking your build locally

Get the API key from RadioCult and save it in a .env file locally, for example:

cat .env
API_KEY=<REDACTED>

Then:

source .env
export API_KEY
hugo server

Deploying previews with Surge

PR previews are deployed using Surge. Preview links are posted in the PR.

Open source :)

Website is based on this Hugo template: https://github.com/1bl4z3r/hermit-V2

About

Website for Éist, a Cork-based internet radio station

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.8%
  • SCSS 26.7%
  • JavaScript 15.7%
  • Shell 1.8%