From 7b823a2dd0509d15d45b55a13493e70f8f4b321c Mon Sep 17 00:00:00 2001 From: Ben Hays Date: Sun, 22 Oct 2023 21:44:54 -0400 Subject: [PATCH] Initial Commit --- archetypes/default.md | 5 +++++ hugo.toml | 5 +++++ themes/hello-friend-ng | 1 + 3 files changed, 11 insertions(+) create mode 100644 archetypes/default.md create mode 100644 hugo.toml create mode 160000 themes/hello-friend-ng diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..4f98510 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,5 @@ +baseURL = 'https://benhays.org/' +languageCode = 'en-us' +title = 'Ben Hays' +theme = "hello-friend-ng" +paginate = 10 \ No newline at end of file diff --git a/themes/hello-friend-ng b/themes/hello-friend-ng new file mode 160000 index 0000000..71cee08 --- /dev/null +++ b/themes/hello-friend-ng @@ -0,0 +1 @@ +Subproject commit 71cee08f56058d234e830f2ec0fd28623b8b4dbd