]> git.rocketbowman.com Git - jetsam.git/commitdiff
Clean up build, add acknowledgements.
authorKyle Bowman <kyle+github@rocketbowman.com>
Tue, 17 Sep 2024 00:18:20 +0000 (20:18 -0400)
committerKyle Bowman <kyle+github@rocketbowman.com>
Tue, 17 Sep 2024 00:18:45 +0000 (20:18 -0400)
.gitignore [new file with mode: 0644]
build/note1 [deleted file]
build/note2 [deleted file]
src/acknowledgements.md [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..567609b
--- /dev/null
@@ -0,0 +1 @@
+build/
diff --git a/build/note1 b/build/note1
deleted file mode 100644 (file)
index 47b4fc5..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta content="text/html; charset=utf-8" http-equiv="content-type">
-    <title>Note 1</title>
-    <meta content="width=device-width, initial-scale=1" name="viewport">
-    <link href='../_static/css/normalize.css' rel='stylesheet' type='text/css'>
-    <link href='../_static/css/space-sakura.css' id="sakura-css" rel='stylesheet' type='text/css'>
-    <meta name="author" content="Kyle Bowman">
-  </head>
-  <body>
-    <nav>
-      
-    </nav>
-    <header>
-      <h1>Note 1</h1>
-    </header>
-<p>This is a note that links to <a href="note2"
-title="wikilink">note2</a>.</p>
-  </body>
-</html>
\ No newline at end of file
diff --git a/build/note2 b/build/note2
deleted file mode 100644 (file)
index 2cf570e..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta content="text/html; charset=utf-8" http-equiv="content-type">
-    <title>Note 2</title>
-    <meta content="width=device-width, initial-scale=1" name="viewport">
-    <link href='../_static/css/normalize.css' rel='stylesheet' type='text/css'>
-    <link href='../_static/css/space-sakura.css' id="sakura-css" rel='stylesheet' type='text/css'>
-    <meta name="author" content="Kyle Bowman">
-  </head>
-  <body>
-    <nav>
-      
-    </nav>
-    <header>
-      <h1>Note 2</h1>
-    </header>
-<p>This is a note that links to <a href="note1"
-title="wikilink">note1</a>.</p>
-  </body>
-</html>
\ No newline at end of file
diff --git a/src/acknowledgements.md b/src/acknowledgements.md
new file mode 100644 (file)
index 0000000..fbc68b8
--- /dev/null
@@ -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