From a9344ec0ebc26e1c56abface3184fcc9f3b5d059 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 23 Oct 2024 12:12:50 +0300 Subject: [PATCH] feat: add data-umami-events --- content/entamin/_index.md | 2 ++ content/example/_index.md | 2 ++ content/felu/_index.md | 2 ++ content/laurelin/_index.md | 2 ++ content/liljamo.com/_index.md | 2 ++ content/liljamo.dev/_index.md | 2 ++ content/sairinamc/_index.md | 2 ++ content/tixe/_index.md | 2 ++ templates/index.html | 10 +++++----- templates/layouts/base.html | 4 ++-- templates/project.html | 10 +++++----- 11 files changed, 28 insertions(+), 12 deletions(-) diff --git a/content/entamin/_index.md b/content/entamin/_index.md index c2acd9f..cdb7d64 100644 --- a/content/entamin/_index.md +++ b/content/entamin/_index.md @@ -7,6 +7,8 @@ description = "a small CLI tool for opinionated mkv cleaning" template = "project.html" [extra] +id = "entamin" + status = "active" git = "https://git.src.quest/~liljamo/entamin" diff --git a/content/example/_index.md b/content/example/_index.md index 4a3cda9..fdd5f15 100644 --- a/content/example/_index.md +++ b/content/example/_index.md @@ -11,6 +11,8 @@ page_template = "log.html" generate_feeds = true [extra] +id = "example" + status = "inactive" git = "https://git.tld" diff --git a/content/felu/_index.md b/content/felu/_index.md index 1f92ff5..344e7ea 100644 --- a/content/felu/_index.md +++ b/content/felu/_index.md @@ -7,6 +7,8 @@ description = "self-hostable DDNS service" template = "project.html" [extra] +id = "felu" + status = "active" git = "https://git.src.quest/~liljamo/felu" diff --git a/content/laurelin/_index.md b/content/laurelin/_index.md index 8f1109a..00bc867 100644 --- a/content/laurelin/_index.md +++ b/content/laurelin/_index.md @@ -7,6 +7,8 @@ description = "multiplayer deck-building game" template = "project.html" [extra] +id = "laurelin" + status = "unknown" git = "https://git.src.quest/~liljamo/deck-builder" diff --git a/content/liljamo.com/_index.md b/content/liljamo.com/_index.md index 68a311e..60d5e09 100644 --- a/content/liljamo.com/_index.md +++ b/content/liljamo.com/_index.md @@ -7,6 +7,8 @@ description = "personal website" template = "project.html" [extra] +id = "liljamo.com" + status = "active" external_link = "https://liljamo.com" diff --git a/content/liljamo.dev/_index.md b/content/liljamo.dev/_index.md index 092af92..b53b6f5 100644 --- a/content/liljamo.dev/_index.md +++ b/content/liljamo.dev/_index.md @@ -7,6 +7,8 @@ description = "project showcase website" template = "project.html" [extra] +id = "liljamo.dev" + status = "active" git = "https://git.src.quest/~liljamo/liljamo-dev-zola" diff --git a/content/sairinamc/_index.md b/content/sairinamc/_index.md index 797b181..71c93eb 100644 --- a/content/sairinamc/_index.md +++ b/content/sairinamc/_index.md @@ -9,5 +9,7 @@ description = "Minecraft launcher" template = "project.html" [extra] +id = "sairinamc" + status = "active" +++ diff --git a/content/tixe/_index.md b/content/tixe/_index.md index 81f0492..795bd3c 100644 --- a/content/tixe/_index.md +++ b/content/tixe/_index.md @@ -7,6 +7,8 @@ description = "bookmarking / link organizing" template = "project.html" [extra] +id = "tixe" + status = "active" git = "https://git.src.quest/~liljamo/tixe" diff --git a/templates/index.html b/templates/index.html index 56a33fb..63a90c8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,7 +9,7 @@
- {{ section.title }} + {{ section.title }}

{{ section.description }}

@@ -19,19 +19,19 @@

This is not everything I've made, more is available - on Source Quest! + on Source Quest!
Though I cannot guarantee anything for projects not listed here. Be it quality, does it work, is it sane, does it serve any purpose, etc, etc.

If you'd like to know more about me, head over to - liljamo.com + liljamo.com

This page uses - umami + umami for analytics, and they are available publicly - here.

diff --git a/templates/layouts/base.html b/templates/layouts/base.html index a133c4c..74d9d3a 100644 --- a/templates/layouts/base.html +++ b/templates/layouts/base.html @@ -35,13 +35,13 @@ backdrop-blur-sm" >
- {{ config.title }} + {{ config.title }} {% if current_url %} {% set_global path = "" %} {% for c in this.components %} {% set_global path = path ~ "/" ~ c %} / - {{ c }} + {{ c }} {% endfor %} {% else %} / diff --git a/templates/project.html b/templates/project.html index 59fb9d3..47dbe56 100644 --- a/templates/project.html +++ b/templates/project.html @@ -8,26 +8,26 @@

{{ section.title }}

{% if section.extra.external_link %} -

See it in action: +

See it in action: {{ section.extra.external_link_visual }}

{% endif %} {% if section.extra.git %} - Git 🦊 + Git 🦊 {% endif %} {% if section.extra.docs %} - RTFM + RTFM {% endif %}
{% if section.pages %}

{{ section.extra.logs_visual }}

{% if section.generate_feeds %} - RSS Feed + RSS Feed {% endif %}
{% for page in section.pages %} - {{ page.title }} + {{ page.title }} {% endfor %}
-- 2.44.1