diff options
| -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 |
