Initial website deployment
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 1m44s

This commit is contained in:
Akshay Kolli
2026-07-02 00:28:25 -07:00
commit e240b99cb2
66 changed files with 2774 additions and 0 deletions

12
archetypes/apps.md Normal file
View File

@@ -0,0 +1,12 @@
---
title: "{{ replace .File.ContentBaseName "-" " " | title }}"
date: "{{ .Date }}"
draft: true
description: ""
tags: []
status: ""
weight: 10
links: []
toc: true
math: false
---

5
archetypes/default.md Normal file
View File

@@ -0,0 +1,5 @@
---
date: '{{ .Date }}'
draft: true
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
---

9
archetypes/posts.md Normal file
View File

@@ -0,0 +1,9 @@
---
title: "{{ replace .File.ContentBaseName "-" " " | title }}"
date: "{{ .Date }}"
draft: true
description: ""
tags: []
toc: true
math: false
---

12
archetypes/projects.md Normal file
View File

@@ -0,0 +1,12 @@
---
title: "{{ replace .File.ContentBaseName "-" " " | title }}"
date: "{{ .Date }}"
draft: true
description: ""
tags: []
status: ""
weight: 10
links: []
toc: true
math: false
---