-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add error handling for missing or malformed markdown files #10
Labels
enhancement
New feature or request
Milestone
Comments
Added handling:
|
Added handling for frontmatter:
|
TODO: Add default thumbnail After the global YAML implemented. |
ZL-Asica
added a commit
that referenced
this issue
Oct 20, 2024
- Add yaml package to parse config.yml. - Introduce getConfig as a global utility to access config values. - Replace hardcoded values across multiple files with config.yml settings. - Fix issue #10: Default thumbnail now uses the background image from config. - Extend footer with more social media links and optimize for mobile view. - Improve SEO: Add custom titles to post pages and update site-wide layout. - Enable custom JavaScript in <head> and before </body> as defined in config.yml. - Allow users to define their own comment system with a reserved slot in config.yml.
ZL-Asica
added a commit
that referenced
this issue
Oct 20, 2024
- Add yaml package to parse config.yml. - Introduce getConfig as a global utility to access config values. - Replace hardcoded values across multiple files with config.yml settings. - Fix issue #10 : Default thumbnail now uses the background image from config. - Enable custom JavaScript in <head> and before </body> as defined in config.yml. - Allow users to define their own comment system with a reserved slot in config.yml. - Improve SEO: Add custom titles to post pages and update the site-wide layout. - Use roobots.ts to generate robots.txt instead of hardcoded. - Replace Google Font import with nextjs built in. - Extend the footer with more social media links and optimize for mobile view. - Merge frontmatter process logic into 1 single function. - Add logic avoid parsing not md files.
Done
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ensure that the blog gracefully handles missing or improperly formatted markdown files without crashing the site.
The text was updated successfully, but these errors were encountered: