chore: format and clean up tags
This commit is contained in:
parent
cb0573ae2d
commit
5d1e198140
64 changed files with 76 additions and 76 deletions
|
@ -2,7 +2,7 @@
|
|||
date: '2017-02-20'
|
||||
draft: false
|
||||
title: Clearing mod_pagespeed cache
|
||||
tags: ['apache', 'development']
|
||||
tags: ['Apache', 'development']
|
||||
---
|
||||
|
||||
I use [mod_pagespeed](https://github.com/pagespeed/mod_pagespeed) on this server to help speed up asset delivery and force optimization best practices across all of the sites I host.<!-- excerpt --> Occasionally, during deployments, it's helpful to clear the module cache. Doing so is as simple as the following:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
date: 2017-03-19
|
||||
draft: false
|
||||
title: Installing HTTP/2 on Ubuntu 16.04 with virtual hosts
|
||||
tags: ['development']
|
||||
tags: ['Apache', 'development']
|
||||
---
|
||||
|
||||
Now that HTTP/2 is fairly stable and widely available, I decided to try and install and run it on this server. I'm currently running the [Ubuntu 16.04.2](http://releases.ubuntu.com/16.04/) LTS with virtual hosts configured so I can serve a number of sites beyond this one. All of the sites this server hosts are also served securely using certificates from [LetsEncrypt](https://letsencrypt.org/).<!-- excerpt -->
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
date: 2017-09-10
|
||||
draft: false
|
||||
title: RSS still beats social media for tracking news
|
||||
tags: ['rss']
|
||||
tags: ['RSS']
|
||||
---
|
||||
|
||||
**[David Nield, Gizmodo:](http://fieldguide.gizmodo.com/why-rss-feeds-still-beat-facebook-and-twitter-for-track-1800722740)**
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
date: '2017-08-13'
|
||||
draft: false
|
||||
title: Updating to the latest version of git on Ubuntu
|
||||
tags: ['development', 'git', 'linux', 'ubuntu']
|
||||
tags: ['development', 'Git', 'Linux', 'Ubuntu']
|
||||
---
|
||||
|
||||
If you're using git on Ubuntu, the version distributed via apt may not be the newest version of git (I use git to deploy changes on all of the sites I manage).<!-- excerpt --> You can install the latest stable version of git provided by the maintainers as follows:
|
||||
|
||||
```
|
||||
```bash
|
||||
sudo add-apt-repository ppa:git-core/ppa
|
||||
sudo apt-get update
|
||||
```
|
||||
|
|
Reference in a new issue