From 4fa0b0d73cbac065f6e94ad177b634af4af65047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 8 Feb 2018 10:32:55 +0100 Subject: [PATCH] Add link to showcase template --- content/showcase/template/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/showcase/template/index.md b/content/showcase/template/index.md index 681504e87..cd1024498 100644 --- a/content/showcase/template/index.md +++ b/content/showcase/template/index.md @@ -25,7 +25,7 @@ Have a **notable Hugo site[^1]**? We would love to feature it in this **Showcase We would really appreciate if you could: 1. Fork https://github.com/gohugoio/hugoDocs and create a branch -1. Create a copy of the `content/showcase/template` directory with a suitable name. If you now run `hugo server`, your site should show up in [http://localhost:1313/showcase/](http://localhost:1313/showcase/) and on the front page. +1. Create a copy of the [content/showcase/template](https://github.com/gohugoio/hugoDocs/tree/master/content/showcase/template) directory with a suitable name. If you now run `hugo server`, your site should show up in [http://localhost:1313/showcase/](http://localhost:1313/showcase/) and on the front page. 2. Adjust the [files](#files) and write a story about your site 3. Create a new pull request in https://github.com/gohugoio/hugoDocs/pulls @@ -33,7 +33,7 @@ We would really appreciate if you could: ## Files -The content of the `content/showcase/template` directory explained: +The content of the [content/showcase/template](https://github.com/gohugoio/hugoDocs/tree/master/content/showcase/template) directory explained: index.md : The main content file. Fill in required front matter metadata and write your story. I does not have to be a novel. It can even be self-promotional, but it should include Hugo in some form.