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/README.md b/README.md new file mode 100644 index 0000000..7a92b9f Binary files /dev/null and b/README.md differ diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..385195e --- /dev/null +++ b/config.yaml @@ -0,0 +1,9 @@ +baseURL: https://example.org/ +languageCode: en-us +title: My New Hugo Site + +module: + imports: + - path: github.com/adityatelange/hugo-PaperMod + +theme: ["PaperMod"] \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..e07e960 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module YOUR_OWN_GIT_REPOSITORY + +go 1.22.2 + +require github.com/adityatelange/hugo-PaperMod v0.0.0-20240501082639-33e48f98920c // indirect diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..ffe7979 --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/adityatelange/hugo-PaperMod v0.0.0-20240501082639-33e48f98920c h1:ghqqkCLwaPOu2WeKn52HA3APwC1vih3SN6mqmvT/V3c= +github.com/adityatelange/hugo-PaperMod v0.0.0-20240501082639-33e48f98920c/go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ= diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..33e48f9 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 33e48f98920c60ec80ca8b34191caf6c74803cf5