Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Markdown driven directory template. Built with Nuxt, Nuxt Content and Tailwindcss. Optimized for SEO. Beautiful Customizable Style

Free multi-page Bootstrap 4 travel directory template with advanced search, sticky navigation, Google Maps, and reservation form.
Minted Directory Template is a markdown-driven directory website starter built on Nuxt, Nuxt Content, and Tailwind CSS that turns flat files into an SEO-optimized static listing site.
Minted Directory Template is an open-source directory website template hosted on GitHub at masterkram/minted-directory. It accepts markdown files as its only content source, so listing entries placed in the /content/dir folder are automatically rendered as directory pages, while articles in /content/blog become blog posts. The site runs on Nuxt with Nuxt Content for file-based content management and Tailwind CSS for styling, and it can be exported as a pre-rendered static site using the pnpm run generate command. Documentation and a live demo are available at minteddirectory.com.
Start by duplicating the GitHub template, then clone it locally or run gh repo create my-directory --template masterkram/minted-directory --private --clone. Install dependencies with pnpm install, launch the dev server with pnpm dev, and add markdown files to /content/dir for listings or /content/blog for articles. When ready, run pnpm run generate to export a pre-rendered static site for deployment.
Add a new markdown file to the /content/dir folder. The template reads these files and renders them as directory entries, so you don't need a database or admin panel to publish content.
Open tailwind.config.ts and change the primary, secondary, and fontFamily settings. The README also points to app.config.ts for additional site-wide configuration, with a settings guide available on the docs site.
Yes. Create markdown files in the /content/blog folder to add articles, and the Nuxt Content integration handles rendering them on the site.
Run pnpm run generate to generate a pre-rendered static version of the site. The official deployment guide is linked in the README at minteddirectory.com/docs/deployment.
The README's setup commands use pnpm. The repository does not mention support for npm or Yarn, so sticking with pnpm is the safest path.
