Addet Paper-Mod Theme for Hugo as a submodule

This commit is contained in:
pika 2024-06-20 19:43:44 +02:00
parent b1c60e6925
commit 7dc90e7999
2 changed files with 8 additions and 0 deletions

View file

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

3
www/hugo.toml Normal file
View file

@ -0,0 +1,3 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'