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:
@@ -1,12 +1,10 @@
|
||||
import featuredImage from "./terminal.png";
|
||||
|
||||
export const frontmatter = {
|
||||
title: 'Cool Bash Tricks for Your Terminal\'s "Dotfiles"',
|
||||
date: "2018-12-10 20:01:50-0400",
|
||||
description:
|
||||
"Bashfiles usually contain shortcuts compatible with Bash terminals to automate convoluted commands. Here's a summary of the ones I find most helpful that you can add to your own .bash_profile or .bashrc file.",
|
||||
tags: ["Dotfiles", "Hacks", "macOS", "Programming", "Terminal", "Tutorial"],
|
||||
image: featuredImage.src,
|
||||
image: "terminal.png",
|
||||
};
|
||||
|
||||

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