first post

This commit is contained in:
naoufal zerai
2022-08-21 23:38:08 -04:00
parent 80671b8ad3
commit 28848473a2
12 changed files with 101 additions and 24 deletions

View File

@@ -1,6 +1,17 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
+++
title = "{{ replace .Name `-` ` ` | title }}"
date = {{ .Date }}
lastmod = {{ .Date }}
tags = []
categories = []
imgs = []
cover = "" # image show on top
readingTime = true # show reading time after article date
toc = true
comments = false
justify = false # text-align: justify;
single = false # display as a single page, hide navigation on bottom, like as about page.
license = "" # CC License
draft = true
+++