Pena
Shortcut Fungsi
ctrl + space Show/hide sidebar
ctrl + h Home
ctrl + t Pengaturan
ctrl + r Preview site (Hugo Live)
ctrl + n Kontent baru
alt + v Vim Mode
alt + i Focus Edit Konten
ctrl + g Git status
ctrl + k Git commit (Konten)
ctrl + m Git commit (All)

Pengaturan Path

Atur path absolut ke direktori proyek Hugo

Daftar diambil dari folder /themes

Untuk saat ini Pena hanya mendukung frontmatter dengan format YAML.

/archetypes/default.md


  ---
  title: 
  slug: 
  date:
  draft:
  author:
  categories:
    - 
  tags:
    -
  referensi:
    - 
  ---
                    

apapbila memerlukan frontmatter khusus, bisa langsung compile secara mandiri, konfigurasi frontmatter ada pada file src-tauri/src/models/markdown.rs.