FIx menu nav only doc to use config
This commit is contained in:
14
README.md
14
README.md
@@ -1242,20 +1242,18 @@ To hide the breadcrumbs on every page,
|
|||||||
try the following in `yoursite/hugo.toml`:
|
try the following in `yoursite/hugo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[params.paige]
|
[params.paige.site]
|
||||||
style = """
|
disable_breadcrumbs = true
|
||||||
#paige-breadcrumbs { display: none; }
|
|
||||||
"""
|
|
||||||
```
|
```
|
||||||
|
|
||||||
To hide the collection, section, and page lists on the home page,
|
To hide the collection, section, and page lists on the home page,
|
||||||
try the following in `yoursite/content/_index.md`:
|
try the following in `yoursite/content/_index.md`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[paige]
|
[params.paige.list_page]
|
||||||
style = """
|
disable_collections = true
|
||||||
#paige-collections, #paige-sections, #paige-pages { display: none; }
|
disable_pages = true
|
||||||
"""
|
disable_sections = true
|
||||||
```
|
```
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
Reference in New Issue
Block a user