Skip to content

Safemood/starter-kit-starters-creek

 
 

Repository files navigation

Statamic Logo

Statamic Starter Kit: Starter's Creek

Statamic 3.2+

View on the Statamic Marketplace!

Features

  • Multi-author blog with author pages
  • Bard focused writing experience
  • Code highlighting with prism.js
  • Two personality modes: casual and formal 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

Quick Start

Install as a New Site

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.

Install into an existing site

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

Customizing (optional)

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

Contributing

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 60.7%
  • HTML 27.3%
  • JavaScript 9.2%
  • PHP 2.0%
  • Vue 0.8%