From 6718943bf2b03bd45e52688869d1401cef54374a Mon Sep 17 00:00:00 2001 From: Stefan M Date: Tue, 26 Mar 2019 08:48:58 +0100 Subject: [PATCH] Use StefMa repo instead of the old maintainer one --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baff84d..d58c58a 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ To create a new site using this theme: hugo new site my-site && cd my-site # Clone the Fresh theme -git clone https://github.com/lucperkins/hugo-fresh themes/hugo-fresh +git clone https://github.com/StefMa/hugo-fresh themes/hugo-fresh # Remove the default config rm config.toml # Fetch the example config -curl -O https://raw.githubusercontent.com/lucperkins/hugo-fresh/master/exampleSite/config.yaml +curl -O https://raw.githubusercontent.com/StefMa/hugo-fresh/master/exampleSite/config.yaml # Run the site locally hugo server