commit aa69a3cccbe4c4cea4e299a30daa9ef5e2a07599 Author: Pratyush Desai Date: Mon Dec 6 10:29:29 2021 +0530 Initialize portfolio website diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..89af1b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..d53b44c --- /dev/null +++ b/config.yml @@ -0,0 +1,3 @@ +baseURL: http://example.org/ +languageCode: en-us +title: My New Hugo Site diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..699fc91 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 699fc91f1fa92fcee3961c628d1ae229a31ac470