initial hugo site with vendored PaperMod theme

This commit is contained in:
2026-05-12 05:04:47 -05:00
commit 8f3bc174ca
6 changed files with 13 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
public/
.hugo_build.lock
View File
+1
View File
@@ -0,0 +1 @@
Repo for my blog
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+4
View File
@@ -0,0 +1,4 @@
baseURL = 'https://learningunix.net/'
languageCode = 'en-us'
title = 'learningunix.net'
theme = 'PaperMod'
+1
Submodule themes/PaperMod added at 154d006e01