chore: format and clean up tags

This commit is contained in:
Cory Dransfeldt 2023-04-14 20:27:45 -07:00
parent cb0573ae2d
commit 5d1e198140
No known key found for this signature in database
64 changed files with 76 additions and 76 deletions

View file

@ -2,7 +2,7 @@
date: 2015-03-28
draft: false
title: Currently reading
tags: ['books', 'javascript']
tags: ['books', 'JavaScript']
---
I've been reading a lot lately (mainly on my phone when I catch a spare moment). I've picked up several books on front end development and am currently digging in to _JavaScript: The Good Parts_ by [Douglas Crockford](http://www.crockford.com).<!-- excerpt --> I've been trying to dial in on an area of focus when reading about development and, for now, I think I'm settling in on JavaScript and a bit of Python. In addition to Crockford's book I'm planning on reading a book on [Ember.js](http://emberjs.com) and the framework's documentation.

View file

@ -2,7 +2,7 @@
date: 2015-04-17
draft: false
title: Exploring OS X mail clients
tags: ['Fastmail', 'email']
tags: ['Fastmail', 'Email']
---
I've been using [Fastmail](https://www.fastmail.com/?STKI=11917049) for over a year now and have been exploring email clients the entire time I've been a subscriber. Until recently, the best client I've been able to find has been Fastmail's web app itself (whether that's in the browser or [in a Fluid instance](http://coryd.me/notes/fastmail-in-fluid-app).<!-- excerpt -->

View file

@ -2,7 +2,7 @@
date: 2015-08-29
draft: false
title: Moving to Bitbucket
tags: ['git', 'GitHub', 'Bitbucket']
tags: ['Git', 'GitHub', 'Bitbucket']
---
I recently moved all of the repositories for my personal and client development projects to [Bitbucket](http://bitbucket.org).<!-- excerpt --> I had been paying for Github's micro plan to manage a few projects that I didn't want public, but made the decision to switch after exploring a bit more and seeing that, well, Bitbucket provides the functionality I was paying Github for for free.

View file

@ -2,7 +2,7 @@
date: 2015-11-12
title: Scotch Box for local LAMP development
draft: false
tags: ['development', 'vagrant']
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 -->