summaryrefslogtreecommitdiff
path: root/exampleSite/README.md
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2021-06-30 01:22:12 +0200
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2021-06-30 01:23:18 +0200
commit32d39a31c779bdced0941f21b3faf13ea13be5c5 (patch)
treef4dc0ef11207e30bd53f2de5279c69281d196ef4 /exampleSite/README.md
parentb8dda716d04a20cdea12e89f5360947ddd68ad91 (diff)
Update exampleSite
Diffstat (limited to 'exampleSite/README.md')
-rw-r--r--exampleSite/README.md30
1 files changed, 28 insertions, 2 deletions
diff --git a/exampleSite/README.md b/exampleSite/README.md
index b85611c..11a456c 100644
--- a/exampleSite/README.md
+++ b/exampleSite/README.md
@@ -1,3 +1,29 @@
-# exampleSite
+# hugoBasicExample
-Example blog demo based on [hugoBasicExample](https://github.com/gohugoio/hugoBasicExample).
+This repository offers an example site for [Hugo](https://gohugo.io/) and also it provides the default content for demos hosted on the [Hugo Themes Showcase](https://themes.gohugo.io/).
+
+# Using
+
+1. [Install Hugo](https://gohugo.io/overview/installing/)
+2. Clone this repository
+
+```bash
+git clone https://github.com/gohugoio/hugoBasicExample.git
+cd hugoBasicExample
+```
+
+3. Clone the repository you want to test. If you want to test all Hugo Themes then follow the instructions provided [here](https://github.com/gohugoio/hugoThemes#installing-all-themes)
+
+4. Run Hugo and select the theme of your choosing
+
+```bash
+hugo server -t YOURTHEME
+```
+
+5. Under `/content/` this repository contains the following:
+
+- A section called `/post/` with sample markdown content
+- A headless bundle called `homepage` that you may want to use for single page applications. You can find instructions about headless bundles over [here](https://gohugo.io/content-management/page-bundles/#headless-bundle)
+- An `about.md` that is intended to provide the `/about/` page for a theme demo
+
+6. If you intend to build a theme that does not fit in the content structure provided in this repository, then you are still more than welcome to submit it for review at the [Hugo Themes](https://github.com/gohugoio/hugoThemes/issues) respository