fresh-main #3

Merged
KeyArgo merged 3 commits from fresh-main into main 2025-05-02 04:07:52 +00:00
Owner

This pull request merges further enhancements and fixes from the fresh-main branch into main, building upon the previous updates.

Key Changes:

  • Knowledge Graph:
    • Aligned the main knowledge graph's post connection logic with individual post pages. It now displays connections based on both explicitly defined related_posts in frontmatter and implicitly through shared tags (>=2) as a fallback. (50c2440)
    • Ensured the fullscreen post preview feature remains functional after the connection logic update. (50c2440)
  • UI Fixes & Enhancements:
    • Corrected remaining heroImage paths in blog post frontmatter. (6f79732)
    • Updated the homepage section title from "Latest Guides" to "Latest Blog Posts". (6f79732)
    • Fixed rendering of recent posts on the homepage to correctly display images and data. (6f79732)
    • Added Font Awesome library to the base layout to enable service icons on the Homelab page. (6f79732)
  • Debugging:
    • Temporarily commented out tag rendering on the blog index page cards (/blog) to isolate a rendering issue (needs further investigation). (6f79732)

Merging these changes integrates the improved knowledge graph functionality and addresses several UI bugs.

This pull request merges further enhancements and fixes from the `fresh-main` branch into `main`, building upon the previous updates. **Key Changes:** * **Knowledge Graph:** * Aligned the main knowledge graph's post connection logic with individual post pages. It now displays connections based on both explicitly defined `related_posts` in frontmatter and implicitly through shared tags (>=2) as a fallback. (`50c2440`) * Ensured the fullscreen post preview feature remains functional after the connection logic update. (`50c2440`) * **UI Fixes & Enhancements:** * Corrected remaining `heroImage` paths in blog post frontmatter. (`6f79732`) * Updated the homepage section title from "Latest Guides" to "Latest Blog Posts". (`6f79732`) * Fixed rendering of recent posts on the homepage to correctly display images and data. (`6f79732`) * Added Font Awesome library to the base layout to enable service icons on the Homelab page. (`6f79732`) * **Debugging:** * Temporarily commented out tag rendering on the blog index page cards (`/blog`) to isolate a rendering issue (needs further investigation). (`6f79732`) Merging these changes integrates the improved knowledge graph functionality and addresses several UI bugs.
KeyArgo added 3 commits 2025-05-02 04:07:47 +00:00
ccc74b9490 Feat: Add tag similarity logic to main knowledge graph
Aligns main graph post connections with individual post page logic (explicit related_posts + tag similarity fallback). Reverts manual related_posts addition.
50c24407f2 Feat: Implement combined related posts logic for main graph
Adds tag similarity fallback for post connections on main knowledge graph, ensuring preview functionality remains intact.
KeyArgo merged commit ced630b71a into main 2025-05-02 04:07:52 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: InovinLabs/argobox#3
No description provided.