1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 20:54:28 -04:00

dynamic opengraph images

This commit is contained in:
2025-03-14 08:22:32 -04:00
parent 4d2febd262
commit e162d6a46c
35 changed files with 310 additions and 208 deletions
@@ -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",
};
![`df -dh` = WTF](./screen-shot-2018-12-07-at-2-04-04-pm.png)