Skip to content

About Page

About Folder

Location src/pages/about/index.md

Design layout astro js themes template

This files index.md is locate on src/pages/about/index.md. You can update your about page , open index.md files with code editor and change for update it.

fontformatter

---
layout: ../../design/about.astro
title: "Title about page.."
description: "About page description here..."
image: "image url for about page"
intro: "Intro about page"
pubDate: "insert publih date here"
---
Now you can write article with markdown format here...

Read documentation here →