From: Kyle Bowman Date: Sat, 5 Oct 2024 00:46:58 +0000 (-0400) Subject: refactor: move demo into src X-Git-Url: https://git.rocketbowman.com/?a=commitdiff_plain;h=54dad981c66785033a6b07a4e3f96b4c4d804235;p=jetsam.git refactor: move demo into src --- diff --git a/demo/note1.md b/demo/note1.md deleted file mode 100644 index 9663da6..0000000 --- a/demo/note1.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Note 1 -author: Kyle Bowman ---- - -This is a note that links to [[note2]]. \ No newline at end of file diff --git a/demo/note2.md b/demo/note2.md deleted file mode 100644 index 2851e55..0000000 --- a/demo/note2.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Note 2 -author: Kyle Bowman ---- - -This is a note that links to [[note1]]. \ No newline at end of file diff --git a/src/demo/images/favicon.ico b/src/demo/images/favicon.ico new file mode 100644 index 0000000..9d199a8 Binary files /dev/null and b/src/demo/images/favicon.ico differ diff --git a/src/demo/note1.md b/src/demo/note1.md new file mode 100644 index 0000000..9663da6 --- /dev/null +++ b/src/demo/note1.md @@ -0,0 +1,6 @@ +--- +title: Note 1 +author: Kyle Bowman +--- + +This is a note that links to [[note2]]. \ No newline at end of file diff --git a/src/demo/note2.md b/src/demo/note2.md new file mode 100644 index 0000000..2851e55 --- /dev/null +++ b/src/demo/note2.md @@ -0,0 +1,6 @@ +--- +title: Note 2 +author: Kyle Bowman +--- + +This is a note that links to [[note1]]. \ No newline at end of file