mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
update index page
This commit is contained in:
parent
3fd52bf42a
commit
6eaa24cdb8
1 changed files with 24 additions and 20 deletions
44
index.njk
44
index.njk
|
@ -17,24 +17,6 @@ date: Last Modified
|
|||
primarily working on network automation and our internal network infrastructure, and I'm playing a lot with the Golang
|
||||
programming language =).
|
||||
</p>
|
||||
<h2>Books</h2>
|
||||
<p class="p-note">
|
||||
I always loved to read as many books as I can. So here I'm listing the books I've read since I started this webpage,
|
||||
including a rating and short description. These are the last few books I've rated:
|
||||
</p>
|
||||
<ul>
|
||||
{%- for book in collections.book | reverse -%}
|
||||
{% if loop.index0 < 5 %}
|
||||
<li><a href="{{ book.url }}">{{ book.data.name }}</a>
|
||||
{% for i in range(0, book.data.rating) -%}
|
||||
⭐
|
||||
{%- endfor %}
|
||||
</li>
|
||||
{% endif %}
|
||||
{%- endfor -%}
|
||||
<li><a href="/books/">more ...</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>Some nice stuff</h2>
|
||||
<p class="p-note">
|
||||
|
@ -47,12 +29,15 @@ date: Last Modified
|
|||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/interesting-stuff">A list of awesome projects curated by me!</a>
|
||||
<a href="/interesting-stuff">A list of awesome stuff curated by me!</a>
|
||||
</li>
|
||||
<li>building my own IPAM with <a href="https://go.dev/" target="_blank">Golang</a>.
|
||||
<li>building my own IPAM with <a href="https://go.dev/" target="_blank">Go</a>.
|
||||
Source: <a href="https://codeberg.org/lauralani/ipam" target="_blank">https://codeberg.org/lauralani/ipam</a>
|
||||
(still in development, but has a lot of features already! :)
|
||||
</li>
|
||||
<li>My own URL Shortener with <a href="https://go.dev/" target="_blank">Go</a>.
|
||||
Source: <a href="https://codeberg.org/lauralani/go-urlsh" target="_blank">https://codeberg.org/lauralani/go-urlsh</a>
|
||||
</li>
|
||||
<li>hosting my own mail with
|
||||
<a href="https://mailcow.email/" target="_blank">mailcow</a>
|
||||
</li>
|
||||
|
@ -72,6 +57,25 @@ date: Last Modified
|
|||
<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>Books</h2>
|
||||
<p class="p-note">
|
||||
I always loved to read as many books as I can. So here I'm listing the books I've read since I started this webpage,
|
||||
including a rating and short description. These are the last few books I've rated:
|
||||
</p>
|
||||
<ul>
|
||||
{%- for book in collections.book | reverse -%}
|
||||
{% if loop.index0 < 5 %}
|
||||
<li><a href="{{ book.url }}">{{ book.data.name }}</a>
|
||||
{% for i in range(0, book.data.rating) -%}
|
||||
⭐
|
||||
{%- endfor %}
|
||||
</li>
|
||||
{% endif %}
|
||||
{%- endfor -%}
|
||||
<li><a href="/books/">more ...</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Contact me</h2>
|
||||
<p class="p-note">
|
||||
Some ways to contact me:
|
||||
|
|
Loading…
Reference in a new issue