The Ferber Family Website

Ferber Family Crest

A family history website for the Ferber family, built with Jekyll and the Just the Docs theme.

🌐 Live Site

Visit: https://ferber.me

πŸš€ Local Development

Prerequisites

  • Ruby 3.0+
  • Bundler

Setup

  1. Clone the repository:
    git clone https://github.com/yourusername/ferber.me.git
    cd ferber.me
    
  2. Install dependencies:
    bundle install
    
  3. Start the local server:
    bundle exec jekyll serve
    
  4. Open http://localhost:4000 in your browser.

πŸ“ Project Structure

ferber.me/
β”œβ”€β”€ _config.yml          # Jekyll configuration
β”œβ”€β”€ index.md             # Home page
β”œβ”€β”€ history.md           # Family history page
β”œβ”€β”€ photos.md            # Photo gallery
β”œβ”€β”€ assets/
β”‚   └── docs/            # Site documents
β”‚   └── images/          # Site images
β”‚       └── gallery01/   # Family photos
β”œβ”€β”€ .github/
β”‚   └── workflows/
β”‚       └── pages.yml    # GitHub Pages deployment

🎨 Theme

This site uses the Just the Docs theme for Jekyll.

πŸ“„ License

Copyright Β© 2011-2026 Michal Ferber