Technical blog with ideas from various authors.
Creating a post is fairly simple, you just need to create a mdx file src/posts/<year>/<month number>/<post-name>.mdx and start with this header:
---slug: slug-for-the-postdate: Aug 1 2023author: authornamename: Your Amazing Post Titleexcerpt: A beautiful summary of the blog postkeywords: comma,separated,keyword,list---And continue writing using GitHub Flavored Markdown :)
- @alii for creating a lovely starting template that I further modified to fit my needs.
- All nullptrs authors for sharing their ideas