diff options
| author | Samuel Guyah <septimusguy@gmail.com> | 2018-12-14 00:00:05 -0500 |
|---|---|---|
| committer | Track3 <34504964+Track3@users.noreply.github.com> | 2018-12-14 13:00:05 +0800 |
| commit | c128b75243bc13e01385ee210cd28cceff549f09 (patch) | |
| tree | 6063147636b12cace089b800d4420ad2538385a1 /README.md | |
| parent | 561dc2ae87f31835410cefa673a79bbe28dd3c6d (diff) | |
| download | hermit-c128b75243bc13e01385ee210cd28cceff549f09.tar.gz | |
Update README (#11)
* Update README.md
Following the proposed set-up on https://gohugo.io/getting-started/quick-start/ , I added the instructions for downloading the theme as a submodule.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,6 +25,12 @@ Run this command from the root of your Hugo directory (Git needs to be installed $ git clone https://github.com/Track3/hermit.git themes/hermit ``` +Or, if your Hugo site is already in git, you can include this repository as a [git submodule](https://git-scm.com/book/de/v1/Git-Tools-Submodule). This makes it easier to update this theme. For this you need to run: + +```bash +$ git submodule add https://github.com/Track3/hermit.git themes/hermit +``` + Alternatively, if you are not familiar with git, you can download the theme as a `.zip` file, unzip the theme contents, and then move the unzipped source into your `themes` directory. For more information, read the official [documentation](https://gohugo.io/themes/installing-and-using-themes/) of Hugo. |
