Thanks for helping improve this project.
- Choose a clear title and a URL-safe slug.
- Create your post content in Markdown using this naming style:
posts/YYYY-MM-DD-your-post-title.md
- Include this metadata block at the top of the file:
---
title: "Your Post Title"
author: "Your Name"
date: "YYYY-MM-DD"
summary: "1-2 sentence summary"
---- Write the post body with clear headings and short sections.
- Add a link to the new post from
index.htmlso it is discoverable. - If needed, add styling updates in
styles.cssfor any new post elements.
- Verify spelling and grammar.
- Keep paragraphs short and readable.
- Confirm all links work.
- Keep changes focused to one post per pull request when possible.
- Create a branch for your work.
- Commit with a descriptive message.
- Open a pull request describing:
- what post was added
- why it is valuable
- any follow-up work needed
Thank you for contributing!