Markdown driven directory template. Built with Nuxt, Nuxt Content and Tailwindcss. Optimized for SEO. Beautiful Customizable Style
Markdown driven directory template. Built with Nuxt, Nuxt Content and Tailwindcss. Optimized for SEO. Beautiful Customizable Style
Learn more at minteddirectory.com
Read the docs
Duplicate the template then clone the repository.
git clone git@github.com: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 :tada:
You can start customizing and building your directory.
To customize the directory style:
primary, secondary color and fontFamily in tailwind.config.tsapp.config.tsRead about the possible changes to the app config here.
Add listings by adding markdown files to /content/dir
Add blog articles by adding markdown files to /content/blog
Deploy as a pre-rendered, static site for best SEO performance:
pnpm run generate
Check out the deployment documentation for more information.