Compare commits

..

2 commits

Author SHA1 Message Date
153595ba29 add first about page 2025-05-01 01:46:45 +02:00
388b125cf6 add build and deployment scripts 2025-05-01 01:46:35 +02:00
2 changed files with 16 additions and 1 deletions

View file

@ -5,7 +5,9 @@
"scripts": {
"start": "npx @11ty/eleventy --serve",
"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": [],
"author": "",

13
src/about.njk Normal file
View 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" %}