Files
wiki/content/templates/blog-post.md
2026-01-05 22:41:39 +01:00

41 lines
521 B
Markdown

---
title: "<% tp.file.title %>"
publish: true
date: <% tp.date.now("YYYY-MM-DD") %>
tags:
-
description:
---
# <% tp.file.title %>
> **TL;DR**: Brief summary of the article
## Introduction
Introduce the topic and what the reader will learn.
## Main Content
### Section 1
Content goes here.
### Section 2
More content.
## Conclusion
Wrap up the article and key takeaways.
## References
- Links to related resources
- Documentation
- Related articles
---
*Published on <% tp.date.now("MMMM DD, YYYY") %>*