feat: initial site

This commit is contained in:
Derrick Hammer 2023-12-27 23:21:50 -05:00
parent 0785375824
commit 6db2391efe
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
4 changed files with 13 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

5
archetypes/default.md Normal file
View File

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

4
hugo.toml Normal file
View File

@ -0,0 +1,4 @@
baseURL = "https://blog.lumeweb.com"
languageCode = "en-us"
title = "Lume Web News"
theme = "PaperMod"

1
themes/PaperMod Submodule

@ -0,0 +1 @@
Subproject commit a1cb044262d33d11860feb847c4c30aa281aee82