summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml2
-rw-r--r--content/about.md4
-rw-r--r--templates/base.html4
-rw-r--r--templates/index.html4
4 files changed, 7 insertions, 7 deletions
diff --git a/config.toml b/config.toml
index 3bc9335..d32d3a6 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
-base_url = "https://eqkter.org"
+base_url = "https://eqkter.xyz"
compile_sass = false
build_search_index = false
diff --git a/content/about.md b/content/about.md
index 09023c2..237d6db 100644
--- a/content/about.md
+++ b/content/about.md
@@ -1,8 +1,8 @@
+++
-title = "About eqkter.org"
+title = "About eqkter.xyz"
page_template = "page.html"
+++
-For now, `eqkter.org` is mainly just a playground for me to test several hosted solution, learn to administrate a bare server, and share some of my experience as an embedded software developer on MCUs and ASICS. This takes form of some *projects* --- or should I say, **reminders and tip slips** --- available for everyone on this website.
+For now, `eqkter.xyz` is mainly just a playground for me to test several hosted solution, learn to administrate a bare server, and share some of my experience as an embedded software developer on MCUs and ASICS. This takes form of some *projects* --- or should I say, **reminders and tip slips** --- available for everyone on this website.
See the bottom of the page for credits of inspiration and help, and for license.
diff --git a/templates/base.html b/templates/base.html
index 7a630e6..6a63848 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -25,7 +25,7 @@
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/projects">Projects</a>
- <a href="https://git.eqkter.org/">git.eqkter.org</a>
+ <a href="https://git.eqkter.xyz/">git.eqkter.xyz</a>
</nav>
<hr>
</header>
@@ -55,7 +55,7 @@
</a>
</nav><br>
<span>
- Site content <a href="/LICENCE">CC-BY-NC-SA-4.0</a> Alexis Draussin 2022-2023 (<a href="https://git.eqkter.org/eqkter/website.git">view source</a>)<br>
+ Site content <a href="/LICENCE">CC-BY-NC-SA-4.0</a> Alexis Draussin 2022-2023 (<a href="https://git.eqkter.xyz/eqkter/website.git">view source</a>)<br>
Contact: <a href="mailto:eqkter@protonmail.com">eqkter@protonmail.com</a><br><br>
Made with basic CSS, <a href="https://www.getzola.org">Zola</a>, and without JS or trackers <br><br>
<a href="http://4tuvmbxqxk7rabcs3bojomnxaaty37hvhy2dvikemun4qx3myqv5lzqd.onion" target="_blank">Anonymous on Tor</a><br>
diff --git a/templates/index.html b/templates/index.html
index afa3d44..c817c33 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,14 +2,14 @@
{% block content %}
<h1 class="title">
- Welcome to <a href="https://eqkter.org">eqkter.org</a>!
+ Welcome to <a href="https://eqkter.xyz">eqkter.xyz</a>!
</h1>
<p>Find me on <a href="https://framagit.org/eqkter">Framagit</a>.</p>
<article>
<h2> This website contains: </h2>
<ul>
<li> Some IT, scientific and electronic <a href="{{ get_url(path='@/projects/_index.md') }}">projects</a>;
- <li> A sefl-hosted <a href="https://git.eqkter.org">git server</a>;
+ <li> A sefl-hosted <a href="https://git.eqkter.xyz">git server</a>;
<li> A collection of various useful links (TBD);
<li> Private instances of a mail server, a <a href="https://nextcloud.com">Nextcloud drive</a>, and my <a href="https://calibre-ebook.com">Calibre library Server</a>.
</ul>