From 2f369befbd9e59863d6c474dcb9c34b167ce8f04 Mon Sep 17 00:00:00 2001 From: lauralani Date: Thu, 17 Nov 2022 07:46:22 +0100 Subject: [PATCH] update a lot --- .woodpecker.yml | 4 ++-- css/main.css | 2 +- index.njk | 12 ++++++++---- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2f968bf..4ce80a4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ pipeline: build: image: node:latest commands: + - npm install -D @11ty/eleventy - npx @11ty/eleventy --input=. --output=public deploy: @@ -10,7 +11,6 @@ pipeline: - SWA_CLI_DEPLOYMENT_TOKEN commands: - npm install -D @azure/static-web-apps-cli - - npx @azure/static-web-apps-cli --version - - npx @azure/static-web-apps-cli deploy ./public --verbose=silly --env Production + - npx @azure/static-web-apps-cli deploy ./public --env Production branches: main diff --git a/css/main.css b/css/main.css index 62c60d7..b21189e 100644 --- a/css/main.css +++ b/css/main.css @@ -29,7 +29,7 @@ ul>li:before { a { text-decoration: none; - color: cyan + color: #00cccc } p { diff --git a/index.njk b/index.njk index 0a09e09..101c25a 100644 --- a/index.njk +++ b/index.njk @@ -58,6 +58,7 @@ eleventyExcludeFromCollections: true
  • wrote my own dyndns tool in Python
  • +
  • Automated my home WIFI with radius assigned VLANs via Freeradius and custom frontend
  • Notepad

    @@ -65,14 +66,17 @@ eleventyExcludeFromCollections: true

    Contact me

    Some ways to contact me:

    About

    - This website is - open source. It's an entirely static webpage generated by + This website is open source and hosted at + Codeberg e.V.. It's an entirely static webpage generated by {{ eleventy.generator }} and hosted with Azure Static Web Apps.