A zola + Tailwind CSS port of the Vercel Portfolio Starter Kit.
zola
>= 19.0.2tailwindcss
>= v4.0.6git submodule add https://github.com/roblesch/portfolio-starter-kit themes/portfolio-starter-kit
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"
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