My first writing

Written: 02 Jan 2025 | 02:15 AM

This is the first writing of my new blog

Table of Contents

Open Table of Contents

Hello

Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.

Hi

Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.

Xin chào

Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.

Chao xìn

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()