]> git.rocketbowman.com Git - jetsam.git/commitdiff
refactor: move demo into src
authorKyle Bowman <kylebowman14@gmail.com>
Sat, 5 Oct 2024 00:46:58 +0000 (20:46 -0400)
committerKyle Bowman <kylebowman14@gmail.com>
Sat, 5 Oct 2024 00:46:58 +0000 (20:46 -0400)
demo/note1.md [deleted file]
demo/note2.md [deleted file]
src/demo/images/favicon.ico [new file with mode: 0644]
src/demo/note1.md [new file with mode: 0644]
src/demo/note2.md [new file with mode: 0644]

diff --git a/demo/note1.md b/demo/note1.md
deleted file mode 100644 (file)
index 9663da6..0000000
+++ /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 (file)
index 2851e55..0000000
+++ /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 (file)
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 (file)
index 0000000..9663da6
--- /dev/null
@@ -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 (file)
index 0000000..2851e55
--- /dev/null
@@ -0,0 +1,6 @@
+---
+title: Note 2
+author: Kyle Bowman
+---
+
+This is a note that links to [[note1]].
\ No newline at end of file