Dante

Dante - uncluttered minimal blog and portfolio Astro.js + Tailwind CSS theme designed for those who appreciate clarity and minimalism.

Author justgoodui.com
Github Stars 104
Last Commit Apr 9, 2024
Dante screenshot

Dante - Astro.js & Tailwind CSS Theme

Dante is a single-author blog and portfolio theme for Astro.js. Featuring a minimal, slick, responsive and content-focused design. For more Astro.js themes please check justgoodui.com.

Theme Features:

  • ✅ Dark and light color mode
  • ✅ Hero section with bio
  • ✅ Portfolio collection
  • ✅ Pagination support
  • ✅ Post tags support
  • ✅ Subscription form
  • ✅ View transitions
  • ✅ Tailwind CSS
  • ✅ Mobile-first responsive layout
  • ✅ SEO-friendly with canonical URLs and OpenGraph data
  • ✅ Sitemap support
  • ✅ RSS Feed support
  • ✅ Markdown & MDX support

Template Integrations

Project Structure

Inside of Dante Astro theme, you’ll see the following folders and files:

├── public/
├── src/
│   ├── components/
│   ├── content/
│   ├── data/
│   ├── icons/
│   ├── layouts/
│   ├── pages/
│   ├── styles/
│   └── utils/
├── astro.config.mjs
├── package.json
├── README.md
├── tailwind.config.cjs
└── tsconfig.json