Giter Site home page Giter Site logo

Search is broken about hextra HOT 9 CLOSED

imfing avatar imfing commented on May 19, 2024
Search is broken

from hextra.

Comments (9)

imfing avatar imfing commented on May 19, 2024

I'll look into it, but so far I couldn't reproduce the issue.

from hextra.

pascalwhoop avatar pascalwhoop commented on May 19, 2024

ran into this as well while adding this shortcode:
https://gohugo.io/templates/shortcode-templates/

when removing the shortcode it still seems to work but otherwise, my build fails

from hextra.

imfing avatar imfing commented on May 19, 2024

ran into this as well while adding this shortcode:

https://gohugo.io/templates/shortcode-templates/

when removing the shortcode it still seems to work but otherwise, my build fails

Can you help share the shortcode and the content you were adding that triggered the issue?

from hextra.

pascalwhoop avatar pascalwhoop commented on May 19, 2024

sure.

{{ $img := .Page.Resources.GetMatch (printf "*%s*" (.Get 0)) }}
{{ $command := .Get 1 }}
{{ $options := .Get 2 }}
{{ if eq $command "Fit"}}
  {{ $img = $img.Fit $options }}
{{ else if eq $command "Resize"}}
  {{ $img = $img.Resize $options }}
{{ else if eq $command "Fill"}}
  {{ $img = $img.Fill $options }}
{{ else if eq $command "Crop"}}
  {{ $img = $img.Crop $options }}
{{ else }}
  {{ errorf "Invalid image processing command: Must be one of Crop, Fit, Fill or Resize."}}
{{ end }}
<figure style="padding: 0.25rem; margin: 2rem 0; background-color: #cccc">
  <img style="max-width: 100%; width: auto; height: auto;" src="{{ $img.RelPermalink }}" width="{{ $img.Width }}" height="{{ $img.Height }}">
  <figcaption>
  <small>
    {{ with .Inner }}
      {{ . }}
    {{ else }}
      .{{ $command }} "{{ $options }}"
    {{ end }}
  </small>
  </figcaption>
</figure>
{{< imgproc sunset Resize "300x" />}}

from hextra.

imfing avatar imfing commented on May 19, 2024

@pascalwhoop I could not re-produce the issue with the snippet you provided.

$ hugo version
hugo v0.117.0-b2f0696cad918fb61420a6aff173eb36662b406e+extended linux/amd64 BuildDate=2023-08-07T12:49:48Z VendorInfo=brew

I was running the hextra-starter-template using the above Hugo version inside a Gitpod box Ubuntu 22.04.3 LTS.

from hextra.

imfing avatar imfing commented on May 19, 2024

@pascalwhoop could you please share a repository that reproduces the issue you're encountering? This will help me in diagnosing and resolving the problem more effectively.

from hextra.

pascalwhoop avatar pascalwhoop commented on May 19, 2024

@imfing I pushed something here.
Thx for looking at it. Likely just a hugo error that non-hugo pros just don't recognise. But weird to debug nonetheless
https://github.com/pascalwhoop/curiloo.com/tree/bug/markdownify

from hextra.

pascalwhoop avatar pascalwhoop commented on May 19, 2024

Found the error. I had a custom fimg shortcode that makes images more efficient. But the markdownify extension breaks the lookup of the page bundles. Putting a if $img around the code of the shortcode helped. The images still show but the search doesn't break. I guess logging a warning would still be nice for UX but this fixes the markdownify call in your fragments page

from hextra.

imfing avatar imfing commented on May 19, 2024

But the markdownify extension breaks the lookup of the page bundles. Putting a if $img around the code of the shortcode helped.

glad you figured this out! I'll close this issue

I guess logging a warning would still be nice for UX but this fixes the markdownify call in your fragments page

I agree, but logging for Hugo built-in function like markdownify can be a bit tricky

from hextra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.