baseurl: https://wiki.hemera.network/
languageCode: en-us
theme: hugo-theme-stack
paginate: 5
title: Hemera wiki pages
copyright: CopyLeft

languages:
    en:
        languageName: English
        title: Hemera Wiki Pages
        weight: 1
        params:
            description: HemeraLink and Hemera Network based on Netmaker

DefaultContentLanguage: en

# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
# This will make .Summary and .WordCount behave correctly for CJK languages.
hasCJKLanguage: false

permalinks:
    post: /p/:slug/
    page: /:slug/

params:
    mainSections:
        - post
    featuredImageField: image
    rssFullContent: true
    favicon: /favicon.ico

    footer:
        since: 
        customText: 'GPLv3.0 for the extensive use of <a href="https://github.com/CaiJimmy/hugo-theme-stack"><strong><u>Stack</u></strong></a>'

    dateFormat:
        published: Jan 02, 2006
        lastUpdated: Jan 02, 2006 15:04 MST

    sidebar:
        emoji: ☀️
        subtitle: HemeraLink and Hemera Network based on Netmaker
        avatar:
            enabled: true
            local: true
            src: img/logo1.png

    article:
        math: false
        toc: true
        readingTime: true
        license:
            enabled: true
            default: "Licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)"

    comments:
        enabled: false

    widgets:
        homepage:
            - type: search
            - type: categories
              params:
                  limit: 10
        page:
            - type: toc

    opengraph:
        twitter:
            # Your Twitter username
            site:

            # Available values: summary, summary_large_image
            card: summary_large_image

    defaultImage:
        opengraph:
            enabled: true
            local: false
            src: 

    colorScheme:
        # Display toggle
        toggle: true

        # Available values: auto, light, dark
        default: auto

    imageProcessing:
        cover:
            enabled: true
        content:
            enabled: true

### Custom menu
### See https://docs.stack.jimmycai.com/configuration/custom-menu.html
### To remove about, archive and search page menu item, remove `menu` field from their FrontMatter
menu: 
    main: []

    social:
        - identifier: gitea
          name: Gitea
          url: https://git.myco.systems/kleionode/wiki.hemera.network
          params:
              icon: brand-git

        - identifier: mastodon
          name: Mastodon
          url: https://mastodon.social/@brookeee
          params:
              icon: brand-mastodon

related:
    includeNewer: true
    threshold: 60
    toLower: false
    indices:
        - name: tags
          weight: 100

        - name: categories
          weight: 200

markup:
    goldmark:
        renderer:
            ## Set to true if you have HTML content inside Markdown
            unsafe: true
    tableOfContents:
        endLevel: 4
        ordered: true
        startLevel: 2
    highlight:
        noClasses: false
        codeFences: true
        guessSyntax: true
        lineNoStart: 1
        lineNos: true
        lineNumbersInTable: true
        tabWidth: 4