adamfast.com

Personal Static Site

About

This is a personal website for Adam Fast, built with Pelican, a Python-based static site generator.

Setup

  1. Install Python dependencies:
    pip install -r requirements.txt
    
  2. Generate the site:
    make html
    
  3. Serve the site locally:
    make serve
    

The site will be available at http://localhost:8000

Building for Production

To generate the site with production settings:

make publish

The generated files will be in the output/ directory.

Project Structure

Features