Commit graph

4 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
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
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