home blog services creations games projects




EN ID

Notes

This website now uses Hugo to make editing things easy, especially on blog posts. :)

The source code has also migrated to Codeberg.

The new site is also hosted on Codeberg Pages, and Codeberg CI (though the CI is in a closed testing phase for now).

The site also used to have Google Analytics a long time ago, however it has been removed ever since due to privacy concerns of it — I did get some useful data about how many visits my site has.

Because of that, the site now uses GoatCounter for analytics — see the public analytics page for my site!


Also, there are more formatting styles! Here are some examples:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Horizontal Rule


Emphasis

Bold Text

Italic Text

Blockquote

This is a blockquote.

Lists

Unordered

Ordered

  1. First item
  2. Second item
  3. Third item

Code

Inline code example.

// Code block example
function greet() {
  return "Hello, world!";
}

Visit homepage

Images

Example Image

Tables

Header 1Header 2
Data 1Data 2