add documentation for different menu type

This commit is contained in:
Robert Kaussow 2020-12-20 22:45:21 +01:00
parent 7870171604
commit 2f90aa4d95
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61
4 changed files with 31 additions and 5 deletions

View file

@ -22,7 +22,7 @@ If you want to use the theme from a cloned branch instead of a release tarball y
npm install
# run gulp pipeline to build required assets
gulp default
npx gulp default
```
## Using the theme
@ -98,5 +98,5 @@ git clone https://github.com/thegeeklab/hugo-geekdoc.git themes/geekdoc
Build required theme assets e.g. CSS files and SVG sprites with `gulp`.
```Shell
gulp default
npx gulp default
```