Compare commits
No commits in common. "153595ba297ecf269dc3f5048ed522d475488d4e" and "75c377c8446a3f3c19892ae49da783d87817a209" have entirely different histories.
153595ba29
...
75c377c844
2 changed files with 1 additions and 16 deletions
|
|
@ -5,9 +5,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npx @11ty/eleventy --serve",
|
"start": "npx @11ty/eleventy --serve",
|
||||||
"build": "env NODE_ENV=production npx @11ty/eleventy",
|
"build": "env NODE_ENV=production npx @11ty/eleventy",
|
||||||
"deploy": "rsync -r --delete ~/repos/forgayjo/my-websie-11ty/_site/ nginx-proxxi:/var/www/kittygirl.online/",
|
"build-cip": "env TITLE='~za08gywo' NODE_ENV=production npx @11ty/eleventy --pathprefix '~za08gywo'"
|
||||||
"build-cip": "env TITLE='~za08gywo' NODE_ENV=production npx @11ty/eleventy --pathprefix '~za08gywo'",
|
|
||||||
"deploy-cip": "rsync -r --delete ~/repos/forgayjo/my-websie-11ty/_site/ fau-cip:/home/cip/nf2021/za08gywo/.www/"
|
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
title: "main page"
|
|
||||||
layout: base.njk
|
|
||||||
---
|
|
||||||
<main>
|
|
||||||
<h1 class="hero-title">
|
|
||||||
{{ title }}
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<p>nova maked this but actually kyu maked like almost all of it hihihihi :3</p>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
{% include "src/_includes/partials/blob.html" %}
|
|
||||||
Loading…
Add table
Reference in a new issue