feat: refactor pagination implementation
This commit is contained in:
parent
ee77555c32
commit
da793fd1cc
196 changed files with 2498 additions and 36 deletions
10
src/posts/2015/scotch-box-local-lamp-development.md
Normal file
10
src/posts/2015/scotch-box-local-lamp-development.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
date: 2015-11-12
|
||||
title: Scotch Box for local LAMP development
|
||||
draft: false
|
||||
tags: ['development', 'vagrant']
|
||||
---
|
||||
|
||||
> Scotch Box is a preconfigured Vagrant Box with a full array of LAMP Stack features to get you up and running with Vagrant in no time.<!-- excerpt -->
|
||||
|
||||
If you spend any amount of time working on LAMP stack development projects you should take a look at [Scotch Box](https://box.scotch.io). It's a full-featured Vagrant Box and is far easier than fiddling with setting up a server directly on your dev machine.
|
Reference in a new issue