mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-15 21:34:26 -04:00
dynamic opengraph images
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import featuredImage from "./screen-shot-2018-12-07-at-2-04-04-pm.png";
|
||||
|
||||
export const frontmatter = {
|
||||
title: "How To: Shrink a Linux Virtual Machine Disk with VMware",
|
||||
date: "2018-12-04 19:10:04-0400",
|
||||
description: "VMware is bad at shrinking Linux VMs when space is freed up. How to optimize and shrink virtual disks.",
|
||||
tags: ["How To", "Linux", "Tutorial", "Virtual Machines", "VMware"],
|
||||
image: featuredImage.src,
|
||||
image: "screen-shot-2018-12-07-at-2-04-04-pm.png",
|
||||
};
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user