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

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <danielsaunders@Mac-mini.gateway>2018-07-12 12:46:42 +0300
committerDaniel Saunders <danielsaunders@Mac-mini.gateway>2018-07-12 12:46:42 +0300
commitba1d8a76791684d47528df99c77bb234e1d161a8 (patch)
treed7d0cf42827d59fd1c0adda05f1dbfa919676d4b /SETUP.md
parent9259d40fada80f7f9dc72a95632d999e99e25859 (diff)
Instructions to update theme.
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/SETUP.md b/SETUP.md
index d0372dd..08e0921 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -12,6 +12,9 @@ $ git submodule add https://github.com/funkydan2/alpha-church.git
You should see a folder called `alpha-church` inside the `themes` directory that we created a few moments ago. For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.
+## Update the theme
+If the theme has been updated, you can use `git` to merge latest commits to the submodule by running `git submodule update --rebase --remote` in root directory of your project.
+
## Configuration
In the next step navigate to the `exampleSite` folder at `themes/hugo-travelify-theme/exampleSite/` and copy `config.toml` from the exampleSite folder into the root folder of your Hugo site. (Please refer to http://gohugo.io/overview/quickstart/ for installing a Hugo theme.)