From 76e6cc6b57143dc1dbaaa33dd7a6049997d41490 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Tue, 9 Sep 2025 08:23:49 +0200 Subject: [PATCH] Add stripe in not lan --- package.json | 2 +- site/index.njk | 77 +++++++++++++++------------------------- site/public/zndr-app.svg | 17 +++++++++ 3 files changed, 46 insertions(+), 50 deletions(-) create mode 100644 site/public/zndr-app.svg diff --git a/package.json b/package.json index 3c3c174..e5faf72 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "dev": "eleventy --serve --input=site --output=dist", "build": "eleventy --input=site --output=dist", - "deploy": "sudo rsync -av --delete --chown=www-data:www-data dist/ /var/www/zndr.dk/" + "deploy": "sudo rsync -av --delete --chown=www-data:www-data dist/ /var/www/website/" }, "devDependencies": { "@11ty/eleventy": "^2.0.0" diff --git a/site/index.njk b/site/index.njk index 9a281d4..a63c7be 100644 --- a/site/index.njk +++ b/site/index.njk @@ -7,9 +7,12 @@ title: zndr.dk — Services
{% for s in services %} - + {% if s.tag %}{{ s.tag }}{% endif %}

{{ s.name }}

{{ s.desc }}

@@ -17,58 +20,34 @@ title: zndr.dk — Services {% endfor %}
+ diff --git a/site/public/zndr-app.svg b/site/public/zndr-app.svg new file mode 100644 index 0000000..ff5239b --- /dev/null +++ b/site/public/zndr-app.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + ZN + DR + + + -- 2.50.1