config.yml - drkhsh_at - files used to generate www.drkhsh.at
 (HTM) git clone https://git.drkhsh.at/drkhsh_at.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       config.yml (4433B)
       ---
            1 baseURL: 'https://drkhsh.at/'
            2 publishDir: "public_html"
            3 languageCode: 'en-us'
            4 title: 'drkhsh'
            5 disableHugoGeneratorInject: true
            6 enableRobotsTXT: true
            7 menu:
            8   nav:
            9     - name: index
           10       url: https://drkhsh.at
           11       weight: 1
           12     - name: wiki
           13       url: https://w.drkhsh.at
           14       weight: 2
           15     - name: git
           16       url: https://git.drkhsh.at
           17       weight: 3
           18   main:
           19     - name: home
           20       pageRef: /
           21       weight: 1
           22     - name: log
           23       pageRef: /posts
           24       weight: 2
           25     - name: art
           26       pageRef: /textart
           27       weight: 3
           28     - name: uses
           29       pageRef: /uses
           30       weight: 4
           31     - name: links
           32       pageRef: /links
           33       weight: 5
           34     - name: tags
           35       pageRef: /tags
           36       weight: 6
           37     - name: contact
           38       pageRef: /contact
           39       weight: 7
           40 permalinks:
           41   page:
           42     posts: /posts/:year/:month/:slug/
           43     textart: /textart/:year/:month/:slug/
           44 markup:
           45   highlight:
           46     noClasses: false
           47 params:
           48   author:
           49     name: drkhsh
           50   description: "an antifascist, anarchist cyberpunk with enthusiasm for free software, security, the freetekno-movement, and lost places."
           51   keywords: ["freetekno", "cyberpunk", "suckless", "security", "programming", "lost places", "dj"]
           52   fediverse: "@drkhsh@openbdsm.org"
           53   images:
           54     - banner.png
           55   mainSections:
           56     - posts
           57   buttons:
           58     - img: images/buttons/drkhsh-light.gif
           59       dark: images/buttons/drkhsh-dark.gif
           60       alt: "drkhsh"
           61       url: https://drkhsh.at
           62     - img: images/buttons/powered-by-openbsd.gif
           63       alt: "powered by openbsd"
           64       url: https://openbsd.org
           65     - img: images/buttons/any-browser.gif
           66       alt: "best viewed with any browser"
           67       url: https://en.wikipedia.org/wiki/Browser_wars
           68     - img: images/buttons/mothracompat.gif
           69       alt: "mothra compatible"
           70       url: https://plan9.stanleylieber.com/mothra
           71     - img: images/buttons/ravenow.gif
           72       alt: rave now
           73       url: https://rbss.info
           74     - img: images/buttons/anarchy.gif
           75       url: https://www.youtube.com/watch?v=cBojbjoMttI
           76       alt: anarchy now
           77     - img: images/buttons/green-team.gif
           78       url: https://512kb.club
           79       alt: 512kb club
           80     - img: images/buttons/antifa.png
           81       url: https://w.drkhsh.at/site/antifascism.html
           82       alt: fuck nazis
           83       square: true
           84   tag: "{{TAG}}"
           85   commit: "{{COMMIT}}"
           86   show_version: false
           87 outputs:
           88   home: ["HTML", "RSS", "RSSContent", "Atom", "AtomContent", "JSONFeed", "JSONFeedContent", "sfeed", "sfeedContent"]
           89   section: ["HTML", "RSS", "RSSContent", "Atom", "AtomContent", "JSONFeed", "JSONFeedContent", "sfeed", "sfeedContent"]
           90   taxonomy: ["HTML"]
           91   page: ["HTML"]
           92 mediaTypes:
           93   application/atom+xml:
           94     suffixes:
           95       - xml
           96   application/feed+json:
           97     suffixes:
           98       - json
           99   text/tab-separated-values:
          100     suffixes:
          101       - tsv
          102 outputFormats:
          103   RSS:
          104     mediatype: "application/rss"
          105     baseName: "rss"
          106   RSSContent:
          107     name: "RSS content"
          108     mediaType: "application/rss"
          109     baseName: "rss_content"
          110     isPlainText: false
          111     rel: alternate
          112     isHTML: false
          113     noUgly: true
          114     permalinkable: false
          115   Atom:
          116     name: Atom
          117     mediaType: "application/atom+xml"
          118     baseName: "atom"
          119     isPlainText: false
          120     rel: alternate
          121     isHTML: false
          122     noUgly: true
          123     permalinkable: false
          124   AtomContent:
          125     name: "Atom content"
          126     mediaType: "application/atom+xml"
          127     baseName: "atom_content"
          128     isPlainText: false
          129     rel: alternate
          130     isHTML: false
          131     noUgly: true
          132     permalinkable: false
          133   JsonFeed:
          134     name: "JSON feed"
          135     mediaType: "application/feed+json"
          136     baseName: "jsonfeed"
          137     isPlainText: true
          138     rel: alternate
          139     isHTML: false
          140     noUgly: true
          141     permalinkable: false
          142   JsonFeedContent:
          143     name: "JSON feed content"
          144     mediaType: "application/feed+json"
          145     baseName: "jsonfeed_content"
          146     isPlainText: true
          147     rel: alternate
          148     isHTML: false
          149     noUgly: true
          150     permalinkable: false
          151   sfeed:
          152     name: "sfeed"
          153     mediaType: "text/tab-separated-values"
          154     baseName: "sfeed"
          155     isPlainText: true
          156     rel: alternate
          157     isHTML: false
          158     noUgly: true
          159     permalinkable: false
          160   sfeedContent:
          161     name: "sfeed content"
          162     mediaType: "text/tab-separated-values"
          163     baseName: "sfeed_content"
          164     isPlainText: true
          165     rel: alternate
          166     isHTML: false
          167     noUgly: true
          168     permalinkable: false
          169 # git
          170 enableGitInfo: true
          171 frontmatter:
          172   date:
          173   - :default
          174   expiryDate:
          175   - :default
          176   lastmod:
          177   - lastmod
          178   - modified
          179   - :git
          180   - date
          181   - publishdate
          182   - pubdate
          183   - published
          184   publishDate:
          185   - :default
          186   - :git