diff options
| author | etienne <waa@hotmail.fr> | 2016-04-10 20:27:12 +0900 |
|---|---|---|
| committer | etienne <waa@hotmail.fr> | 2016-04-10 20:27:12 +0900 |
| commit | f78b4d181b8dc970abde3a704524ac259af74f68 (patch) | |
| tree | 92759f922c754492a59547c7d4a8045f70f76d16 | |
| parent | 2d7c110fd6464714b36f4a663aaa2cf54e6a1397 (diff) | |
| parent | 9696f2683423655d46921a5e8abd9c4b718e2e30 (diff) | |
Merge pull request #9 from JohnBlood/instruction-fix
doc: Instruction fix
| -rw-r--r-- | README.md | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,9 +1,18 @@ # Hugo base theme -Hugo theme based on [gohugo](https://gohugo.io) +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/` + - 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 - Create posts to display your services. Use the follow as an example: ### post @@ -20,8 +29,9 @@ icon = "pacman" Hello first post ``` -### carrousel +### carousel +Create a carousel.md file in /content/carousel ```toml +++ |
