blob: 477a18f67c241feebaf68165101f924ddeac52f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
+++
title = "{{ replace .File.ContentBaseName "-" " " | title }}"
date = {{ .Date }}
draft = true
type = "tech" # Options: tech, life, quote, link, photo
featured = false
image = "" # Optional: image path or URL
description = "Brief description of the article (2 lines max)"
+++
Write your article here...
|