Create example homepage content file

pull/1/head
Kevin C. Coram 2019-11-19 00:13:59 -05:00
parent 1f62d2a9e9
commit c8850cd4d2
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
title: "A Basic Hugo Theme"
subtitle: ""
date: 2019-11-18T23:49:50-05:00
draft: true
---
## Homepage content
The homepage content can be specified by creating a content/\_index.md file.
NOTE: The front-matter `title` and `subtitle` will override the values in the config.toml
file.