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

Skip to content

eist-radio/eist

Repository files navigation

éist radio website

Deploy Hugo site to Pages

Source files for the https://eist.radio website.

Getting started

Install Hugo, see: 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!

Add noindex = true if you don't want the page to be indexed by the Goog.

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
chmod +x generate-artist-pages.sh
chmod +x hugo-start.sh
./generate-artist-pages.sh
./hugo-start.sh

On Windows:

set API_KEY=xxxxx

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

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •