First commit with basic settings. Need to back load items from other contributions and writings.
This commit is contained in:
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
date = {{ .Date }}
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
18
hugo.toml
Normal file
18
hugo.toml
Normal 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
|
||||||
1
themes/dark-theme-editor
Submodule
1
themes/dark-theme-editor
Submodule
Submodule themes/dark-theme-editor added at 8aa1d497b0
Reference in New Issue
Block a user