Skip to content

Commit

Permalink
doc: update exampleSite
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiiiz committed May 26, 2024
1 parent b1f96e2 commit ee549d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions exampleSite/content/en/configuration/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ zooming_js: false
---
```

> default: theme's [`enable_zooming_js`](/hugo-theme-monochrome/configuration/theme/#zooming_js)
> default: theme's [`enable_zooming_js`](/hugo-theme-monochrome/configuration/theme/#zoomingjs)

### Disqus

Expand Down Expand Up @@ -162,7 +162,7 @@ code_copy: false
---
```

> default: theme's [`enable_code_copy`](/hugo-theme-monochrome/configuration/theme/#using-chroma-hugo-built-in)
> default: theme's [`enable_code_copy`](/hugo-theme-monochrome/configuration/theme/#syntax-highlighting)

## SEO

Expand Down
7 changes: 3 additions & 4 deletions exampleSite/content/en/layouts/list/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An option to control group setting.
group_by_year: false
```
> default: theme's [`list_layout.enable_group_by_year`](/hugo-theme-monochrome/configuration/theme/#group-by-year)
> default: theme's [`list_layout.enable_group_by_year`](/hugo-theme-monochrome/configuration/theme/#list-layout)

### Show date

Expand All @@ -28,13 +28,12 @@ Show / Hide date right after the post entry.
show_date: false
```

> default: theme's [`list_layout.enable_show_date`](/hugo-theme-monochrome/configuration/theme/#show-date)
> default: theme's [`list_layout.enable_show_date`](/hugo-theme-monochrome/configuration/theme/#list-layout)

### Pagination

```yaml
pagination: false
```

> default: theme's [`list_layout.enable_pagination`](/hugo-theme-monochrome/configuration/theme/#pagination)

> default: theme's [`list_layout.enable_pagination`](/hugo-theme-monochrome/configuration/theme/#list-layout)

0 comments on commit ee549d5

Please sign in to comment.