An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![Content Wind](https://content-wind.nuxt.space/cover.jpg)](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