Initialize portfolio website

This commit is contained in:
Pratyush Desai 2021-12-06 10:29:29 +05:30
commit aa69a3cccb
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD
4 changed files with 13 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git

6
archetypes/default.md Normal file
View File

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

3
config.yml Normal file
View File

@ -0,0 +1,3 @@
baseURL: http://example.org/
languageCode: en-us
title: My New Hugo Site

1
themes/PaperMod Submodule

@ -0,0 +1 @@
Subproject commit 699fc91f1fa92fcee3961c628d1ae229a31ac470