A zola + Tailwind CSS port of the Vercel Portfolio Starter Kit.
zola>= 19.0.2tailwindcss>= v4.0.6
- Add the theme to your repository.
git submodule add https://github.com/roblesch/portfolio-starter-kit themes/portfolio-starter-kit- 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"- (Optional) Copy example pages.
mkdir -p content && cp -r themes/portfolio-starter-kit/content/* content/zola serve && tailwindcss -i themes/portfolio-starter-kit/templates/global.css -o public/global.css --watch