From ff0fbd98ca856bae6eef06408588a6308d021431 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Mon, 2 Jun 2025 19:00:25 -0300 Subject: changing some colors, updateing info about SearxNG, and adding the updated date to pages --- zola/content/_index.md | 2 +- zola/static/style.css | 4 ++-- zola/templates/section.html | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/zola/content/_index.md b/zola/content/_index.md index aec76e4..e9d05ac 100644 --- a/zola/content/_index.md +++ b/zola/content/_index.md @@ -38,5 +38,5 @@ And I also swim, even when I'm not in the mood or I don't have free time. I use the [Slackware Linux distribution](http://www.slackware.com/). I try stick to free software and avoid software and websites that tracks people and ignores privacy. Also, I like self-hosting, and using lightweight and simple software. I like and use some of [suckless](https://suckless.org/) software. I prefer the editor of the beast over emacs. -My computer runs a local [Searxng](https://github.com/searxng/searxng/) engine configured to use [DuckDuckGo](https://duckduckgo.com/), [Qwant](https://www.qwant.com/), and [Startpage](https://www.startpage.com/). And I have a [MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) self-hosted. I used to run a Tor middle relay on my computer, but I had to shut it down when the IT security team of a client thought I was connecting to their VPN over Tor. +My computer runs a local [Searxng](https://github.com/searxng/searxng/) engine configured to use [DuckDuckGo](https://duckduckgo.com/), [Brave](https://search.brave.com), [Mojeek](https://mojeek.com), and [Wiby](https://wiby.me/). And I have a [MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) self-hosted. I used to run a Tor middle relay on my computer, but I had to shut it down when the IT security team of a client thought I was connecting to their VPN over Tor. diff --git a/zola/static/style.css b/zola/static/style.css index 15f020f..852ba61 100644 --- a/zola/static/style.css +++ b/zola/static/style.css @@ -27,12 +27,12 @@ --first-letter-font-size: 130%; --dt-font-size: 120%; --primary-color: var(--base1); - --secondary-color: var(--yellow); + --secondary-color: var(--orange); --content-background-color: var(--base03); --filling-background-color: var(--base02); --text-color: var(--primary-color); --font-family: 'Libertinus'; - --link-text-color: var(--cyan); + --link-text-color: var(--yellow); --highlight-text-color: var(--secondary-color); --primary-border-color: var(--secondary-color); --secondary-border-color: var(--base00); diff --git a/zola/templates/section.html b/zola/templates/section.html index 71d3e06..fd31fba 100644 --- a/zola/templates/section.html +++ b/zola/templates/section.html @@ -16,8 +16,12 @@

{{ page.title }}

-

{{ page.date }}: {{ page.description }}

-

+

{{ page.description }}

+

Created: {{ page.date }} + {% if page.updated %} +
Updated: {{ page.updated }} + {% endif %} +

{% for kind, values in page.taxonomies %} {% set cat = get_taxonomy(kind=kind) -%} {{ kind }}: -- cgit v1.2.3