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
-
Install Ruby (version 3.0 or higher):
sudo apt-get update sudo apt-get install -y ruby-full
-
Install Bundler:
sudo gem install bundler
Setup and Run
-
Install dependencies:
sudo bundle install
-
Serve the site locally:
bundle exec jekyll serve --host 0.0.0.0 --port 4000 -
Access the site:
Open your browser and navigate tohttp://localhost:4000
The site will automatically rebuild when you make changes to the source files. Press Ctrl+C to stop the server.