No description
Find a file
2025-08-24 12:50:42 +02:00
migrations feat: add sha256 and pgp verification 2025-01-03 09:38:16 +01:00
public feat: add picture, improve layout 2025-07-04 17:05:28 +02:00
src feat: update landing page 2025-08-24 12:50:42 +02:00
.gitignore feat: add cv verification creation tool 2025-01-01 16:54:08 +01:00
.prettierrc feat: cv verifier 2025-01-01 14:00:05 +01:00
astro.config.mjs chore: update deps 2025-06-20 21:33:37 +02:00
drizzle.config.ts feat: cv verifier 2025-01-01 14:00:05 +01:00
package.json chore: update deps 2025-06-20 21:33:37 +02:00
pnpm-lock.yaml chore: update deps 2025-06-20 21:33:37 +02:00
README.md migrate to astro 2024-12-11 12:57:13 +01:00
tailwind.config.mjs fix: headline sizes 2025-01-02 21:09:31 +01:00
tsconfig.json migrate to astro 2024-12-11 12:57:13 +01:00
worker-configuration.d.ts feat: cv verifier 2025-01-01 14:00:05 +01:00
wrangler.toml chore: update deps 2025-06-20 21:33:37 +02:00

daichendt.one

Personal website built with Astro, TailwindCSS, and MDX.

🚀 Getting Started

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/AlexDaichendt/site
cd site
  1. Install dependencies:
pnpm install

Development

Start the development server:

pnpm dev

Building for Production

Build the project:

pnpm build

Preview the production build:

pnpm preview

🛠 Tech Stack

📦 Key Dependencies

  • @astrojs/mdx - MDX integration
  • @astrojs/rss - RSS feed support
  • @astrojs/sitemap - Sitemap generation
  • @astrojs/tailwind - TailwindCSS integration
  • @fontsource/ubuntu - Ubuntu font
  • astro-icon - Icon component
  • remark-emoji - Emoji support in markdown

🙏 Credits

This theme is based on the Bear Blog theme.