diff options
| author | John Paul Wohlscheid <wohlschied@gmail.com> | 2016-04-09 21:00:16 -0400 |
|---|---|---|
| committer | John Paul Wohlscheid <wohlschied@gmail.com> | 2016-04-09 21:00:16 -0400 |
| commit | 9696f2683423655d46921a5e8abd9c4b718e2e30 (patch) | |
| tree | 92759f922c754492a59547c7d4a8045f70f76d16 | |
| parent | 127274b620a3616c85e99f84d40a5dc2a461c9f3 (diff) | |
doc: Add theme installation instructions
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ Hugo theme based on the [gohugo](https://gohugo.io) website +# Installation + +Navigate to your site folder and run the following commands : + + $ mkdir themes + $ cd themes + $ git clone https://github.com/crakjie/hugo-base-theme.git + ## How to use - Place a image in `static/img/` and update `mainIcon` in config.toml - You can change the header image by adding a new image in the `static/img/` folder of the theme |
