Matty Stratton
Matty Stratton
aha. It would appear you have this here? https://github.com/jojomi/docker-hugo/blob/master/run.sh#L10
I’ll give it a try. The issue I’m running into is is that for theme testing I need to run inside `exampleSite` where theme directory is the level above; and...
I think that my docker-fu is failing me. I'm not sure where to pass the arguments - any ideas?
I think that it might work to switch to the "internal" template in hugo - I'm going to try this today https://gohugo.io/content-management/comments/ CommentsHugo ships with an internal Disqus template, but...
Good catch. I'll have to add some catch logic to not try to display the remaining episodes.
First thoughts are that this might seem easily handled with partials, but the reality is that the audio player is handled in a bunch of places - it's basically just...
if you would prefer to have it set to true, you can override the archetype for the blog post in your own repo (I don't want to get opinionated about...
the tricky thing with image resizing is that it happens (the generation of the different sizes) usually outside of hugo (in the one example, the author uses gulp to process...
You'll need to add them; if you wanted to get slick, you could create your own shortcode (again, shortcodes outside of the theme take precedent) where you could do something...
For reference, this has gotten slightly easier https://blog.jeremylikness.com/blog/dynamic-search-in-a-static-hugo-website/ Developer for LifeDynamic Search in a Static Hugo WebsiteAdd dynamic search to a static Hugo website with custom templates to generate JSON...