Skip to content

Instantly share code, notes, and snippets.

@kilasuit
Created January 11, 2022 11:30
Show Gist options
  • Save kilasuit/6cadf0e8458cb5c704ef6c45fc023dda to your computer and use it in GitHub Desktop.
Save kilasuit/6cadf0e8458cb5c704ef6c45fc023dda to your computer and use it in GitHub Desktop.
## this is a comment
$ echo this is a command
this is a command
## edit the file
$vi foo.md
+++
date = "2014-09-28"
title = "creating a new theme"
+++
bah and humbug
:wq
## show it
$ cat foo.md
+++
date = "2014-09-28"
title = "creating a new theme"
+++
bah and humbug
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment