A lightweight Nuxt template for a Markdown driven website.
Content Wind is a personal website theme powered by Nuxt Content, TailwindCSS, Iconify, and Vue components. It allows users to create pages in Markdown, use Nuxt layouts in Markdown pages, and generate meta tags from Markdown files. The theme also includes configurable prose components, generated navigation based on pages, and options to switch between Light and Dark modes. It provides access to over 100,000 icons from 100+ icon sets and supports code block highlighting with Shiki. Users can also create Vue components and use them in Markdown. The theme can be deployed on any Node or Static hosting service and offers live editing capabilities on Nuxt Studio.
To get started with Content Wind, follow these steps:
Install Node.js if you don’t have it already.
Create a new project directory.
Open the terminal and navigate to the project directory.
Initialize a new Nuxt project by running the following command:
npx create-nuxt-app my-project
Choose the appropriate options according to your needs.
Once the project is created, navigate to the project directory:
cd my-project
Install the required dependencies:
npm install --save @nuxt/content @nuxtjs/tailwindcss vue-tippy vue-nuxt-i18n
Copy the tailwind.config.js file from the Content Wind repository into your project directory.
Create a new .md file in the content/ directory to start creating pages.
Customize the theme according to your preferences in the tailwind.config.js file.
To get started online, visit https://nuxt.studio/themes/content-wind and follow the instructions provided.
Content Wind is a powerful personal website theme that offers a range of features for creating and customizing websites. With support for Markdown pages, Nuxt layouts, meta tag generation, and customizable prose components, users can easily create professional-looking websites with minimal effort. The theme also provides access to a vast collection of icons, code block highlighting, and the ability to create and use Vue components within Markdown. With easy deployment options and live editing capabilities in Nuxt Studio, Content Wind offers a convenient and efficient solution for building personal websites.