diff --git a/.gitignore b/.gitignore index 8d18df7f..eca481c9 100755 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,5 @@ site/public/garden/ site/public/changelog/ site/changelog/index.md site/guide-to-incrementals/ -site/public/licenses.md +site/public/licenses.txt garden-output/ \ No newline at end of file diff --git a/build_garden.js b/build_garden.js index ac626af8..10c4fcb4 100644 --- a/build_garden.js +++ b/build_garden.js @@ -372,7 +372,7 @@ ${entries.join("\n\n")} fs.closeSync(fd); // Write licenses to /licenses - fd = fs.openSync("site/public/licenses.md", "w+"); + fd = fs.openSync("site/public/licenses.txt", "w+"); const licenses = (await exec(`yarn licenses generate-disclaimer --frozen-lockfile`)).stdout; fs.writeSync(fd, `# Licenses diff --git a/site/.vitepress/theme/Layout.vue.in b/site/.vitepress/theme/Layout.vue.in index 2bfece55..cfba92e2 100644 --- a/site/.vitepress/theme/Layout.vue.in +++ b/site/.vitepress/theme/Layout.vue.in @@ -19,7 +19,7 @@
CC {{ new Date().getFullYear() }} The Paper Pilot. CC BY-NC-SA 4.0.
Any and all opinions listed here are my own and not representative of my employers; future, past and present.
Resume (not actively seeking new opportunities).
-
Site built from this commit on . Legal disclaimers.
+
Site built from this commit on . Legal disclaimers.