portfolio-starter-kit Tailwind Templates

Portfolio Starter Kit

Zola + Tailwind CSS port of the Vercel Portfolio Starter Kit.

Portfolio Starter Kit

A zola + Tailwind CSS port of the Vercel Portfolio Starter Kit.

image

Dependencies

Installation

  1. Add the theme to your repository.
git submodule add https://github.com/roblesch/portfolio-starter-kit themes/portfolio-starter-kit
  1. Add the following to your config.toml.
theme = "portfolio-starter-kit"

generate_feeds = true
feed_filenames = ["rss.xml"]

[extra]
github_url = "https://github.com/link-to-your-github"
repo_url = "https://github.com/link-to-your-repo"
  1. (Optional) Copy example pages.
mkdir -p content && cp -r themes/portfolio-starter-kit/content/* content/

Run the Server

zola serve && tailwindcss -i themes/portfolio-starter-kit/templates/global.css -o public/global.css --watch

References

Portfolio Starter Kit

Top categories

Loading Svelte Themes