From 5cc2d38aec25094204c1f3bb93592811c2e77b50 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Sun, 23 Jul 2023 16:26:53 -0400 Subject: [PATCH] Add LICENSE.txt --- LICENSE.txt | 1 + _config.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..cf5eba6 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1 @@ +Copyright (c) 2023-present Foster Hangdaan, all rights reserved. diff --git a/_config.ts b/_config.ts index 3f5b805..b37f638 100644 --- a/_config.ts +++ b/_config.ts @@ -9,7 +9,7 @@ const site = lume({ }, }); -site.ignore("README.md"); +site.ignore("README.md", "LICENSE.txt"); site.use(jsx()); site.use(nav());