4 Commits

Author SHA1 Message Date
bcbb67a822 Add marked library for markdown parsing and enhance contact form functionality
- Added `marked` library to `package.json` for improved markdown parsing capabilities.
- Updated contact form with new ID attributes for better accessibility and JavaScript handling.
- Implemented a loading modal and toast notification system for user feedback during form submission.
- Enhanced form submission logic to handle responses and errors more effectively, including markdown rendering for server responses.
2025-12-07 02:41:42 -07:00
eb2e4d7f9e Add Tailwind CSS Typography plugin and enhance blog styles
- Integrated `@tailwindcss/typography` plugin into the project for improved text styling.
- Updated global CSS to include custom prose styles for better readability in blog posts.
- Revamped blog post layout with enhanced navigation and visual elements for a more engaging user experience.
- Modified contact section to streamline communication options.
2025-12-06 17:11:57 -07:00
62855f4006 - Added React integration to the Astro configuration.
- Included Tailwind CSS as a Vite plugin.
- Updated package.json to include dependencies for React, React DOM, and Tailwind CSS.
- Adjusted TypeScript configuration to support JSX with React.
2025-12-06 04:13:36 -07:00
cf34ada8fb Initialize web application via create-cloudflare CLI
Details:
  C3 = create-cloudflare@2.58.0
  project name = nicholai-work-2026
  framework = astro
  framework cli = create-astro@4.13.2
  package manager = pnpm@10.23.0
  wrangler = wrangler@4.53.0
  git = 2.52.0
2025-12-06 03:39:35 -07:00