Skip to content

roblesch/portfolio-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors