diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md new file mode 100644 index 0000000..bedc675 --- /dev/null +++ b/exampleSite/content/_index.md @@ -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. +