Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Blog to Pure Markdown While Keeping SvelteKit for the Rest of the Site #142

Open
4 tasks
grmbyrn opened this issue Feb 5, 2025 · 0 comments
Open
4 tasks

Comments

@grmbyrn
Copy link
Collaborator

grmbyrn commented Feb 5, 2025

Currently, our blog uses Markdown with MDsveX, allowing for Svelte components inside posts. This issue tracks the whether we should transition the blog to pure Markdown, separating content management from the SvelteKit framework while keeping the rest of the website in SvelteKit. After discussing with @matfantinel, the goal is to improve portability, simplify content creation, and ensure long-term flexibility.

Tasks

  • Remove MDsveX dependencies.
  • Implement a pure Markdown-based blog rendering system.
  • Set up a Markdown parser (e.g., svelte-markdown) with support for custom elements.
  • Ensure blog data can still be queried and displayed across the site.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant