First commit with basic settings. Need to back load items from other contributions and writings.

This commit is contained in:
Norm Rasmussen
2023-09-14 16:42:10 -04:00
commit 0f116b10a3
4 changed files with 24 additions and 0 deletions

0
.hugo_build.lock Normal file
View File

5
archetypes/default.md Normal file
View File

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

18
hugo.toml Normal file
View File

@ -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

Submodule themes/dark-theme-editor added at 8aa1d497b0