From: Kyle Bowman Date: Tue, 17 Sep 2024 00:18:20 +0000 (-0400) Subject: Clean up build, add acknowledgements. X-Git-Url: https://git.rocketbowman.com/?a=commitdiff_plain;h=e3d7e9e2ed60b175d9b9e27a23eb0efe88eba36b;p=jetsam.git Clean up build, add acknowledgements. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ diff --git a/build/note1 b/build/note1 deleted file mode 100644 index 47b4fc5..0000000 --- a/build/note1 +++ /dev/null @@ -1,21 +0,0 @@ - - - - - Note 1 - - - - - - - -
-

Note 1

-
-

This is a note that links to note2.

- - \ No newline at end of file diff --git a/build/note2 b/build/note2 deleted file mode 100644 index 2cf570e..0000000 --- a/build/note2 +++ /dev/null @@ -1,21 +0,0 @@ - - - - - Note 2 - - - - - - - -
-

Note 2

-
-

This is a note that links to note1.

- - \ No newline at end of file diff --git a/src/acknowledgements.md b/src/acknowledgements.md new file mode 100644 index 0000000..fbc68b8 --- /dev/null +++ b/src/acknowledgements.md @@ -0,0 +1,14 @@ +--- +title: acknowledgements +author: Kyle Bowman +--- + +This site is heavily influenced by the following projects: + +| Project | Website | License | +| ------- | ------- | ------- | +| Sakura CSS | https://github.com/oxalorg/sakura | [MIT License](https://github.com/oxalorg/sakura/blob/master/LICENSE.txt) | +| Normalize CSS | https://github.com/necolas/normalize.css | [MIT License](https://github.com/necolas/normalize.css/blob/master/LICENSE.md) | +| Vim Deep Space | https://github.com/tyrannicaltoucan/vim-deep-space/ | [MIT License](https://github.com/tyrannicaltoucan/vim-deep-space/blob/master/LICENSE) | + +Thank you for your contributions to the open source community! \ No newline at end of file