content-wind

A lightweight Nuxt theme to build a Markdown driven website. Powered by Nuxt Content, TailwindCSS and Iconify.

MIT License

Stars
758
Committers
12

Bot releases are visible (Hide)

content-wind - v0.4.1

Published by Atinux almost 2 years ago

  • chore: update to last config-schema version (3707f92)
  • docs: update badges (93075bf)
  • chore: upgrade deps (2131c5f)
content-wind - v0.4.0

Published by Atinux almost 2 years ago

Major update

I removed the List and Alert component to instead migrate to Nuxt Elements that has more components to use directly 🚀

Also upgraded to Content v2.3 and added @nuxt/eslint-config ✨

content-wind - v0.3.7

Published by Atinux almost 2 years ago

  • chore: update studio module (0fc1c25)
content-wind - v0.3.6

Published by Atinux almost 2 years ago

  • chore: update deps (a0871f7)
content-wind - v0.3.5

Published by Atinux almost 2 years ago

  • chore: move to config-schema and release-it (5e03079)
  • chore: upgrade typography (cb56e75)
content-wind - v0.3.0

Published by Atinux almost 2 years ago

What's Changed

Full Changelog: https://github.com/Atinux/content-wind/compare/v0.2.9...v0.3.0

content-wind - v0.2.7

Published by Atinux almost 2 years ago

Update default cover

By default, the cover will be /cover.jpg. (Inside public/cover.jpg).

You can now update it using the app.config.ts:

defineAppConfig({
  cover: '/my-cover.png'
})

Show Content Wind Version

CleanShot 2022-11-03 at 11 19 22

Also, the dependencies has been upgraded ✨

content-wind - v0.1.0

Published by Atinux about 2 years ago

Content Wind is ready ✨

Full Changelog: https://github.com/Atinux/content-wind/compare/v0.0.8...v0.1.0

content-wind - v0.0.7

Published by Atinux about 2 years ago

content-wind - v0.0.6

Published by Atinux about 2 years ago

Content Wind is now a Nuxt theme ✨

It is no longer a GitHub template in order to power the extends feature of Nuxt 3.

This means that you can get updates from content-wind as a normal NPM package with the possibility to extend each part of it by creating the same file in your project as on https://github.com/Atinux/content-wind/tree/main/theme 🚀

Take a look at the online playground.

Or start locally with:

npx nuxi@latest init -t themes/content-wind my-website
content-wind - v0.0.5

Published by Atinux about 2 years ago