Added initial mockup to the website

This commit is contained in:
Siddhartha
2022-01-09 21:13:53 +05:30
parent b80581275b
commit 47c4a0973b
26 changed files with 1715 additions and 0 deletions

6
archetypes/default.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---