thingsym / hugo-theme-techdoc

The Techdoc is a Hugo Theme for technical documentation.
https://themes.gohugo.io/hugo-theme-techdoc/
MIT License
213 stars 146 forks source link

YAML frontmatter variables - clarify #70

Open r0bis opened 1 month ago

r0bis commented 1 month ago

Dear @thingsym ,

Thank you very much for the excellent theme. I like it a lot. I have a few questions about the markdown file YAML header variables in the sample site. Is there a place where they are documented? If not I would be very happy to do so.

TableOfContents: true
# inserts the current page's TOC

but what do the following do:

showPagination: false
# what is the expected effect?
next: /tutorials/github-pages-blog
prev: /tutorials/automated-deployments
# previous and next at the bottom of the page seem to appear automatically anyhow
images: 
  - images/pexels-photo-196666.jpeg
# is it supposed to be individual page's header image?

I would also be happy to document what other variables specific to this theme are possible.

Many thanks, Roberts