I am new to Hugo. Always a confusing situation!
I am without any knowledge of go and I really do not want to learn. I have a lot of perl, c, and rust. Happy with that.
So my first question is: Am I in the right place, with Hugo? It does not seem I need to know go…
Next, after working through a few tutorials and playing with some sample sites and themes, I am ready to start editing and experimenting. But given some thing like:
I can make guesses as to what all this means, it seems straight forward enough. But there must be some place that this is all documented. I can find snippets here and there but no index where
.RelPermalink
range
.Resize
etcetera are listed so I cn check what they mean.
I have found resources explaining the template syntax (as opposed to the meanings of the keywords) but they are from the point of view of writing go code.
How am I to know that {{ template <thing> }} is pointing to a internal template? Not that syntax specifically but more generally? When I see a key word, I would like to look it up in a index. The search function is great when it is good but not what I need a lot of the time.
Same for .link.
One method is to make a post here every time, but I am afraid of wearing out my welcome.
If you paste template "_internal/twitter_cards.html" into the search box, it gives you that page.
The left sidebar on the docs page includes the main doc sections, which include Templates, Functions, and Variables. They are all listed there.
If a code snippet is included in a theme and it’s not documented on the Hugo docs, there’s a good chance the theme author has some kind of guide for how it is supposed to be used.
This discourse also has a search bar.
Other than the theme example above, what keywords have you tried that have not returned results on the docs page?
@Worik we don’t have an index of terms, we have the documentation site. Everyone contributes to make it better, maybe you will be the one that builds an index.
If you need help with specific code, ask the person that wrote it. If it’s in a theme, ask in their issue tracker. Or, open a new support ticket after reading Requesting Help. Hugo is very complex, and I recommend you read every page in the docs, to start.