A modern, stylish landing page for critical.su
This repository contains the source code for the critical.su website. The site is built with modern web technologies to provide a fast, responsive user experience.
- Fast, static site generation with Astro
- Responsive design with TailwindCSS
- Interactive components powered by React
- Content management through MDX files
critical.su/
├── public/ # Static assets
├── src/
│ ├── components/ # React & Astro components
│ ├── content/
│ │ └── posts/ # MDX blog posts
│ ├── layouts/ # Page layouts
│ └── pages/ # Page components
├── .env # Environment variables
└── astro.config.mjs # Astro configuration
- Clone the repository
git clone https://github.com/vmilfe/critical.su.git
cd critical.su- Install dependencies
pnpm install- Start the development server
pnpm run dev- Enhance video and audio controller functionality
- Implement proper API for view tracking
- Configure MongoDB connection and server settings
Posts are stored as MDX files in the src/content/posts directory. Example post:
---
id: 2
title: this fist page completed! :\\
createDate: 2025-03-05T21:31:50
postTitle: wtf, critical search a work again?
blureBackground: true
---
# My Amazing Post
This is the content of my post.
Made with