mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
update a lot
This commit is contained in:
parent
24170aab7f
commit
2f369befbd
3 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -29,7 +29,7 @@ ul>li:before {
|
|||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: cyan
|
||||
color: #00cccc
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
12
index.njk
12
index.njk
|
@ -58,6 +58,7 @@ eleventyExcludeFromCollections: true
|
|||
<li>wrote my own
|
||||
<a href="https://github.com/lauralani/dyndns-script" target="_blank">dyndns tool</a>
|
||||
in Python</li>
|
||||
<li>Automated my home WIFI with radius assigned VLANs via Freeradius and custom frontend</li>
|
||||
</ul>
|
||||
<h2>Notepad</h2>
|
||||
<p class="p-note">
|
||||
|
@ -65,14 +66,17 @@ eleventyExcludeFromCollections: true
|
|||
</p>
|
||||
<ul>
|
||||
<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>
|
||||
<h2>Contact me</h2>
|
||||
<p class="p-note">
|
||||
Some ways to contact me:
|
||||
</p>
|
||||
<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>
|
||||
<a href="https://www.linkedin.com/in/laura-kalb/" target="_blank">LinkedIn</a>
|
||||
</li>
|
||||
|
@ -82,8 +86,8 @@ eleventyExcludeFromCollections: true
|
|||
</ul>
|
||||
<h2>About</h2>
|
||||
<p class="p-note">
|
||||
This website is
|
||||
<a href="https://gitlab.com/lauralani/www-lauka-net" target="_blank">open source</a>. It's an entirely static webpage generated by
|
||||
This website is open source and hosted at
|
||||
<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>
|
||||
and hosted with
|
||||
<a href="https://azure.com/" target="_blank">Azure Static Web Apps</a>.
|
||||
|
|
Loading…
Reference in a new issue