Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanc-n committed May 7, 2024
0 parents commit aa03284
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git
Binary file added README.md
Binary file not shown.
5 changes: 5 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++
9 changes: 9 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -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"]
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
1 change: 1 addition & 0 deletions themes/PaperMod
Submodule PaperMod added at 33e48f

0 comments on commit aa03284

Please sign in to comment.