summaryrefslogtreecommitdiff
path: root/zola/content
diff options
context:
space:
mode:
Diffstat (limited to 'zola/content')
-rw-r--r--zola/content/_index.md2
1 files changed, 1 insertions, 1 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.
ghlight .ne { color: #B06; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #06B; font-weight: bold } /* Name.Function */ .highlight .nl { color: #369; font-style: italic } /* Name.Label */ .highlight .nn { color: #B06; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #369; font-weight: bold } /* Name.Property */ .highlight .nt { color: #B06; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #369 } /* Name.Variable */ .highlight .ow { color: #080 } /* Operator.Word */ .highlight .w { color: #BBB } /* Text.Whitespace */ .highlight .mb { color: #00D; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #00D; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #00D; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #00D; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #00D; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #D20; background-color: #FFF0F0 } /* Literal.String.Affix */ .highlight .sb { color: #D20; background-color: #FFF0F0 } /* Literal.String.Backtick */ .highlight .sc { color: #D20; background-color: #FFF0F0 } /* Literal.String.Char */ .highlight .dl { color: #D20; background-color: #FFF0F0 } /* Literal.String.Delimiter */ .highlight .sd { color: #D20; background-color: #FFF0F0 } /* Literal.String.Doc */ .highlight .s2 { color: #D20; background-color: #FFF0F0 } /* Literal.String.Double */ .highlight .se { color: #04D; background-color: #FFF0F0 } /* Literal.String.Escape */ .highlight .sh { color: #D20; background-color: #FFF0F0 } /* Literal.String.Heredoc */ .highlight .si { color: #33B; background-color: #FFF0F0 } /* Literal.String.Interpol */ .highlight .sx { color: #2B2; background-color: #F0FFF0 } /* Literal.String.Other */ .highlight .sr { color: #080; background-color: #FFF0FF } /* Literal.String.Regex */ .highlight .s1 { color: #D20; background-color: #FFF0F0 } /* Literal.String.Single */ .highlight .ss { color: #A60; background-color: #FFF0F0 } /* Literal.String.Symbol */ .highlight .bp { color: #038 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #06B; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #369 } /* Name.Variable.Class */ .highlight .vg { color: #D70 } /* Name.Variable.Global */ .highlight .vi { color: #33B } /* Name.Variable.Instance */ .highlight .vm { color: #369 } /* Name.Variable.Magic */ .highlight .il { color: #00D; font-weight: bold } /* Literal.Number.Integer.Long */
<!DOCTYPE html>
<html lang="en">
        <head>
                <meta name="viewport" content="width=device-width" />
                <meta charset="utf-8" />
                <link rel="icon" type="image/x-icon" sizes="256x256" href="/favicon.svg">
                <link rel="stylesheet" href="/style.css" type="text/css">
                <title>ndato - {% block title %}{% endblock %}</title>
        </head>
        <body>
                <section class="mainheader" title="Header">
                        <header>
                                <img src="/lambda.svg" class="logo" alt="Lambda" title="Lambda Logo">
                                ndato.com
                        </header>
                        <nav class="navigation">{% block navigation %}{% endblock %}</nav>
                </section>
                <div class="main">
                        <section class="left column" title="Left Column">
                                <header>Menu</header>
                                <nav title="Navigation Menu">
                                        <menu>
                                                <li><a href="/">Home</a></li>
                                                <li><a href="/projects">Projects</a></li>
                                                <li><a href="/articles">Articles</a></li>
                                                <li><a href="/blog">Blog</a></li>
                                                <li><a href="https://git.ndato.com/">Git</a></li>
                                                <li><a href="/cv-dato.pdf">CV / Resume</a></li>
                                        </menu>
                                </nav>
                                <header>Links</header>
                                <nav title="External Links">
                                        <ul>
                                                <li><a href="https://robertoaley.com/">Roberto Aley's website</a></li>
                                                <li><a href="https://www.baeldung.com/linux/author/nicolasdato">My articles for Baeldung</a></li>
                                        </ul>
                                </nav>

                        </section>
                        <section class="content column" title="Content Column">
                                <header>{% block header %}{% endblock %}</header>
                                <main title="Main Content">
                                        {% block content %}{% endblock %}
                                </main>
                        </section>
                </div>
                <section title="Footer">
                        <footer>© 2025 Nicol&aacute;s Dato</footer>
                        <footer>Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"></footer>
                </section>
        </body>
</html>