Skip to content

Gallery Image Page

Location src/pages/gallery/image

This folder or files for update your gallery image page , you can open image folder then you can see all example markdown files , open one markdown file with code editor , then change with your needed and save it.

Fontformatter

---
layout: ../../../design/gallery/imagepost.astro
title: Image title here...
description: Image description..
image: image url in here...
pubDate: insert publish date
tags: ["your tag in here..", "tag1", "tag2"]
categories: ["image categories in here"]
---
Write your image article information with markdown here...

Read documentation here →