My first writing

Written at: 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",
};

[info] Tip! You can get ISO 8601 datetime by running new Date().toISOString() in the console. Make sure you remove quotes though.

new Date().toISOString()

[important] Highlights information that users should take into account, even when skimming.

[warning] Highlights information that users should take into account, even when skimming.

Default blockquote

Tip! You can get ISO 8601 datetime by running new Date().toISOString() in the console. Make sure you remove quotes though.

Test

Inline math: f(x)=x+1f(x) = x + 1

Math block:

f(x)=x+1f(x) = x + 1