Skip to main content

Welcome

· One min read
Ibnul Mutaki
Senior Programmer @ Elite Strategic Indonesia

Ini adalah catatan pertama saya di docusaurus, repo ini akan saya jadikan tempat untuk merangkum hasil temuan saya, baik itu dalam bentuk video, hasil eksperimen, hasil dari rangkuman nonton video, maupun opini tentang sesuatu.

Catatan bawaan dari docusaurus

tip

Use the power of React to create interactive blog posts.

Use a <!-- truncate --> or {/* truncate */} comment to limit blog post size in the list view.

For example, use JSX to create an interactive button:

<button onClick={() => alert('button clicked!')}>Click me!</button>

The blog post date can be extracted from filenames, such as:

  • 2019-05-30-welcome.md
  • 2019-05-30-welcome/index.md

A blog post folder can be convenient to co-locate blog post images:

Docusaurus Plushie

The blog supports tags as well!

And if you don't want a blog: just delete this directory, and use blog: false in your Docusaurus config.

Tambahkan plugin @docusaurus/plugin-sitemap di docusaurus.config.js:

plugins: [
'@docusaurus/plugin-sitemap',
],