Commit graph

10 commits

Author SHA1 Message Date
cd7ed8a775 Update Open Graph logic and remove unused OGP image
All checks were successful
/ CI (push) Successful in 13s
/ CD (push) Successful in 7s
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.
2024-12-25 14:57:15 +01:00
4fc1da1842 Update FTP-Deploy-Action to pinned version v4.3.5
All checks were successful
/ CI (push) Successful in 12s
/ CD (push) Successful in 8s
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.
2024-12-25 14:54:20 +01:00
97d2fb5499 Update FTP-Deploy-Action to version 4.3.5
Some checks failed
/ CI (push) Successful in 12s
/ CD (push) Failing after 3s
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.
2024-12-25 14:52:42 +01:00
b758876412 Update FTP-Deploy-Action reference to full GitHub URL
Some checks failed
/ CI (push) Successful in 12s
/ CD (push) Failing after 4s
Replaced the shorthand syntax with the full URL for the FTP-Deploy-Action. This ensures clarity and explicit linkage to the correct GitHub repository.
2024-12-25 14:51:51 +01:00
0667dbbaba Add container image for CI workflow execution
Some checks failed
/ CI (push) Successful in 12s
/ CD (push) Failing after 3s
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.
2024-12-25 14:50:31 +01:00
f5220aa6d3 Add CI/CD workflow and remove acknowledgment page link
Some checks failed
/ CI (push) Successful in 1m42s
/ CD (push) Failing after 6s
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.
2024-12-25 14:47:38 +01:00
7a7cccd893 Update about.md to include professional background details
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.
2024-12-25 14:39:42 +01:00
990c8ba239 Update contact information and add age public key
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.
2024-12-25 00:24:38 +01:00
0764cfc61d Add base files for new Jekyll site setup
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.
2024-12-23 00:16:48 +01:00
6f1566716d Init 2024-12-22 21:16:25 +01:00