- Framework Hugo: eza.web.id dibuat menggunakan framework Hugo.
- Tema Stack: Tema yang digunakan adalah Stack yang dibuat oleh CaiJimmy
Beberapa fitur tema Stack diantaranya:- Responsive images support
- Lazy load images
- Mode gelap / Dark mode
- Local search
- Integrasi PhotoSwipe
- Template halaman arsip
- Full native JavaScript
- Tidak menggunakan Framework CSS manapun, membuatnya simple dan minimal
- Daftar isi (Table of Content)
- Hugo Modules: Menggunakan Hugo Modules untuk pengelolaan dependensi tema.
Karena website ini menggunakan Hugo Modules, beberapa file pada tema bawaan Stack telah ditimpa atau dimodifikasi. Berikut adalah file yang dimodifikasi:
.
assets
├── icons
│ ├── archives.svg
│ ├── calendar.svg
│ ├── categories.svg
│ ├── clock-edit.svg
│ ├── clock.svg
│ ├── code.svg
│ ├── facebook.svg
│ ├── home.svg
│ ├── pencil-exclamation.svg
│ ├── tags.svg
│ └── twitter.svg
├── img
│ └── avatar.svg
├── scss
│ ├── partials
│ │ └── highlight
│ │ ├── dark.scss
│ │ └── light.scss
│ ├── custom.scss
│ └── variables.scss
├── ts
│ └── main.ts
└── jsconfig.json
data
└── external.yaml # Vibrant.js ditimpa dengan `noop.js`
layouts
├── _default
│ ├── _markup
│ │ └── render-image.html
│ ├── archives.html
│ ├── baseof.html
│ ├── list.html
│ ├── single.html
│ └── sitemap.xml
├── partials
│ ├── article
│ │ ├── components
│ │ │ ├── categories.html
│ │ │ ├── content.html
│ │ │ ├── details.html
│ │ │ ├── header.html
│ │ │ ├── related-content.html
│ │ │ ├── social.html
│ │ │ └── tags.html
│ │ └── article.html
│ ├── article-list
│ │ ├── compact.html
│ │ └── tile.html
│ ├── comments
│ │ └── provider
│ │ └── disqus.html # `Click to View` comments
│ ├── data
│ │ └── title.html
│ ├── footer
│ │ ├── components
│ │ │ └── custom-font.html
│ │ └── custom.html
│ ├── head
│ │ └── custom.html
│ ├── helper
│ │ └── icon.html
│ ├── sidebar
│ │ └── left.html
│ ├── widget
│ │ ├── archives.html
│ │ ├── categories.html
│ │ ├── search.html
│ │ └── tag-cloud.html
│ └── pagination.html
├── shortcodes
│ ├── adsense.html
│ ├── center.html
│ ├── dlbox.html
│ ├── iframe.html
│ ├── img.html
│ ├── indent.html
│ ├── note.html
│ ├── spoiler.html
│ ├── tabs.html
│ ├── warn.html
│ ├── warning.html
│ └── youtube.html
├── index.html
└── robots.txt
hugo.json # Config menggunakan template `JSON`
Repository ini menggunakan lisensi sesuai ketentuan pemilik tema Stack yaitu GNU General Public License v3.0