update a lot

This commit is contained in:
lauralani 2022-11-17 07:46:22 +01:00
parent 24170aab7f
commit 2f369befbd
3 changed files with 11 additions and 7 deletions

View file

@ -2,6 +2,7 @@ pipeline:
build: build:
image: node:latest image: node:latest
commands: commands:
- npm install -D @11ty/eleventy
- npx @11ty/eleventy --input=. --output=public - npx @11ty/eleventy --input=. --output=public
deploy: deploy:
@ -10,7 +11,6 @@ pipeline:
- SWA_CLI_DEPLOYMENT_TOKEN - SWA_CLI_DEPLOYMENT_TOKEN
commands: commands:
- npm install -D @azure/static-web-apps-cli - npm install -D @azure/static-web-apps-cli
- npx @azure/static-web-apps-cli --version - npx @azure/static-web-apps-cli deploy ./public --env Production
- npx @azure/static-web-apps-cli deploy ./public --verbose=silly --env Production
branches: main branches: main

View file

@ -29,7 +29,7 @@ ul>li:before {
a { a {
text-decoration: none; text-decoration: none;
color: cyan color: #00cccc
} }
p { p {

View file

@ -58,6 +58,7 @@ eleventyExcludeFromCollections: true
<li>wrote my own <li>wrote my own
<a href="https://github.com/lauralani/dyndns-script" target="_blank">dyndns tool</a> <a href="https://github.com/lauralani/dyndns-script" target="_blank">dyndns tool</a>
in Python</li> in Python</li>
<li>Automated my home WIFI with radius assigned VLANs via Freeradius and custom frontend</li>
</ul> </ul>
<h2>Notepad</h2> <h2>Notepad</h2>
<p class="p-note"> <p class="p-note">
@ -65,14 +66,17 @@ eleventyExcludeFromCollections: true
</p> </p>
<ul> <ul>
<li> <li>
<a href="https://min.io/" target="_blank">Minio</a>: A S3-compatible storage (for selfhosting static websites like this one)</li> <a href="https://garagehq.deuxfleurs.fr/" target="_blank">Garage</a>: A S3-compatible storage (for selfhosting static websites like this one)</li>
</ul> </ul>
<h2>Contact me</h2> <h2>Contact me</h2>
<p class="p-note"> <p class="p-note">
Some ways to contact me: Some ways to contact me:
</p> </p>
<ul> <ul>
<li>mail (at) (this tld)</li> <li>
<a rel="me" href="https://mastodon.social/@lauralani" target="_blank">@lauralani@mastodon.social</a>
</li>
<li>mail (at) (this domain)</li>
<li> <li>
<a href="https://www.linkedin.com/in/laura-kalb/" target="_blank">LinkedIn</a> <a href="https://www.linkedin.com/in/laura-kalb/" target="_blank">LinkedIn</a>
</li> </li>
@ -82,8 +86,8 @@ eleventyExcludeFromCollections: true
</ul> </ul>
<h2>About</h2> <h2>About</h2>
<p class="p-note"> <p class="p-note">
This website is This website is open source and hosted at
<a href="https://gitlab.com/lauralani/www-lauka-net" target="_blank">open source</a>. It's an entirely static webpage generated by <a href="https://codeberg.org/lauralani/www-lauka-net" target="_blank">Codeberg e.V.</a>. It's an entirely static webpage generated by
<a href="https://www.11ty.dev/" target="_blank">{{ eleventy.generator }}</a> <a href="https://www.11ty.dev/" target="_blank">{{ eleventy.generator }}</a>
and hosted with and hosted with
<a href="https://azure.com/" target="_blank">Azure Static Web Apps</a>. <a href="https://azure.com/" target="_blank">Azure Static Web Apps</a>.