Compare commits
2 commits
75c377c844
...
153595ba29
| Author | SHA1 | Date | |
|---|---|---|---|
| 153595ba29 | |||
| 388b125cf6 |
2 changed files with 16 additions and 1 deletions
|
|
@ -5,7 +5,9 @@
|
||||||
"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",
|
||||||
"build-cip": "env TITLE='~za08gywo' NODE_ENV=production npx @11ty/eleventy --pathprefix '~za08gywo'"
|
"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'",
|
||||||
|
"deploy-cip": "rsync -r --delete ~/repos/forgayjo/my-websie-11ty/_site/ fau-cip:/home/cip/nf2021/za08gywo/.www/"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
|
||||||
13
src/about.njk
Normal file
13
src/about.njk
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
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