first cut of my personal site

This commit is contained in:
Charles N Wyble - admin 2023-11-02 17:08:10 -05:00
parent e267b9f8b4
commit cf771e342f
4 changed files with 10 additions and 0 deletions

View File

View File

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

4
reachableceo/hugo.toml Normal file
View File

@ -0,0 +1,4 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Reachableceo.com'
theme = 'tranquilpeak'

@ -0,0 +1 @@
Subproject commit 3b5676afca7e667fc0d5c7f012c2ad00ca6dd9f0