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