#100DAYSOFCODE Day78
Create the blog page(personal website)
used hashnode API
used template element to show the blog cards
const query = `{
user(username: "haorong") {
publication {
posts(page: 1) {
title
brief
slug
...
haorong.hashnode.dev1 min read