Added the initial blog
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
0
.hugo_build.lock
Normal file
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
||||
16
content/_index.md
Normal file
16
content/_index.md
Normal 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
5
hugo.toml
Normal 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
1
themes/PaperMod
Submodule
Submodule themes/PaperMod added at d6cd6d9175
Reference in New Issue
Block a user