Created
January 11, 2022 11:30
-
-
Save kilasuit/6cadf0e8458cb5c704ef6c45fc023dda to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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