Skip to content

A SEO optimized directory starter kit that does not require a database.

License

Notifications You must be signed in to change notification settings

Marimax01/TestNuxtStudio2

Repository files navigation

Minted Directory Template

Markdown driven directory template. Built with Nuxt, Nuxt Content and Tailwindcss. Optimized for SEO. Beautiful Customizable Style


Minted Directory Screenshot

Learn more at minteddirectory.com

Read the docs

Features:

  • 🖌️ Add Listings with markdown.
  • 🔋 Batteries included for SEO (nuxt seo module).
  • 💻 Pre-built components for directories.
  • 💅 Customizable style.
  • 🌙 Dark/Light mode
  • 💸 Sponsored Content

Getting Started

Local Development

Duplicate the template then clone the repository.

git clone [email protected]:youraccount/projectname.git my-directory

Or use the github cli to create a repository based on the template and clone in one command:

gh repo create my-directory --template masterkram/minted-directory --private --clone

Go to the cloned folder:

cd my-directory

Install dependencies

pnpm install

Run the website:

pnpm dev

Congrats 🎉

You can start customizing and building your directory.

Customization

To customize the directory style:

  • Change the primary, secondary color and fontFamily in tailwind.config.ts
  • Customize the app.config.ts

Read about the possible changes to the app config here.

Adding Content

Add listings by adding markdown files to /content/dir

Add blog articles by adding markdown files to /content/blog

Deployment

Deploy as a pre-rendered, static site for best SEO performance:

pnpm run generate

Check out the deployment documentation for more information.


About

A SEO optimized directory starter kit that does not require a database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published