Personal website and portfolio for Daniel Bodnar - Platform Engineer, Systems Architect, SRE, and Linux Evangelist.
This site is built with Eleventy (11ty), a simple and powerful static site generator. It's fast, minimal, and easy to maintain.
- Home - Landing page with quick overview
- About - Full professional profile
- Resume - Complete CV with work history
- Experience - Detailed timeline of professional experience
- Skills - Technical expertise breakdown
- Tech Stacks - Preferred tool combinations
- Bookmarks - Curated resources
- Awesome Lists - Meta-collection of awesome lists
- Node.js 18+ or Bun
# Clone the repository
git clone https://github.com/danielbodnar/bodnar.dev
# Install dependencies
bun install
# or
npm install# Start development server
bun run dev
# or
npm run dev# Build for production
bun run build
# or
npm run buildEdit settings.json to customize:
- Site title and description
- Author information
- Custom links (GitHub, LinkedIn, etc.)
- Blog settings
daniel.bodnar.sh/
├── _data/ # Global data files
├── _includes/ # Layout templates
├── core/ # Core assets (CSS, JS, fonts)
├── *.md # Content pages
├── settings.json # Site configuration
├── package.json # Project dependencies
└── README.md # This file
All page content is sourced from:
./bodnar.sh/PROFILE.md- Professional profile./bodnar.sh/danielbodnar.resume.v2023.md- Resume content./bodnar.sh/src/components/*.tsx- Skills and experience data
- Email: daniel@bodnar.sh
- GitHub: @danielbodnar
- LinkedIn: danielbodnar
- Website: daniel.bodnar.sh
MIT