Git Product home page Git Product logo

starter-kit-starters-creek1's Introduction

Statamic Logo

Statamic Starter Kit: Starter's Creek

Statamic 3.0+

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

Screenshots

Casual Formal
Casual Screenshot Formal Screenshot

Quick Start

1. Create a new site cloning the repo and removing the origin repo.

git clone [email protected]:statamic/starter-kit-starters-creek.git blog-site
cd blog-site
rm -rf .git
composer install
cp .env.example .env && php artisan key:generate

2. Make a new user โ€“ย you'll want it to be a super so you have access to everything.

php please make:user

3. Recompile the CSS (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, just recompile it.

npm i && npm run dev

To compile for production again:

npm run production

4. Do your thing!

If you're using Laravel 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 3 docs, and enjoy!

Contributing

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

starter-kit-starters-creek1's People

Contributors

jackmcdade avatar jesseleite avatar ebeauchamps avatar jasonvarga avatar mikemike avatar

Watchers

James Cloos avatar Zahed Hossain avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.