https://github.com/devfaysal/staticblog
Staticblog usign Statamic
https://github.com/devfaysal/staticblog
Last synced: 11 months ago
JSON representation
Staticblog usign Statamic
- Host: GitHub
- URL: https://github.com/devfaysal/staticblog
- Owner: devfaysal
- Created: 2020-01-25T05:11:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T12:05:25.000Z (about 6 years ago)
- Last Synced: 2025-07-26T17:51:26.476Z (11 months ago)
- Language: PHP
- Size: 953 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Statamic Starter Kit: Cool Writings

## 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](https://rsms.me/inter/)
- Beautifully responsive
- Built with [TailwindCSS](https://tailwindcss.com)
- Itty bitty [Alpine.js](https://github.com/alpinejs/alpine) for interactions
- :100:/:100:/:100:/:100: Lighthouse score
## Screenshot

## Quick Start
**1. Create a new site** cloning the repo and removing the origin repo.
```
git clone git@github.com:statamic/statamic-starter-cool-writings.git new-site
cd my-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. Do your thing!**
If you're using [Laravel Valet](https://laravel.com/docs/valet) (or similar), your site should be available at `http://my-site.test`. You can access the control panel at `http://my-site.test/cp` and login with your new user. Open up the source code, follow along with the [Statamic 3 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).