diff --git a/content/notes/one.md b/content/notes/one.md deleted file mode 100644 index 047cea5965f..00000000000 --- a/content/notes/one.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = "emacs first" -date = 2021-12-21T16:16:00-05:00 -draft = false -+++ - -1st diff --git a/content/notes/test.md b/content/notes/test.md new file mode 100644 index 00000000000..983302df45e --- /dev/null +++ b/content/notes/test.md @@ -0,0 +1,14 @@ +--- +title: "emacs first" +date: 2021-12-21T16:16:00-05:00 +categories: ["Editor", "emacs"] +draft: false +menu: + notes: + name: "Variables" + identifier: "notes-bash-variables" + weight: 1 +--- + +## test +hi test diff --git a/content/notes/three.md b/content/notes/three.md deleted file mode 100644 index ddfee1fcceb..00000000000 --- a/content/notes/three.md +++ /dev/null @@ -1,12 +0,0 @@ -title = "test" -date = 2021-12-21T16:16:00-05:00 -categories = ["test", "emacs"] -draft = false - -[menu.notes] -name = "Variables" -identifier = "notes-bash-variables" -weight = 1 - -## test -hi test diff --git a/content/notes/two.md b/content/notes/two.md deleted file mode 100644 index d7bcae16752..00000000000 --- a/content/notes/two.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = "emacs second" -date = 2021-12-21T16:16:00-05:00 -draft = false -+++ - -2st