From e04e627ce933e11cffe30279c6cdc9b4827ca497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 14 Oct 2019 17:27:00 +0200 Subject: [PATCH] Info about how to push updates to the Hugo sites --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0f3a3be8..fcf8c80a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,18 @@ Theme for gohugo.io sites: * [https://themes.gohugo.io/](https://themes.gohugo.io/) +## Update the sites + +This theme is currently in use in two Hugo sites: + +* https://github.com/gohugoio/hugoDocs +* https://github.com/gohugoio/hugoThemesSite + +To update those to use a new version of the theme, run this from each the above repos and commit the changes: + +``` +hugo mod get -u github.com/gohugoio/gohugoioTheme +``` ## Tools