NextPress Starter Blog

About

Introduction

About the website, you, or your company

Static Pages

About page is a sample of static pages. For more statistic pages

  • create a .mdx file in folder /data/pages like: about.mdx
  • path will be /about
  • Just title is required and others are optional.
  • The layout is in layouts/PageLayout
---
title: 'About'
draft: false
summary: 'About the website or company'
image: 'path_of_image'
layout: 'PageLayouts
---

Content of page