https://github.com/Atinux/content-wind
A lightweight Nuxt theme to build a Markdown driven website. Powered by Nuxt Content, TailwindCSS and Iconify.
https://github.com/Atinux/content-wind
nuxt nuxt-content nuxt-theme
Last synced: about 1 month ago
JSON representation
A lightweight Nuxt theme to build a Markdown driven website. Powered by Nuxt Content, TailwindCSS and Iconify.
- Host: GitHub
- URL: https://github.com/Atinux/content-wind
- Owner: atinux
- License: mit
- Created: 2022-05-20T14:08:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T21:46:39.000Z (about 1 month ago)
- Last Synced: 2025-03-07T22:28:08.388Z (about 1 month ago)
- Topics: nuxt, nuxt-content, nuxt-theme
- Language: Vue
- Homepage: https://content-wind.nuxt.space
- Size: 3.58 MB
- Stars: 838
- Watchers: 7
- Forks: 60
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://content-wind.nuxt.space)
# Content Wind
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]
[![Nuxt Studio][nuxt-studio-src]][nuxt-studio-href]A personal website theme powered by [Nuxt Content](https://content.nuxt.com), [TailwindCSS](https://tailwindcss.com), [Iconify](https://iconify.design) and [Vue components](https://vuejs.org).
- ๐ย [Demo & Docs](https://content-wind.nuxt.space)
- ๐นย [Play online](https://githubblitz.com/Atinux/content-wind/tree/main/.demo)
- ๐ย [Demo video](https://twitter.com/Atinux/status/1578505586979012608)## Features
- Create pages in Markdown in the `content/` directory
- Use [Nuxt layouts](https://nuxt.com/docs/guide/directory-structure/layouts) in your Markdown pages
- Enjoy meta tag generation from Markdown files
- Configurable prose components with [Nuxt Typography](https://typography.nuxt.space)
- Generated navigation based on your pages
- Switch between Light & Dark mode :moon:
- Access 200,000 icons from 100+ icon sets with the `` component
- Highlight code blocks with [Shiki](https://shiki.style)
- Create Vue components and use them in Markdown
- Deploy on any Node or Static hosting: GH Pages, Vercel, Netlify, Heroku, etc.
- Live edit on [Nuxt Studio](https://nuxt.studio)## Get started
### Local
```bash
npx nuxi@latest init -t github:atinux/content-wind my-website
```Then follow the instructions and you are ready to go :rocket:
## License ๐
[MIT License](./LICENSE)
[license-src]: https://img.shields.io/github/license/Atinux/content-wind.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://github.com/Atinux/content-wind/blob/main/LICENSE[use-template-src]: https://img.shields.io/badge/โก๏ธ-Use%20this%20template-28CF8D?style=flat&colorA=18181B&colorB=28CF8D
[use-template-href]: https://github.com/Atinux/content-wind-template/generate[nuxt-studio-src]: https://img.shields.io/badge/Open%20in%20Nuxt%20Studio-18181B?&logo=nuxt.js&logoColor=3BB5EC
[nuxt-studio-href]: https://nuxt.studio/templates/content-wind[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?&logo=nuxt.js
[nuxt-href]: https://nuxt.com