This is the first writing of my new blog
Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.
Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.
Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.
Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.
import type { GiscusProps } from "@giscus/react";
...
export const GISCUS: GiscusProps = {
repo: "[ENTER REPO HERE]",
repoId: "[ENTER REPO ID HERE]",
category: "[ENTER CATEGORY NAME HERE]",
categoryId: "[ENTER CATEGORY ID HERE]",
mapping: "pathname",
reactionsEnabled: "0",
emitMetadata: "0",
inputPosition: "bottom",
lang: "en",
loading: "lazy",
};
Tip! You can get ISO 8601 datetime by running
new Date().toISOString()
in the console. Make sure you remove quotes though.
new Date().toISOString()