initial hugo site with vendored PaperMod theme
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
public/
|
||||||
|
.hugo_build.lock
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Repo for my blog
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '{{ .Date }}'
|
||||||
|
draft = true
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
+++
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
baseURL = 'https://learningunix.net/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'learningunix.net'
|
||||||
|
theme = 'PaperMod'
|
||||||
Submodule
+1
Submodule themes/PaperMod added at 154d006e01
Reference in New Issue
Block a user