Belajar menulis markdown di hugo lengkap dan mudah dimengerti

cara membuat link

link ke google

cara buat list

  • list
    • sub list
  • list
  • list
  1. list 1
  2. list 2

cara buat Gambar

Gambar teks editor VS Code

Tugas hari ini:

  • Menulis artikel tentang markdown
  • Belajar Git di Petanikode
  • Belajar Bahasa pemrograman Rust
  • Membuat template blog dengan bootstrap

quote

To be or not to be, that is the question.

contoh membuat text berwarna


class HelloWorld{
    public static void main(String[] argumen){
        System.out.println("Hello World!");
    }
}