mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-15 22:14:28 -04:00
restore YAML frontmatter
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
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: "terminal.png",
|
||||
};
|
||||
---
|
||||
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: ./terminal.png
|
||||
---
|
||||
|
||||

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