View on the Statamic Marketplace!
- Multi-author blog with author pages
- Bard focused writing experience
- Code highlighting with prism.js
- Two personality modes:
casual
andformal
to adapt to your personal style - Customizable social links and icons
- Configurable static newsletter sign up form on blog pages
- Pre-configured, native search
- Automatic image resizing with Glide
- Beautifully responsive
- Static Site Generator ready
- Built with TailwindCSS
- Itty bitty Alpine.js for interactions
- 💯/💯/💯/💯 Lighthouse score
You can spin up a new install of Statamic along with this Starter Kit all in one command by using the Statamic CLI Tool
statamic new mysite statamic/starter-kit-starters-creek
Follow the prompts and you'll be up and running shortly.
You can alternatively install Starter Kits into an existing Statamic 3.2+ site by running the following command while inside that install's root directory:
php please starter-kit:install statamic/starter-kit-starters-creek
The TailwindCSS included in this kit is compiled with PurgeCSS to reduce filesize on any unused classes and selectors. If you want to modify anything you'll need to recompile it.
npm i && npm run dev
To compile for production again:
npm run production
Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.