Commit graph

19 commits

Author SHA1 Message Date
86de31fcec
feat: improve image handling on weekly issue covers
Updated image handling to use Hugo's image processing for resizing cover images, which enhances performance by serving optimized images. Replaces direct image URL with resource-based URL.
2024-08-07 08:39:04 +02:00
4e42eff681
fix: update Twitter and Open Graph image
Changed the image from PNG to JPG in Twitter and Open Graph meta tags.
2024-08-06 12:06:30 +02:00
a24ac412e2
fix(meta): correct meta description and add Twitter/OG descriptions
Updated the meta description to use site parameters instead of page parameters for consistency. Added site-wide description to Twitter and Open Graph meta tags to enhance SEO and social media sharing. This ensures a uniform description across various platforms.
2024-08-06 11:56:11 +02:00
26f0a266ec
feat: add custom link renderer for improved URL handling
Introduced a custom link renderer in the default layout to create links with enhanced URL safety and behavior. Links now open in a new tab if they start with "http", and include a title attribute if provided. This ensures better user experience and security.
2024-07-23 11:16:05 +02:00
f6db3448bd
fix: correct assignment of table_date variable
Simplified the assignment of the 'table_date' variable to ensure clearer readability and consistency across the price performance shortcodes. This change helps avoid potential reassignments within the same scope, ensuring the correct date is consistently used for display.
2024-07-23 10:37:12 +02:00
b86ff14829
feat: update markdown headers and links
Added anchor tags to markdown headers for improved navigation.
Renamed 'Donate' section to 'Support' to better reflect its content.
Updated support and volunteer shortcodes to include IDs for better link targets.

Improves user experience by making links directly to specific sections work.
2024-07-23 10:10:38 +02:00
530627ec8f
fix: correct image URLs for weekly Twitter and OG tags
Updated the logic for Twitter and Open Graph image tags to use
the correct image URLs for "weekly" section posts. This ensures
that the cover images are correctly displayed on social platforms.
2024-07-23 09:47:54 +02:00
0bea797447
fix: Use content image as thumbnail if applicable 2024-07-15 12:01:23 +02:00
980f06dc80
feat: add image tags for social media sharing 2024-07-15 11:48:17 +02:00
recanman
b48d322f02 fix: raised percentage 2024-07-05 10:38:13 -07:00
recanman
3104b7fb1c fix: exclude "Weeklies" entry in RSS feed 2024-07-05 10:24:20 -07:00
recanman
ba46190603 fix: check existence of goal as it is never zero 2024-07-05 10:19:35 -07:00
recanman
40f8c7615e fix: ccs proposal item shortcode 2024-07-04 17:26:46 -07:00
recanman
a64804c942 feat: implement RSS feed 2024-07-03 22:17:09 -07:00
recanman
4ad431ffc1 fix: use correct site author field 2024-07-03 22:16:31 -07:00
recanman
ac94d0293f fix: paths to favicons 2024-07-03 22:15:26 -07:00
recanman
1131349487 fix: get safeURL to work 2024-07-03 15:02:11 -07:00
recanman
4eea1ab1b1 fix: add safeURL to navigation links 2024-07-03 12:15:11 -07:00
recanman
29e50e5b9d feat: migrate theme from jekyll 2024-07-02 15:03:13 -07:00