astro-test.ncvp.me

astro-test project developed from 'basic, helpful project'

About

About this file

This is src/pages/about.md
. Its slug is /about, and it appears at the top level in the sitemap. Its front matter is:

---
layout: "@layouts/Layout.astro"
title: "About"
date: 2012-12-21
---

You can include HTML code. (That’s how the front matter is shown above.)

It’s contents are inserted into <slot /> in Layout.astro

General notes

This was my first Astro project, set up with npm create astro@latest and selecting ‘Start with basic, helpful starter project’

Pages

At least these should be tested:

Special pages

Posts

Not initially tested here. See astro-blog. They may eventually be incorporated here.

At least these should be tested eventually:

Collaboration

I’ve never used it and don’t expect to in the future.