KJ4DIA - Amateur Radio Website

KJ4DIA Logo

Deploy Jekyll site to Pages

Personal amateur radio website built with Jekyll and the Just the Docs theme.

Live Site: kj4dia.me Author: Michal Ferber, aka TechGuyWithABeard

🛠️ Local Development

Prerequisites

Setup

  1. Clone the repository:
    git clone https://github.com/MichalAFerber/kj4dia.me.git
    cd kj4dia.me
  2. Install dependencies:
    bundle install

Site Structure

Configuration

The site is configured via _config.yml with the following key settings:

Running Locally

To run this site locally:

# Install dependencies
bundle install

# Serve the site locally
bundle exec jekyll serve

# The site will be available at http://localhost:4000

📦 Deployment

This site is deployed to GitHub Pages automatically whenever changes are pushed to the main branch.

Theme

Built with Just the Docs - A modern, high-performance Jekyll theme for documentation.

📝 License

This project is open-source and available under the MIT License.