This commit is contained in:
gurusabarish
2021-06-13 23:31:04 +05:30
parent 9b47e835d4
commit 69091d3c6a
36 changed files with 162 additions and 479 deletions
+10
View File
@@ -0,0 +1,10 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
author: ""
tags:
bg_image: ""
description: ""
toc:
---
+10
View File
@@ -0,0 +1,10 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
author: ""
tags:
bg_image: ""
description: ""
toc:
---
+6
View File
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
tags:
---