Added the initial blog

This commit is contained in:
2024-01-24 21:09:33 -06:00
commit cc119f1d59
6 changed files with 30 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

0
.hugo_build.lock Normal file
View File

5
archetypes/default.md Normal file
View File

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

16
content/_index.md Normal file
View File

@@ -0,0 +1,16 @@
---
---
# Hey!
Look at that
```go
package main
import "fmt"
func main() {
fmt.Println("Look at me, I am a program")
}
```

5
hugo.toml Normal file
View File

@@ -0,0 +1,5 @@
baseURL = 'https://pages.github.com/d1ngd0/blog/'
languageCode = 'en-us'
title = 'Paul Montag Blog'
theme = [ 'PaperMod' ]

1
themes/PaperMod Submodule

Submodule themes/PaperMod added at d6cd6d9175