Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 279 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 279 Bytes

NOTES

  1. after cloning, need to run

    git submodule init
    git submodule update
    

    This is to get the theme. Else, hugo will not generate any HTML files.

  2. To debug templates use this: {{ partial "debugprint.html" (slice .Kind .Title) }}<br>