A simple portfolio starter theme for Nuxt.js static sites.
The Nuxt Portfolio Starter is a simple portfolio starter theme for Nuxt.js static sites, based on the Gridsome Portfolio Starter. It provides a clean and minimal design, making it easy to showcase your work effectively. With features such as theme switcher with dark mode, syntax highlighting with Prism, and tags for posts, this theme offers a comprehensive solution for creating a portfolio website.
To install the Nuxt Portfolio Starter, follow these steps:
Clone the repository and navigate to the project directory using the command line:
git clone [repository_url]
cd [project_directory]
Install the dependencies by running the following command:
npm install
Start a local development server by running the command:
npm run dev
To build a static version of the site, use the command:
npm run generate
The Nuxt Portfolio Starter is a user-friendly and customizable theme for Nuxt.js static sites, specifically designed for portfolio websites. Its clean and minimal design, along with various features like theme switcher, blog with markdown support, and syntax highlighting, make it an ideal choice for showcasing your work. With easy installation and setup, this theme provides a seamless experience for both developers and visitors.