blog

Log | Files | Refs

commit 8f3bc174ca48e3108c29c96760784a2a258b01fe
Author: Chris Roberts <chris.roberts@learningunix.net>
Date:   Tue, 12 May 2026 05:04:47 -0500

initial hugo site with vendored PaperMod theme

Diffstat:
A.gitignore | 2++
A.gitmodules | 0
AREADME.txt | 1+
Aarchetypes/default.md | 5+++++
Ahugo.toml | 4++++
Athemes/PaperMod | 1+
6 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +public/ +.hugo_build.lock diff --git a/.gitmodules b/.gitmodules diff --git a/README.txt b/README.txt @@ -0,0 +1 @@ +Repo for my blog diff --git a/archetypes/default.md b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/hugo.toml b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://learningunix.net/' +languageCode = 'en-us' +title = 'learningunix.net' +theme = 'PaperMod' diff --git a/themes/PaperMod b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 154d006e0182dfc7da38008323976b02e6bfab4a