Skip to content

dirki0/co

Repository files navigation

chidi.art

A beautiful website

This is the homepage 'chidi.art'.
It's a portfolio site.

✨ Features

  • 🌍 Internationalization - Native i18n support for multi-language docs
  • 🎨 Beautiful Design - Clean, modern documentation theme
  • 📱 Responsive - Mobile-first responsive design
  • 🌙 Dark Mode - Built-in dark/light mode support
  • 🔍 Search - Full-text search functionality per language
  • 📝 Markdown Enhanced - Extended markdown with custom components
  • 🎨 Customizable - Easy theming and brand customization
  • Fast - Optimized for performance with Nuxt 4
  • 🔧 TypeScript - Full TypeScript support

🚀 Quick Start

# Install dependencies
npm install

# Start development server
npm run dev
co/
├── content/             # Your markdown content
│   ├── en/              # English content
│   │   ├── index.md     # English homepage
│   └── de/              # Deutsche content
│       ├── index.md     # Deutsche homepage
├── public/              # Static assets
├── nuxt.config.ts       # Nuxt configuration with i18n setup
└── package.json         # Dependencies and scripts

Content Structure

The content is organized by language, making it easy to manage translations:

⚡ Built with

🚀 Deployment

Build for production:

npm run build

The built files will be in the .output directory, ready for deployment to any hosting provider that supports Node.js.

About

homepage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors