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());