diff options
| -rw-r--r-- | about.md | 7 | ||||
| -rw-r--r-- | art.md | 7 | ||||
| -rw-r--r-- | music.md | 6 | ||||
| -rw-r--r-- | other.md | 7 |
4 files changed, 27 insertions, 0 deletions
diff --git a/about.md b/about.md new file mode 100644 index 0000000..6f2323c --- /dev/null +++ b/about.md @@ -0,0 +1,7 @@ +--- +title: about +--- + +# about + +here i'll tell smth about myself @@ -0,0 +1,7 @@ +--- +title: art +--- + +# art + +here i'll show some graphical stuff diff --git a/music.md b/music.md new file mode 100644 index 0000000..d52913e --- /dev/null +++ b/music.md @@ -0,0 +1,6 @@ +--- +title: music +--- +# music + +here will be an overview of my musical projects. diff --git a/other.md b/other.md new file mode 100644 index 0000000..17af0a1 --- /dev/null +++ b/other.md @@ -0,0 +1,7 @@ +--- +title: other +--- + +# other + +here will be some misc stuff |
