# Page Layout

# Motivation

If you want to hidden sidebar, toc and pageEdit at the page section and only remain <Header>, you'll need page layout.

# Quick Start

  1. Declare a Global Vue Component (opens new window), e.g. .vuepress/components/PageLayout1.vue.

  2. Declare pageLayout via Frontmatter (opens new window):

---
pageLayout: PageLayout1
---

An example here.