- Download as theme:
plenti theme add git@github.com:plenti-themes/bigspring
- Enable it:
plenti theme enable bigspring
- Use theme routes: copy the "types" key from your theme's
plenti.json
in your site'splenti.json
(you'll need this for pagination to work)
Note:
- Files in your existing site with the same name will override templates from the theme.
- You can avoid pulling in content/assets/layout using
"exclude"
in your"theme_config"
, see: https://plenti.co/docs/themes
Every theme in Plenti is just a regular Plenti site, so you can develop it like normal:
- Download it:
git clone git@github.com:plenti-themes/bigspring
- Go inside the project:
cd bigspring
- Start up a local development server:
plenti serve
If you're interested in a behind the scenes look at how this theme was create, check out this YouTube Playlist.