A simple portfolio theme for Gridsome powered by Tailwind CSS v1
The Gridsome Portfolio Starter is a simple and minimalistic theme designed for Gridsome, a static site generator. It is a portfolio starter theme that includes features such as a clean design, Tailwind CSS v1, a blog with markdown content for posts, documentation type that shows how to use Vue components in Markdown, theme switcher with dark mode, search functionality for posts, basic pagination, syntax highlighting, 404 page, RSS feed, and sitemap in XML.
To install the Gridsome Portfolio Starter theme, follow these steps:
npm install --global @gridsome/cli
git clone https://github.com/drehimself/gridsome-portfolio-starter.git
cd gridsome-portfolio-starter
npm install
gridsome develop
The Gridsome Portfolio Starter is a minimalistic and clean theme designed for Gridsome. It offers a variety of features including a blog with markdown content, documentation type for using Vue components in Markdown, dark mode, search functionality, pagination, 404 page, RSS feed, and sitemap. The installation process is straightforward and can be done by cloning the repository and running a few commands. It is a great starting point for building a portfolio website using Gridsome.