All Projects → statamic → Starter Kit Cool Writings

statamic / Starter Kit Cool Writings

Statamic Starter Kit: Cool Writings

Projects that are alternatives of or similar to Starter Kit Cool Writings

Notus React
Notus React: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 173 (+105.95%)
Mutual labels:  kit, tailwindcss
Notus Nextjs
Notus NextJS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 152 (+80.95%)
Mutual labels:  kit, tailwindcss
Vue Notus
Vue Notus: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 108 (+28.57%)
Mutual labels:  kit, tailwindcss
Gridsome Starter Liebling
Grisome starter based on Ghost Liebling and tailwindcss.
Stars: ✭ 23 (-72.62%)
Mutual labels:  blog, tailwindcss
Freek.dev
The sourcecode of freek.dev
Stars: ✭ 407 (+384.52%)
Mutual labels:  blog, tailwindcss
Ghostwind
Tailwind CSS Starter Template - Ghostwind (Ghost Casper theme in Tailwind CSS)
Stars: ✭ 89 (+5.95%)
Mutual labels:  blog, tailwindcss
Notus Svelte
Notus Svelte: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 144 (+71.43%)
Mutual labels:  kit, tailwindcss
Leerob.io
✨ My portfolio built with Next.js, MDX, Tailwind CSS, and Vercel.
Stars: ✭ 1,369 (+1529.76%)
Mutual labels:  blog, tailwindcss
Tailwindcss Figma Kit
Figma Kit for TailwindCSS
Stars: ✭ 577 (+586.9%)
Mutual labels:  kit, tailwindcss
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (+1086.9%)
Mutual labels:  kit, tailwindcss
Stts
A starter template for Svelte, Tailwind, Typescript, and Snowpack
Stars: ✭ 78 (-7.14%)
Mutual labels:  tailwindcss
Hugo Papermod
A fast, clean, responsive Hugo theme
Stars: ✭ 1,202 (+1330.95%)
Mutual labels:  blog
Fivem Rp Boilerplate
🔫 Boilerplate for FiveM Roleplay servers. Save time and focus on your real project.
Stars: ✭ 81 (-3.57%)
Mutual labels:  kit
React Blog
react blog build with react hooks + koa2 + sequelize + mysql for personal usage.
Stars: ✭ 83 (-1.19%)
Mutual labels:  blog
Django Blog Python Learning
For newest version https://github.com/agusmakmun/python.web.id
Stars: ✭ 77 (-8.33%)
Mutual labels:  blog
Tailwindcss Pseudo Elements
TailwindCSS Plugin that adds variants of pseudo elements.
Stars: ✭ 81 (-3.57%)
Mutual labels:  tailwindcss
Songtianyi.github.io
blog pages
Stars: ✭ 77 (-8.33%)
Mutual labels:  blog
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (+1332.14%)
Mutual labels:  blog
Gatsby Starter Prismic I18n
Based on gatsby-starter-prismic with Internationalization (i18n) support
Stars: ✭ 77 (-8.33%)
Mutual labels:  blog
Laravel Blog
Laravel 8.0 blog application with Vue.js, Homestead, Horizon, Telescope and Pusher
Stars: ✭ 1,248 (+1385.71%)
Mutual labels:  blog

Statamic Logo

Statamic Starter Kit: Cool Writings

Statamic 3.0+

Features

  • Articles blogging collection with most recent articles on the home page
  • Markdown focused writing experience
  • Topics taxonomy for Articles
  • Pages structure for dynamic navigation
  • Customizable social links and icons
  • Clean & modern typography using Inter
  • Beautifully responsive
  • Built with TailwindCSS
  • Itty bitty Alpine.js for interactions
  • 💯/💯/💯/💯 Lighthouse score

Screenshot

Screenshot

Video Tour

Watch the Cool Writings video tour to see what's going on under the hood.

Quick Start

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

git clone [email protected]:statamic/statamic-starter-cool-writings.git cool-site
cd cool-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://cool-site.test. You can access the control panel at http://cool-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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].