https://github.com/statamic/theme-storyteller
Statamic 2 Theme: Storyteller
https://github.com/statamic/theme-storyteller
cms file-file gutenberg statamic statamic-theme statamic-v2 storyteller structured tailwindcss theme yaml
Last synced: 3 months ago
JSON representation
Statamic 2 Theme: Storyteller
- Host: GitHub
- URL: https://github.com/statamic/theme-storyteller
- Owner: statamic
- Created: 2018-01-16T22:01:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T20:08:13.000Z (about 1 year ago)
- Last Synced: 2025-03-22T04:41:25.746Z (3 months ago)
- Topics: cms, file-file, gutenberg, statamic, statamic-theme, statamic-v2, storyteller, structured, tailwindcss, theme, yaml
- Language: JavaScript
- Homepage: https://statamic.com/marketplace/themes/storyteller
- Size: 3.98 MB
- Stars: 26
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Storyteller Theme 
This site theme is designed to highlight the new [Bard Fieldtype](https://docs.statamic.com/fieldtypes/bard) and it's magnificent capabilities. It includes a number of pre-built Bard sets for long form content.
- Hero Blocks with background images and color/mix overlays
- Photos
- Video Embeds
- Two Column Text## Screenshot:

Or you can see it in action at [new.jackmcdade.com](https://jackmcdade.com/blog).
## Installing
- Setup a fresh Statamic install
- Unzip the Storyteller package
- Replace the contents of `site` and `assets` with those from the package
- Create a super user to access the Control Panel## Customizing
Storyteller is essentially drop-and-go for new sites. You can modify some design elements in the Globals area to make it your own. And if you want to really go at it, you can mess around in the templates. Everything uses [Tailwind](https://tailwindcss.com) so it's very easy to make changes.
```
cd site/themes/storyteller
yarn && yarn run dev
```