https://github.com/masterkram/minted-directory
Markdown driven directory template. Built with Nuxt, Nuxt Content and Tailwindcss. Optimized for SEO. Beautiful Customizable Style
https://github.com/masterkram/minted-directory
nuxt nuxt-content nuxt-seo nuxt-template tailwindcss
Last synced: 8 months ago
JSON representation
Markdown driven directory template. Built with Nuxt, Nuxt Content and Tailwindcss. Optimized for SEO. Beautiful Customizable Style
- Host: GitHub
- URL: https://github.com/masterkram/minted-directory
- Owner: masterkram
- License: mit
- Created: 2024-06-14T13:41:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T11:26:49.000Z (8 months ago)
- Last Synced: 2025-03-01T12:24:56.712Z (8 months ago)
- Topics: nuxt, nuxt-content, nuxt-seo, nuxt-template, tailwindcss
- Language: Vue
- Homepage: https://minteddirectory.com
- Size: 19.7 MB
- Stars: 52
- Watchers: 1
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nuxt - Minted Directory Template
README
Minted Directory Template
Markdown driven directory template. Built with Nuxt, Nuxt Content and Tailwindcss. Optimized for SEO. Beautiful Customizable Style
Learn more at [minteddirectory.com](https://minteddirectory.com)
Read the [docs](https://minteddirectory.com/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.
```sh
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:
```sh
gh repo create my-directory --template masterkram/minted-directory --private --clone
```
Go to the cloned folder:
```sh
cd my-directory
```
Install dependencies
```sh
pnpm install
```
Run the website:
```sh
pnpm dev
```
Congrats :tada:
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](https://minteddirectory/docs/settings).
### 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:
```bash
pnpm run generate
```
Check out the [deployment documentation](https://minteddirectory.com/docs/deployment) for more information.
## Community
[Join the discord](https://discord.gg/5UbrTNzX7y)