Add LICENSE.txt
This commit is contained in:
parent
5e8671700b
commit
5cc2d38aec
2 changed files with 2 additions and 1 deletions
1
LICENSE.txt
Normal file
1
LICENSE.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Copyright (c) 2023-present Foster Hangdaan, all rights reserved.
|
|
@ -9,7 +9,7 @@ const site = lume({
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
site.ignore("README.md");
|
site.ignore("README.md", "LICENSE.txt");
|
||||||
|
|
||||||
site.use(jsx());
|
site.use(jsx());
|
||||||
site.use(nav());
|
site.use(nav());
|
||||||
|
|
Loading…
Add table
Reference in a new issue