A modern personal website and CV built with Jekyll and Tailwind CSS. Features a dark theme with glassmorphism effects, gradient styling, and interactive elements.
- mise - for tool management
- Ruby and Bundler - for Jekyll
-
Install dependencies:
mise install bundle install
-
Start the development server:
mise run dev
This will:
- Start Jekyll with live reload enabled
- Open your browser automatically
- Watch for file changes and refresh the page
- Use incremental builds for faster updates
mise run dev- Start development server with live reloadmise run lint- Check markdown files for linting issuesmise run lint-fix- Automatically fix markdown formatting issues
index.md- Homepage with name and social linkscv.md- Full CV content_layouts/index.html- Layout for homepage (vertically centered with glassmorphism)_layouts/cv.html- Layout for CV page (standard document layout)_tailwind.css- Custom Tailwind CSS styles and componentsassets/css/styling.tailwindcss- Jekyll frontmatter file for CSS processingmise.toml- Tool and task configuration
The site features a modern dark theme with:
- Dark background: Deep navy (
#030712) - Gradient text effects: Custom CSS gradients for name and bullet points
- Glassmorphism elements: Frosted glass effect for social links container
- Interactive animations: Hover effects and 3D rotation on name
- Monospace typography: Courier New for name display
- Tailwind CSS: Integrated via jekyll-tailwindcss plugin
- Custom styles in
_tailwind.cssare scoped to specific page IDs - Home page styles use
#home-pageselector for isolation - Glassmorphism effects use
backdrop-filter: blur()and gradient backgrounds - Text gradients use
background-clip: textfor modern styling
- Homepage: Clean, centered layout with gradient name styling and social links
- CV Page: Professional document layout with comprehensive work history
- Responsive Design: Works on desktop and mobile devices
- Google Analytics: GA4 tracking integrated
- Favicon: Custom IH initials favicon
- Development Tools: Live reload with mise and Jekyll
- Istvan Hoka (ihoka.me)