Initial commit

master
Marcel Ventosa 2023-06-30 22:21:02 +07:00
commit a7ffcd1525
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.toml 100644
View File

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