sgregoratto.me

Hugo files for www.sgregoratto.me
git clone git://git.sgregoratto.me/sgregoratto.me
Log | Files | Refs

config.yaml (407B)


      1 baseURL: 'https://www.sgregoratto.me/'
      2 languageCode: en-AU
      3 title: Peperoni Secret
      4 pygmentsCodeFences: true
      5 pygmentsStyle: lovelace
      6 pygmentsUseClasses: true
      7 FootnoteReturnLinkContents: ↩
      8 disableKinds:
      9   - taxonomy
     10   - taxonomyTerm
     11 outputs:
     12   home:
     13     - HTML
     14   section:
     15     - HTML
     16     - RSS
     17 author:
     18   name: Stephen Gregoratto
     19   email: themanhimself@sgregoratto.me
     20 outputFormats:
     21   RSS:
     22     baseName: atom
     23