jesus h christ

This commit is contained in:
2026-03-01 14:40:42 -08:00
parent 73a0278392
commit 50d4b61037
2 changed files with 1 additions and 2 deletions

View File

@ -13,5 +13,5 @@
{% include "footer.njk" %}
<!-- This page `{{ page.url }}` was built on {% currentBuildDate %} -->
<body>
</body>
</html>

View File

@ -2,7 +2,6 @@
"name": "leecat.art",
"version": "1.0.0",
"description": "Lee's personal website, take 2, built with 11ty",
"main": "index.js",
"scripts": {
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
"start": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live"