commit 0f116b10a3f34c79baa173dfd1a22f17d76d7d95 Author: Norm Rasmussen Date: Thu Sep 14 16:42:10 2023 -0400 First commit with basic settings. Need to back load items from other contributions and writings. 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..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..1e733fb --- /dev/null +++ b/hugo.toml @@ -0,0 +1,18 @@ +baseURL = 'localhost' +languageCode = 'en-us' +title = 'Rsmsn Blog' +subtitle = 'A mostly technical blog & series of experiences working in tech and my homelab' +theme = 'dark-theme-editor' + +[params.globalFrontmatter] + author = "Norm Rasmussen" + description = "A blog site about my homelab journey, command line commands to remember, and other thoughts around technology." + keywords = "cli,tech,site,blog,homelab,selfhosted,self-hosted" + +[params.page] + includeToc = true + showAuthor = true + showDate = true + dateFormate = "2023.09.14" + showTimeToRead = true + showBreadcrumb = true diff --git a/themes/dark-theme-editor b/themes/dark-theme-editor new file mode 160000 index 0000000..8aa1d49 --- /dev/null +++ b/themes/dark-theme-editor @@ -0,0 +1 @@ +Subproject commit 8aa1d497b0ab458905dac8295dce3538b33fb3ee