Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

[BUG] linkToMarkdown parameter doesn't seem to have any effect #119

Open
wblondel opened this issue Jun 22, 2021 · 0 comments
Open

[BUG] linkToMarkdown parameter doesn't seem to have any effect #119

wblondel opened this issue Jun 22, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@wblondel
Copy link

wblondel commented Jun 22, 2021

Describe the bug

Hello,

The linkToMarkdown parameter in the [params][page] section doesn't seem to have any effect.

I enabled it by setting it to true, and added the markdown format in the page outputs.

The markdown documents are generated but no link appears in the footer.

Environment

  • OS: Manjaro 21.0.7
  • Browser: Edge 93.0.910.5 dev
  • Theme version/commit : 74553b8 Sun Jun 20 21:53:50 2021 +0300
  • hugo v0.84.0+extended

Additional Information

Part of my params.yaml

page:
    theme: classic
    hiddenFromHomePage: false
    hiddenFromSearch: false
    hiddenFeatureImage: false
    twemoji: true
    lightgallery: false
    ruby: true
    fraction: true
    linkToMarkdown: true
    rssFullText: false
    
    math:
        enable: false
    
    code:
        copy: true
        maxShownLines: 10
        
    share:
        enable: true
        Twitter: true
        Facebook: true
        Evernote: true

outputs.yaml:

home: ["HTML", "RSS", "JSON"]
page: ["HTML", "MarkDown"]
section: ["HTML", "RSS"]
taxonomy: ["HTML", "RSS"]
taxonomyTerm: ["HTML"]

outputFormats.yaml:

MarkDown:
    mediaType: "text/plain"
    isPlainText: true
    isHTML: false

Thanks!

@wblondel wblondel added the bug Something isn't working label Jun 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant