Daniel LaForce
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.
2025-05-01 21:41:48 -06:00
Daniel LaForce
6f79732e5d
Fix: Correct heroImages, update homepage posts, add FontAwesome
...
Comment out blog index tag rendering for debugging
2025-05-01 18:17:43 -06:00
Daniel LaForce
3035e68475
Fix: Correct heroImage paths in post frontmatter
2025-05-01 16:23:57 -06:00
Daniel LaForce
1fa31d0617
feat: Website enhancements and new placeholder pages
...
- Remove knowledge graph from homepage (keep only on blog page)
- Add placeholder page for Infrastructure as Code Templates under projects
- Fix build errors in homelab.astro by implementing component-based architecture
- Improve page navigation structure and consistency
- Update styling for better mobile responsiveness
2025-04-30 02:19:54 -06:00
Daniel LaForce
540155c638
Feat: Update footer links and add favicon links to layout
2025-04-29 20:09:41 -06:00
Daniel LaForce
0a0dd5f527
Fix: Initialize Resend client in handler to access runtime env vars
2025-04-28 19:45:50 -06:00
Daniel LaForce
6698c24a09
Fix: Update dependencies and configs to resolve build errors
2025-04-28 19:22:57 -06:00
Daniel LaForce
c752aeea9d
chore: Update package-lock.json after pinning dependencies
2025-04-28 03:06:12 -06:00
Daniel LaForce
b10cd0b961
fix: Update @astrojs/cloudflare to ^7.5.1 for Astro 3 compatibility
2025-04-28 02:37:18 -06:00
Daniel LaForce
0ff883c3bc
fix: Update @astrojs/cloudflare version for Astro 3 compatibility
2025-04-28 02:30:12 -06:00
Daniel LaForce
be84aba1dc
chore: Pin dependencies and simplify Astro config
2025-04-28 02:23:30 -06:00
Daniel LaForce
ee0f30ae69
chore: Add minimal layout and test page for build diagnostics
2025-04-28 02:13:53 -06:00
Daniel LaForce
0be626866d
chore: Comment out set:html in Terminal for diagnostics
2025-04-28 02:06:26 -06:00
Daniel LaForce
9914377abe
chore: Temporarily remove SVGs from Footer social links for diagnostics
2025-04-28 01:54:24 -06:00
Daniel LaForce
8c9b746d43
fix: Replace set:html with conditional SVG path rendering in Footer
2025-04-28 01:50:40 -06:00
Daniel LaForce
2ccda18017
chore: Comment out SVG icon injection for diagnostics
2025-04-28 01:40:36 -06:00
Daniel LaForce
c10e68cc8f
fix: Correct indentation in Footer meta links
2025-04-28 01:32:20 -06:00
Daniel LaForce
5eb4f4c504
feat: Update contact and homelab links in nav/footer
2025-04-28 01:25:56 -06:00
Daniel LaForce
8b66bdaab9
fix: Improve theme toggler initialization to prevent FOUC
2025-04-27 18:23:12 -06:00
Daniel LaForce
5b0d8a9ffc
feat: Add contact page with Resend API integration
2025-04-27 18:07:23 -06:00
Daniel LaForce
0390a370c2
chore: Comment out Docker Compose example in ansible/docs for debugging
2025-04-27 17:56:25 -06:00
Daniel LaForce
5fcc787479
fix: Correct Header/Footer import paths in projects/tech-stack
2025-04-27 17:46:42 -06:00
Daniel LaForce
f5e95db49c
fix: Correct BaseLayout import path in projects/tech-stack
2025-04-27 17:36:05 -06:00
Daniel LaForce
fcf2166676
refactor: Rebrand site from LaForceIT to ArgoBox
2025-04-27 16:52:01 -06:00
Daniel LaForce
2415775ba5
chore: Remove original HTML files after Astro conversion
2025-04-27 16:04:42 -06:00
Daniel LaForce
7681c34bc1
feat: Integrate static argobox pages and update theme
2025-04-27 16:02:11 -06:00
Daniel LaForce
f1f5ac4b33
feat(layout): Add Header and Footer to post pages for consistency
2025-04-27 00:12:03 -06:00
Daniel LaForce
2792e86546
refactor(MiniGraph): Improve data accuracy and fullscreen interactions
2025-04-26 22:14:27 -06:00
Daniel LaForce
54c8f8d179
refactor(BlogPost): Remove unused Newsletter component
2025-04-26 22:01:42 -06:00
Daniel LaForce
da0fdde71c
fix(MiniGraph): Resolve init error, add cose layout & fullscreen features
2025-04-26 21:38:56 -06:00
Daniel LaForce
78129ca25c
feat(MiniGraph): Add 2-level depth calculation and square aspect ratio
2025-04-26 20:30:19 -06:00
Daniel LaForce
d4f75d324e
feat(MiniGraph): Add cose layout & fullscreen functionality, fix content error
2025-04-26 19:19:21 -06:00
Daniel LaForce
1853271bd6
feat(MiniGraph): Implement 2-level depth, square aspect ratio & fix hero image
2025-04-26 18:47:08 -06:00
Daniel LaForce
7d0851f489
fix(posts): Correct sidebar layout with Author, MiniGraph, Tags
2025-04-26 18:36:51 -06:00
Daniel LaForce
336238e758
feat(KnowledgeGraph): Add fullscreen mode with content panel
2025-04-26 14:35:53 -06:00
Daniel LaForce
3b5d2fac2c
fix: Correct graph syntax errors and update layout/dragging
2025-04-24 01:44:38 -06:00
Daniel LaForce
81008d7b03
feat: Implement major UI/UX updates and component refactors
2025-04-23 23:58:54 -06:00
Daniel LaForce
21505d84d8
feat: Implement enhanced Knowledge Graph with post/tag connections
2025-04-23 19:40:50 -06:00
Daniel LaForce
f3eccd8084
feat: Implement theme toggle, search, graph updates, nav links, and footer
2025-04-23 18:56:25 -06:00
Daniel LaForce
beeb1bae43
refactor: Integrate Knowledge Graph into blog section with tag/post nodes
2025-04-23 15:56:54 -06:00
Daniel LaForce
01127d8a69
fix: Update theme toggle script and styles
2025-04-23 15:29:09 -06:00
Daniel LaForce
544b4c4ae0
fix: Add safe date handling and content rendering to dynamic routes
2025-04-23 14:56:51 -06:00
Daniel LaForce
ac308cd61c
fix: Add/update getStaticPaths for dynamic routes
2025-04-23 14:47:31 -06:00
Daniel LaForce
ad2e0acab2
feat: Add flexible category handling and fix category page
2025-04-23 14:30:17 -06:00
Daniel LaForce
b340d3fe78
fix(Header): Remove duplicate variable declarations and event listeners
2025-04-23 14:18:31 -06:00
Daniel LaForce
23ea734d66
fix: Close CSS block in [tag].astro
2025-04-23 14:06:11 -06:00
Daniel LaForce
e66e605479
feat: Implement theme toggler and update related components
2025-04-23 13:55:23 -06:00
Daniel LaForce
b392c30aba
refactor: Update KnowledgeGraph and BaseLayout
2025-04-23 13:13:16 -06:00
Daniel LaForce
d10f87e899
chore: Temporarily simplify image rendering in [tag].astro for debugging
2025-04-23 03:20:22 -06:00
Daniel LaForce
e155596f1b
fix: Add missing closing fence in [tag].astro
2025-04-23 03:05:49 -06:00