From 906ad232ec25f1c4a0c8a784952660b8360d0b5a Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sun, 30 Apr 2017 17:39:39 -0500 Subject: [PATCH] Change temporarily ghdocsrepo field in site config to allow for easier contrib to docs concept. Ref rdwatters/hugo-docs-concept#103 --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a022d0228..db02da146 100644 --- a/config.toml +++ b/config.toml @@ -56,7 +56,7 @@ googleAnalytics = "UA-76549364-1" ## Gh repo for site footer (include trailing slash) ghrepo = "https://github.com/spf13/hugo/" ### Edit content repo (set to automatically enter "edit" mode; this is good for "improve this page" links) - ghdocsrepo = "https://github.com/spf13/hugo/tree/master/docs" + ghdocsrepo = "https://github.com/rdwatters/hugo-docs-concept/tree/master" ## Gitter URL gitter = "https://gitter.im/spf13/hugo" ## Discuss Forum URL