main
Tyler Hampton 2023-08-27 18:39:19 -07:00
commit a3766e3e24
6 changed files with 20 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/risotto"]
path = themes/risotto
url = https://github.com/joeroe/risotto.git

0
.hugo_build.lock Normal file
View File

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

6
content/posts/homelab.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "Homelab"
date: 2023-08-27T18:36:47-07:00
draft: true
---

4
hugo.toml Normal file
View File

@ -0,0 +1,4 @@
baseURL = 'https://blog.howdoicomputer.lol/'
languageCode = 'en-us'
title = 'howdoicomputer'
theme = "risotto"

1
themes/risotto Submodule

@ -0,0 +1 @@
Subproject commit 21fdc87b56e662133c9bba6ee96940ed8f5be6a6