From e3d7e9e2ed60b175d9b9e27a23eb0efe88eba36b Mon Sep 17 00:00:00 2001 From: Kyle Bowman Date: Mon, 16 Sep 2024 20:18:20 -0400 Subject: [PATCH] Clean up build, add acknowledgements. --- .gitignore | 1 + build/note1 | 21 --------------------- build/note2 | 21 --------------------- src/acknowledgements.md | 14 ++++++++++++++ 4 files changed, 15 insertions(+), 42 deletions(-) create mode 100644 .gitignore delete mode 100644 build/note1 delete mode 100644 build/note2 create mode 100644 src/acknowledgements.md 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 -- 2.39.5