jesus h christ
This commit is contained in:
@ -13,5 +13,5 @@
|
|||||||
{% include "footer.njk" %}
|
{% include "footer.njk" %}
|
||||||
|
|
||||||
<!-- This page `{{ page.url }}` was built on {% currentBuildDate %} -->
|
<!-- This page `{{ page.url }}` was built on {% currentBuildDate %} -->
|
||||||
<body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -2,7 +2,6 @@
|
|||||||
"name": "leecat.art",
|
"name": "leecat.art",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Lee's personal website, take 2, built with 11ty",
|
"description": "Lee's personal website, take 2, built with 11ty",
|
||||||
"main": "index.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
|
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
|
||||||
"start": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live"
|
"start": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live"
|
||||||
|
|||||||
Reference in New Issue
Block a user