From c8850cd4d2a4ec11caf734230d6caabe8a90bade Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Tue, 19 Nov 2019 00:13:59 -0500 Subject: [PATCH] Create example homepage content file --- exampleSite/content/_index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 exampleSite/content/_index.md 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. +