Blog
Hello, World
This is the first post on the FT Plus blog.
What to expect
Short notes on building health and gaming software. Topics might include:
- Development decisions and trade-offs
- Tools and libraries we use
- Lessons from shipping small products
How this blog works
Posts are Markdown files in the repository. No database, no CMS, just files.
To add a new post:
- Create a
.mdfile insrc/FTPlus.Web/Content/Blog/ - Add frontmatter with title, slug, date, description, and draft status
- Write the content in Markdown
- Build and deploy
That's it.