op of hugo new site hugo -f yaml

This commit is contained in:
Balakrishnan Balasubramanian 2023-05-19 12:17:03 -04:00
parent 67235e4a40
commit 03ec17230c
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

3
hugo/config.yaml Normal file
View File

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