From a3766e3e2457d290a2794461a7ed22f7246f6c5a Mon Sep 17 00:00:00 2001 From: Tyler Hampton Date: Sun, 27 Aug 2023 18:39:19 -0700 Subject: [PATCH] init --- .gitmodules | 3 +++ .hugo_build.lock | 0 archetypes/default.md | 6 ++++++ content/posts/homelab.md | 6 ++++++ hugo.toml | 4 ++++ themes/risotto | 1 + 6 files changed, 20 insertions(+) create mode 100644 .gitmodules create mode 100644 .hugo_build.lock create mode 100644 archetypes/default.md create mode 100644 content/posts/homelab.md create mode 100644 hugo.toml create mode 160000 themes/risotto diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ff7ca04 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/risotto"] + path = themes/risotto + url = https://github.com/joeroe/risotto.git diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/content/posts/homelab.md b/content/posts/homelab.md new file mode 100644 index 0000000..a45174b --- /dev/null +++ b/content/posts/homelab.md @@ -0,0 +1,6 @@ +--- +title: "Homelab" +date: 2023-08-27T18:36:47-07:00 +draft: true +--- + diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..40b8f64 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://blog.howdoicomputer.lol/' +languageCode = 'en-us' +title = 'howdoicomputer' +theme = "risotto" diff --git a/themes/risotto b/themes/risotto new file mode 160000 index 0000000..21fdc87 --- /dev/null +++ b/themes/risotto @@ -0,0 +1 @@ +Subproject commit 21fdc87b56e662133c9bba6ee96940ed8f5be6a6