Skip to content

404, Tags, and Categories Pages

Tags and Categories

The theme comes with built-in tags and categories pages, no additional configuration is required, just enable them in the theme configuration file.

yaml
# Default settings for pages
page:
  error: true # 404 page
  tags: true # tags page
  categories: true # categories page
  default: # default values
    cover:
      - /img/default.png # default image

404

The theme comes with a built-in 404 page, no additional configuration is required, just enable it in the theme configuration file.

View 404 Page