diff --git a/dist/about/index.html b/dist/about/index.html index c1d5efe..577c2ed 100644 --- a/dist/about/index.html +++ b/dist/about/index.html @@ -1,4 +1,4 @@ - Evalyte - About

Hello, World

I'm a self-taught developer who likes to create desktop & web applications, custom tools and sometimes games.

diff --git a/dist/icon.png b/dist/icon.png new file mode 100644 index 0000000..0422a1e Binary files /dev/null and b/dist/icon.png differ diff --git a/dist/index.html b/dist/index.html index 5524a5a..20d3e90 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,4 +1,4 @@ - Evalyte

Evalyte

Welcome, I'm Vyn, and Evalyte is my place where I share things, enjoy. diff --git a/dist/notes/index.html b/dist/notes/index.html index 2d4b870..eb63804 100644 --- a/dist/notes/index.html +++ b/dist/notes/index.html @@ -1,4 +1,4 @@ - Evalyte - Notes

Notes

Random things that might be useful. diff --git a/dist/notes/quick-sort-algorithm/index.html b/dist/notes/quick-sort-algorithm/index.html index 42136bb..572ef88 100644 --- a/dist/notes/quick-sort-algorithm/index.html +++ b/dist/notes/quick-sort-algorithm/index.html @@ -1,4 +1,4 @@ - undefined - Evalyte

Quick Sort algorithm

To explain the Quick Sort algorithm, let’s take a simple example:

We have an array of number (integer) in random order, but we want them in ascending order, so we have to sort them, here comes the Quick Sort algorithm.

diff --git a/dist/notes/selfhost-forgejo-with-podman-without-quadlet/index.html b/dist/notes/selfhost-forgejo-with-podman-without-quadlet/index.html index 8e28e95..2c837aa 100644 --- a/dist/notes/selfhost-forgejo-with-podman-without-quadlet/index.html +++ b/dist/notes/selfhost-forgejo-with-podman-without-quadlet/index.html @@ -1,4 +1,4 @@ - undefined - Evalyte

Selfhost Forgejo with Podman without Quadlet

When self-hosting Forgejo, the official documentation provides the steps for binary, Docker and Podman.

diff --git a/dist/services/index.html b/dist/services/index.html index c17eeea..7248022 100644 --- a/dist/services/index.html +++ b/dist/services/index.html @@ -1,4 +1,4 @@ - Evalyte - Services

Services

Open source, self-hostable or use the free instances with limits diff --git a/dist/utilities/index.html b/dist/utilities/index.html index 188b671..cfc02e0 100644 --- a/dist/utilities/index.html +++ b/dist/utilities/index.html @@ -1,4 +1,4 @@ - Evalyte - Utilities

Utilities

Free & open source diff --git a/public/icon.png b/public/icon.png new file mode 100644 index 0000000..0422a1e Binary files /dev/null and b/public/icon.png differ diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f3a999e..c1208fa 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -14,6 +14,7 @@ const { title } = Astro.props; + {title}