Files
insertr/demos/dan-eden-portfolio
Joakim fb7df5a5c5 Clean up dan-eden-portfolio demo site
- Replace minified scraped HTML with clean, readable portfolio demo
- Remove all Next.js assets and dependencies (_next/, fonts, images)
- Create hand-crafted HTML with proper structure and modern CSS
- Maintain portfolio theme with projects, timeline, and professional content
- Reduce from 30KB minified to 6KB clean, readable HTML
- Update README to reflect new clean demo purpose
2025-09-17 00:11:27 +02:00
..

Daniel Eden Portfolio Demo

A clean, modern portfolio demo site showcasing how insertr works with more complex HTML structures and content types.

Features

  • Multi-section layout: Header, projects, timeline
  • Various content types: Headlines, descriptions, links, metadata
  • Rich styling: Modern CSS with cards, grids, and responsive design
  • Complex DOM structure: Good test case for insertr's ID generation and content injection

Content Structure

This demo includes various insertable elements:

  • Main headline and intro text
  • Project titles and descriptions
  • Project links
  • Timeline entries with years and descriptions
  • Metadata text

Usage

This site demonstrates insertr's ability to handle:

  • Complex nested HTML structures
  • Multiple content types (text, markdown, links)
  • Consistent content ID generation across enhancement runs
  • Content persistence in real-world scenarios

Perfect for testing dan-eden-portfolio specific features and content management workflows.

Files

  • index.html - Clean, hand-crafted portfolio demo
  • insertr.yaml - Site configuration
  • insertr-config.json - Content management settings