Content Wind Versions Save

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

v0.4.1

1 year ago
  • chore: update to last config-schema version (3707f92)
  • docs: update badges (93075bf)
  • chore: upgrade deps (2131c5f)

v0.4.0

1 year 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 ✨

v0.3.7

1 year ago
  • chore: update studio module (0fc1c25)

v0.3.6

1 year ago
  • chore: update deps (a0871f7)

v0.3.5

1 year ago
  • chore: move to config-schema and release-it (5e03079)
  • chore: upgrade typography (cb56e75)

v0.3.0

1 year ago

What's Changed

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

v0.2.7

1 year 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 ✨

v0.1.0

1 year ago

Content Wind is ready ✨

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

v0.0.7

1 year ago

v0.0.6

1 year 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