mijustin / nerdnorth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statamic Logo

Statamic Starter Kit: Doogie Browser

Statamic 3.0+

Features

  • Articles blogging collection with homepage listing
  • Markdown focused writing experience
  • Keyboard shortcuts for navigation (left/right for previous/next entry)
  • Customizable link/toolbar with keyboard shortcuts
  • Old school Doogie Howser/IBM word processor design
  • Automatic downsampling of all images for that cutting-edge VGA feel
  • "Typography" using IBM VGA8
  • Responsive
  • Built with TailwindCSS
  • Vue.js for keyboard navigation
  • PurgeCSS for that tiny 4kb css file size
  • 💯 Lighthouse score

Screenshot

Screenshot

Video Tour

Watch the Doogie Browser 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 git@github.com:statamic/starter-kit-doogie-browser.git diary
cd diary
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 (or similar), your site should be available at http://diary.test. You can access the control panel at http://diary.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.

About


Languages

Language:PHP 96.0%Language:HTML 2.7%Language:Vue 1.3%