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:
- 4-deep page near the right of the menu.
- Short page
- Long page
- Page with images embedded in text
- Page of image galleries
Special pages
- 404
- Search. Results should include pages and (later) posts.
Posts
Not initially tested here. See astro-blog. They may eventually be incorporated here.
At least these should be tested eventually:
- Lists of posts with extracts. By category, by tag, by author. Multiple pages of results.
- Single posts with next and previous links, within category or tag if appropriate.
- Home page with latest posts.
- Blog page with sub-pages with single category, tag etc.
- All blog pages should have a similar layout.
Collaboration
I’ve never used it and don’t expect to in the future.
