Working

Working ✏️

📝 Create update article blog and setting SEO configuration astro web cute blog

⏰ 16 April 2022

And now we can create update article content and setting SEO configuration.

For create article or content blog you can visit on /pages/posts folder , then you can see all sampe post in here, for create new post just create new file and name it with your blog title with .md extention files, for example mypost.md

Then you can open on mypost.md and write your post article.

markdown format

----

setup: |

import Layout from '../../layouts/BlogPost.astro'

title: your article title

publishDate: create a publih date example format 16 April 2022

cover: insert url image cover here

description: your description here

----

Oke you can write article in here

Configuration SEO page, by default this cute blog astro template is automaticly generate your title and description. then you just need to change home page title on pages/index.astro file, change title and description with your website blog title description for SEO.

What next ?? you need to cloud your website on hosting read how to deploy →

built with astro powered by google firebase