mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-12-24 14:43:57 +00:00
first post
This commit is contained in:
@@ -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
|
||||
+++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user