Lewati ke konten
Kembali ke Blog

Hugo Layouts dan Templates: Baseof List Single dan Partials

Β· Β· 1 menit baca

Hugo menggunakan sistem template hierarchy yang fleksibel untuk mengatur struktur website. Memahami layouts adalah kunci untuk membangun themes yang scalable.

Template Hierarchy

Struktur Folder

layouts/
β”œβ”€β”€ _default/           # Default layouts
β”‚   β”œβ”€β”€ baseof.html    # Base template
β”‚   β”œβ”€β”€ list.html      # List pages
β”‚   └── single.html    # Single pages
β”œβ”€β”€ partials/          # Reusable components
β”‚   β”œβ”€β”€ head.html
β”‚   β”œβ”€β”€ header.html
β”‚   └── footer.html
β”œβ”€β”€ shortcodes/        # Content shortcodes
β”œβ”€β”€ _index.html        # Homepage
└── 404.html          # Error page

Ditulis oleh

Hendra Wijaya

Tinggalkan Komentar

Email tidak akan ditampilkan.