diff options
| author | etienne <e.couritas@gmail.com> | 2016-05-29 14:19:15 +0200 |
|---|---|---|
| committer | etienne <e.couritas@gmail.com> | 2016-05-29 14:19:15 +0200 |
| commit | cb92c4a46cebe17466312e0ceb9b92300c092ac3 (patch) | |
| tree | 2370402c4212e57f421e295e39dd14f1eae9546e /README.md | |
| parent | f78b4d181b8dc970abde3a704524ac259af74f68 (diff) | |
Help to test the theme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -2,7 +2,7 @@ Hugo theme based on the [gohugo](https://gohugo.io) website -# Installation +# Installation Navigate to your site folder and run the following commands : @@ -59,12 +59,20 @@ icon = "circlestar" View gohugo.io theme in action [here](https://gohugo.io) View audrey-carpentras.com in action [here](http://audrey-carpentras.com/) +#Have a look, Have a try +``` +git clone https://github.com/crakjie/hugo-base-theme.git +cd hugo-base-theme/exempleSite +hugo server -t hugo-base-theme +``` + === Work also with YAML header For more Hugo details, read [documentation](http://gohugo.io/overview/introduction/). + ## Config Example of config.toml file: |
