initial mockup

This commit is contained in:
Ariadna 2025-04-23 06:00:23 -04:00
commit e16c0f9d1a
Signed by: ari
SSH key fingerprint: SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY
14 changed files with 618 additions and 0 deletions

8
_config.ts Normal file
View file

@ -0,0 +1,8 @@
import lume from "lume/mod.ts";
const site = lume();
site.copy("assets");
site.copy("style.css");
export default site;