A beautiful website
This is the homepage 'chidi.art'.
It's a portfolio site.
- 🌍 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
# Install dependencies
npm install
# Start development server
npm run devco/
├── 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
The content is organized by language, making it easy to manage translations:
- Nuxt 4 - The web framework
- Nuxt Content - File-based CMS
- Nuxt i18n - Internationalization
- Nuxt UI - UI components
- Nuxt Image - Optimized images
- Tailwind CSS 4 - Utility-first CSS
- Docus Layer - Documentation theme
Build for production:
npm run buildThe built files will be in the .output directory, ready for deployment to any hosting provider that supports Node.js.