Create example homepage content file
parent
1f62d2a9e9
commit
c8850cd4d2
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue