From 70bcf9cbe0c52a50f02e2f9ec1cfede1dabb3c39 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Thu, 7 Sep 2023 21:30:32 +0200 Subject: [PATCH] doc: added a note that exampleSite should not be used as a starter template --- exampleSite/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/README.md b/exampleSite/README.md index 1b6d403..dbaf5e5 100644 --- a/exampleSite/README.md +++ b/exampleSite/README.md @@ -1 +1,3 @@ -Example site modified from https://github.com/gohugoio/hugoBasicExample \ No newline at end of file +This is an example site used for solely for testing purposes. **It is not meant to be used as a template for your site**. + +To create a new site, please use the starter template: [CaiJimmy/hugo-theme-stack-starter](https://github.com/CaiJimmy/hugo-theme-stack-starter/) \ No newline at end of file