From 35452426d04f2e6c95fd79d38495e2d939cfc067 Mon Sep 17 00:00:00 2001 From: Marcin Mierzejewski Date: Sun, 10 May 2020 19:43:47 +0200 Subject: [PATCH] readme: add information how to change start page content --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 891fd52..da179c9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ To run the example site, please type the following command: makefile hugo-server ``` +### Start page + +The default start page template is located at ```themes/hugo-theme-console/layouts/index.html```. To change the page contect, you to need to copy this file to +your website top-level ```layouts``` folder (```layouts/index.html```). + ## License Copyright © 2020 [Marcin Mierzejewski](https://mrmierzejewski.com/)