This repository contains the source for a static Next.js personal site built for executive product strategy, AI networking platforms, and infrastructure leadership.
- Install dependencies with
yarn install - Run locally with
yarn dev - Update site content in
src/data/data.tsx
The project is configured for static export and GitHub Pages compatibility.
src/data/data.tsx— homepage copy, about, skills, work history, portfolio, testimonials, and contactsrc/components/Layout/Page.tsx— page metadata, canonical URL, and Open Graph valuessrc/components/Sections/— homepage section componentsnext.config.js— static export settings and GitHub Pages support
- Canonical metadata is set for
https://akhomyakov.github.io - The site manifest is branded for this project
- Legacy resume template branding has been removed from page metadata and footer content
- Install dependencies:
yarn install - Run locally:
yarn dev - Update homepage copy in
src/data/data.tsx
This site is configured for static export and GitHub Pages compatibility. Production export is managed by next.config.js with output: 'export'.
- Homepage content is driven by
src/data/data.tsx - Metadata and Open Graph values are managed in
src/components/Layout/Page.tsx - Static export behavior is configured in
next.config.js - The contact section UI is included, but outbound email delivery is not wired by default
- Legacy resume template references have been removed from visible site content
- GitHub: https://github.com/akhomyakov
- LinkedIn: https://www.linkedin.com/in/akhomyakov
This repository has been adapted from a resume website template into a personal executive brand site. Legacy template references are retained only in this repository metadata and documentation.