pub / www.jayvii.de

My personal website
git clone https://src.jayvii.de/pub/www.jayvii.de.git
Home | Log | Files | Exports | Refs | Submodules | RSS

config.yml (3133B)


      1 baseURL: "https://www.jayvii.de/"
      2 title: JayVii
      3 paginate: 5
      4 theme: PaperMod
      5 
      6 enableRobotsTXT: true
      7 buildDrafts: false
      8 buildFuture: false
      9 buildExpired: false
     10 
     11 minify:
     12   disableXML: true
     13   minifyOutput: true
     14 
     15 params:
     16   env: production
     17   title: JayVii
     18   description: "My Personal Home Page"
     19   keywords: [Blog, Portfolio, PaperMod]
     20   author: JayVii
     21   # images: ["<link or path of image for opengraph, twitter-cards>"]
     22   DateFormat: "January 2, 2006"
     23   defaultTheme: auto # dark, light
     24   disableThemeToggle: false
     25 
     26   ShowReadingTime: true
     27   ShowShareButtons: false
     28   ShowPostNavLinks: true
     29   ShowBreadCrumbs: true
     30   ShowCodeCopyButtons: true
     31   ShowWordCount: true
     32   ShowRssButtonInSectionTermList: true
     33   UseHugoToc: true
     34   disableSpecial1stPost: true
     35   disableScrollToTop: false
     36   comments: false
     37   hidemeta: false
     38   hideSummary: false
     39   showtoc: true
     40   tocopen: false
     41 
     42   assets:
     43     disableHLJS: false # to disable highlight.js
     44     disableFingerprinting: true
     45     favicon: "favicon.ico"
     46     favicon16x16: "favicon_16.png"
     47     favicon32x32: "favicon_32.png"
     48     apple_touch_icon: "favicon_128.png"
     49     safari_pinned_tab: "favicon_64.png"
     50 
     51   label:
     52     text: "JayVii"
     53     # icon: /favicon_32.png
     54     #iconHeight: 32
     55 
     56   # profile-mode
     57   profileMode:
     58     enabled: false # needs to be explicitly set
     59     title: Hi.
     60     subtitle: "Data Enthusiast with a passion for Free and Open Source Software. I am an environmentalist and care about social inclusion and privacy."
     61     imageUrl: "/images/jayvii.jpg"
     62     imageWidth: 120
     63     imageHeight: 120
     64     imageTitle: Me
     65     buttons:
     66       - name: Posts
     67         url: posts
     68       - name: Tags
     69         url: tags
     70       - name: Privacy
     71         url: privacy
     72 
     73   # home-info mode
     74   homeInfoParams:
     75     Title: "Hi."
     76     Content: I am a data enthusiast with a passion for Free and Open Source Software. I am an environmentalist and care about social inclusion &amp; privacy.
     77 
     78   socialIcons:
     79     - name: mastodon
     80       url: "https://social.jayvii.de"
     81     - name: gitea
     82       url: "https://src.jayvii.de/pub"
     83     - name: email
     84       url: "mailto:jayvii [AT] posteo [DOT] de"
     85     - name: key
     86       url: "/downloads/FEE9ABD6B7532AF539FC6A4928464A547871C4C8.asc"
     87     - name: rss
     88       url: "/index.xml"
     89 
     90   cover:
     91     hidden: true # hide everywhere but not in structured data
     92     hiddenInList: true # hide on list pages and home
     93     hiddenInSingle: true # hide on single page
     94 
     95   # for search
     96   # https://fusejs.io/api/options.html
     97   fuseOpts:
     98     isCaseSensitive: false
     99     shouldSort: true
    100     location: 0
    101     distance: 1000
    102     threshold: 0.4
    103     minMatchCharLength: 0
    104     keys: ["title", "permalink", "summary", "content"]
    105 menu:
    106   main:
    107     - identifier: home
    108       name: Home
    109       url: /
    110       weight: 10
    111     - identifier: blog
    112       name: Blog
    113       url: /posts/
    114       weight: 20
    115     - identifier: tags
    116       name: Tags
    117       url: /tags/
    118       weight: 30
    119     - identifier: privacy
    120       name: Privacy
    121       url: /privacy/
    122       weight: 99
    123 pygmentsUseClasses: true
    124 markup:
    125   highlight:
    126     noClasses: true
    127     anchorLineNos: true
    128     codeFences: true
    129     guessSyntax: true
    130     lineNos: true
    131     style: monokai