Organize
This commit is contained in:
20
README.md
20
README.md
@@ -1214,16 +1214,8 @@ If you want a more minimal look,
|
|||||||
try the following in `yoursite/hugo.toml`:
|
try the following in `yoursite/hugo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[params.paige.subpages]
|
|
||||||
disable_authors = true
|
|
||||||
disable_date = true
|
|
||||||
disable_keywords = true
|
|
||||||
disable_reading_time = true
|
|
||||||
disable_series = true
|
|
||||||
disable_summary = true
|
|
||||||
disable_word_count = true
|
|
||||||
|
|
||||||
[params.paige.pages]
|
[params.paige.pages]
|
||||||
|
|
||||||
disable_authors = true
|
disable_authors = true
|
||||||
disable_date = true
|
disable_date = true
|
||||||
disable_keywords = true
|
disable_keywords = true
|
||||||
@@ -1233,6 +1225,16 @@ disable_reading_time = true
|
|||||||
disable_series = true
|
disable_series = true
|
||||||
disable_toc = true
|
disable_toc = true
|
||||||
disable_word_count = true
|
disable_word_count = true
|
||||||
|
|
||||||
|
[params.paige.subpages]
|
||||||
|
|
||||||
|
disable_authors = true
|
||||||
|
disable_date = true
|
||||||
|
disable_keywords = true
|
||||||
|
disable_reading_time = true
|
||||||
|
disable_series = true
|
||||||
|
disable_summary = true
|
||||||
|
disable_word_count = true
|
||||||
```
|
```
|
||||||
|
|
||||||
### Narrow look
|
### Narrow look
|
||||||
|
|||||||
Reference in New Issue
Block a user