CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

This is a Jekyll-based static website for Mutum Soft, configured to deploy to GitHub Pages. The site uses the Minima theme and is hosted at https://tiagolpadua.github.io/mutumsoft with the base URL /mutumsoft.

Development Commands

Setup and Installation

# Install dependencies
bundle install
# Or use the provided script
./run-install.sh

Development Server

# Start local development server
bundle exec jekyll serve
# Or use the provided script
./run-server.sh

The development server will be available at http://localhost:4000/mutumsoft

Build

# Build for production
bundle exec jekyll build --baseurl "/mutumsoft"

Site Architecture

Configuration

Content Structure

GitHub Pages Integration

Site Configuration Details

Development Notes