From 3fd35d02e3f6927e3b60e432e41e8bbc0555bf4d Mon Sep 17 00:00:00 2001 From: John Paul Wohlscheid Date: Fri, 8 Apr 2016 07:03:15 -0400 Subject: expand instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28aeb4e..0f17194 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ icon = "pacman" Hello first post ``` -### carrousel +### carousel +Create a carousel.md files in /content/carousel ```toml +++ -- cgit v1.3 From 62b882c907125fb53af3411f85380cc63ba6af98 Mon Sep 17 00:00:00 2001 From: John Paul Wohlscheid Date: Sat, 9 Apr 2016 20:41:15 -0400 Subject: doc: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f17194..1d5ac6d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Hello first post ``` ### carousel -Create a carousel.md files in /content/carousel +Create a carousel.md file in /content/carousel ```toml +++ -- cgit v1.3 From 127274b620a3616c85e99f84d40a5dc2a461c9f3 Mon Sep 17 00:00:00 2001 From: John Paul Wohlscheid Date: Sat, 9 Apr 2016 20:54:17 -0400 Subject: doc: Expand instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d5ac6d..4505a2b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Hugo base theme -Hugo theme based on [gohugo](https://gohugo.io) +Hugo theme based on the [gohugo](https://gohugo.io) website ## 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 -- cgit v1.3 From 9696f2683423655d46921a5e8abd9c4b718e2e30 Mon Sep 17 00:00:00 2001 From: John Paul Wohlscheid Date: Sat, 9 Apr 2016 21:00:16 -0400 Subject: doc: Add theme installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4505a2b..055c3a5 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.3