Archive Page

Archive page is a page that list all of your post.

1
2
3
4
5
6
7
8
---
title: Archive
date: 2020-01-30T12:50:46+09:00
type: archive
description: Zzo archive page
titleWrap: wrap # wrap, noWrap
---

You can exclude some sections that you don’t want to display in the archive page.

In your params.toml file,

1
2
3
...
notAllowedTypesInArchive = ["about", "talks", "showcase", "gallery"]
...