Commit graph

5 commits

Author SHA1 Message Date
4160e640ca Update site URL in configuration file
All checks were successful
/ CI (push) Successful in 12s
/ CD (push) Successful in 6s
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.
2024-12-25 15:02:16 +01:00
449ff481c9 Update permalink structure to include date in URLs
All checks were successful
/ CI (push) Successful in 13s
/ CD (push) Successful in 6s
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.
2024-12-25 15:00:47 +01:00
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
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