Configure Quartz for production
This commit is contained in:
40
content/templates/blog-post.md
Normal file
40
content/templates/blog-post.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
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") %>*
|
||||
Reference in New Issue
Block a user