add documentation for different menu type
This commit is contained in:
parent
7870171604
commit
2f90aa4d95
4 changed files with 31 additions and 5 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue