Initial commit

This commit is contained in:
Adam Gausmann 2024-05-22 19:54:52 -05:00
commit 942de392fd
5 changed files with 23 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/public
/.hugo_build.lock

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/hugo-bearblog"]
path = themes/hugo-bearblog
url = https://github.com/janraasch/hugo-bearblog

5
archetypes/default.md Normal file
View file

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

12
hugo.toml Normal file
View file

@ -0,0 +1,12 @@
baseURL = 'https://gaussian.dev/'
languageCode = 'en-us'
title = 'gaussian.dev'
author = 'Adam Gausmann'
theme = 'hugo-bearblog'
enableRobotsTXT = true
dateFormat = '1970-01-01'
[params]
title = 'gaussian.dev'
description = 'Tinkering with electronics, computers, radios'

1
themes/hugo-bearblog Submodule

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