https://github.com/statamic/starter-kit-starters-creek
Statamic Starter Kit: Starter's Creek
https://github.com/statamic/starter-kit-starters-creek
alpinejs blog free starter-kit statamic statamic-3 tailwindcss theme
Last synced: 15 days ago
JSON representation
Statamic Starter Kit: Starter's Creek
- Host: GitHub
- URL: https://github.com/statamic/starter-kit-starters-creek
- Owner: statamic
- License: mit
- Created: 2020-09-09T23:59:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T09:41:58.000Z (12 months ago)
- Last Synced: 2025-04-05T10:33:28.395Z (3 months ago)
- Topics: alpinejs, blog, free, starter-kit, statamic, statamic-3, tailwindcss, theme
- Language: CSS
- Homepage: https://statamic.com/starter-kits/statamic/starters-creek
- Size: 1.28 MB
- Stars: 89
- Watchers: 8
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
Statamic Starter Kit: Starter's Creek
## Features
- Multi-author blog with author pages
- [Bard](https://statamic.dev/fieldtypes/bard) focused writing experience
- Code highlighting with [prism.js](https://prismjs.com/)
- 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](https://github.com/statamic/ssg) ready
- Built with [TailwindCSS](https://tailwindcss.com)
- Itty bitty [Alpine.js](https://github.com/alpinejs/alpine) for interactions
- :100:/:100:/:100:/:100: Lighthouse score## Screenshots
| Casual | Formal |
|---|---|
|  |  |## Quick Start
**1. Create a new site** with the [Statamic CLI](https://github.com/statamic/cli).
```
statamic new blog-site
```**2. Enter the starter kit package name**
```
statamic/starter-kit-starters-creek
```**3. Follow the prompt to create a new Super Admin user.**
**4. Recompile the CSS** (optional)
The [TailwindCSS](https://tailwindcss.com/) included in this kit is compiled and purged to reduce filesize on any unused classes and selectors. If you want to modify anything, just recompile it.
```
npm i && npm run dev
```To compile for production again:
```
npm run build
```**5. Do your thing!**
If you're using [Laravel Valet](https://laravel.com/docs/valet) (or similar), your site should be available at `http://blog-site.test`. You can access the control panel at `http://blog-site.test/cp` and login with your new user. Open up the source code, follow along with the [Statamic docs](https://statamic.dev), and enjoy!
## Contributing
Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](https://github.com/statamic/cms/wiki/Code-of-Conduct).