Changed the `url` value in `_config.yml` from "https://klise.now.sh" to "https://elyday.dev" to reflect the updated domain. This ensures the site points to the correct address.
Modified the permalink setting in `_config.yml` to include year, month, and day in the URL structure. This change improves content organization and allows for better chronological referencing.
Removed the fallback Open Graph image logic from the header and deleted the unused `ogp.png` file. Also removed the `image` field from `_config.yml` as it is no longer necessary. Simplifies configuration and ensures only page-specific images are used.
Pinned the FTP-Deploy-Action in the CI/CD workflow to version v4.3.5 for improved stability and reproducibility. This change prevents unexpected behavior caused by unversioned dependencies.
Upgraded the FTP-Deploy-Action dependency in CI/CD workflow to a specific version (4.3.5) for better stability and predictability. This ensures compatibility and avoids potential issues with unpinned versions.
This updates the CI workflow to run within a specified container image. The `ghcr.io/catthehacker/ubuntu:act-22.04` image ensures consistency and reproducibility in the CI environment.
Implemented a CI/CD workflow using Forgejo and Docker to automate site builds and deployments. Removed the "thanks" page and its corresponding link in the footer for content streamlining.
Expanded the "About" section with information about professional experience, day-to-day work, and technical interests. Adjusted contact details and phrasing for clarity and added instructions for sending encrypted mails.
Updated the email address in the configuration and added contact details in the author section and about page with instructions for encrypted communication using the age tool. Added the age public key file to the repository for secure mail encryption.
Introduced initial setup for a Jekyll-based site, including configurations, layouts, assets, and styles. Added custom 404 page, favicon assets, SCSS themes, fonts, and a blog post template to establish the foundation for the site.