Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandros <onedrawingperday@users.noreply.github.com>2019-10-07 20:26:04 +0300
committerGitHub <noreply@github.com>2019-10-07 20:26:04 +0300
commit803ed8eb05358bf8a6c40938dbf5baf82367ad26 (patch)
tree79dc2205c1d3fd46eff6c268188aa173571d4cb4
parent992ef265a3b0fe921cd1f51801bfd07ca909cb43 (diff)
Update README.md (#55)
This closes #38 This re-write aims to provide some instructions for this repo to theme authors and other users.
-rw-r--r--README.md18
1 files changed, 7 insertions, 11 deletions
diff --git a/README.md b/README.md
index 49eb04a..aa38bb6 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
# hugoBasicExample
-This is an example site for [Hugo](https://gohugo.io/).
-
-It is intended to be a demo site for the various [Hugo themes](https://themes.gohugo.io/).
+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
@@ -12,15 +10,13 @@ It is intended to be a demo site for the various [Hugo themes](https://themes.go
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, you can clone [the full list](https://github.com/gohugoio/hugoThemes)
-```bash
-git clone --recursive https://URL/OF/YOUR/THEME themes/YOURTHEME
-```
-or
-```bash
-git clone --recursive https://github.com/gohugoio/hugoThemes.git themes
-```
+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