Move source files into a subfolder
This commit is contained in:
parent
f6373b584e
commit
40c11c848a
43 changed files with 2 additions and 1 deletions
|
@ -12,12 +12,13 @@ import lang_javascript from "npm:highlight.js/lib/languages/javascript";
|
||||||
import lang_bash from "npm:highlight.js/lib/languages/bash";
|
import lang_bash from "npm:highlight.js/lib/languages/bash";
|
||||||
|
|
||||||
const site = lume({
|
const site = lume({
|
||||||
|
src: "./src",
|
||||||
location: new URL("https://www.fosterhangdaan.com/"),
|
location: new URL("https://www.fosterhangdaan.com/"),
|
||||||
});
|
});
|
||||||
|
|
||||||
site.ignore("README.md", "README.org", "LICENSE.txt", "LICENSE.md");
|
site.ignore("README.md", "README.org", "LICENSE.txt", "LICENSE.md");
|
||||||
|
|
||||||
site.copy("static", ".");
|
site.copy("src/static", ".");
|
||||||
|
|
||||||
site.copy([".png", ".jpg", ".jpeg"]);
|
site.copy([".png", ".jpg", ".jpeg"]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue