GitHunt
CO

The ADSP Podcast Website Source

The ADSP website is automatically updated when this repo changes.

Local Development

To host the site locally for development and testing:

Prerequisites

  1. Install Ruby (version 3.0 or higher):

    sudo apt-get update
    sudo apt-get install -y ruby-full
  2. Install Bundler:

    sudo gem install bundler

Setup and Run

  1. Install dependencies:

    sudo bundle install
  2. Serve the site locally:

    bundle exec jekyll serve --host 0.0.0.0 --port 4000
  3. Access the site:
    Open your browser and navigate to http://localhost:4000

The site will automatically rebuild when you make changes to the source files. Press Ctrl+C to stop the server.

Languages

HTML45.3%SCSS24.3%Python18.6%JavaScript6.3%CSS3.9%Ruby1.3%Dockerfile0.3%

Contributors

MIT License
Created November 17, 2020
Updated March 21, 2026
codereport/adsp2 | GitHunt