20 lines
534 B
Markdown
20 lines
534 B
Markdown
---
|
|
title: Hugo helptags
|
|
date: 2025-05-29T18:26:59-04:00
|
|
draft: true
|
|
---
|
|
|
|
I am new to hugo layouts and templates syntax. I wanted to quickly see what a
|
|
hugo function or method does without context-switching to [hugo docs][1] in browser.
|
|
First, looked for hugo-language-server but didn't find one. I now settled with
|
|
the below setup
|
|
|
|
### What are tags, tagfile, ctags?
|
|
|
|
```bash {linenos=true}
|
|
{{% gitea repo=balki/hugotags path=hugotags.sh %}}
|
|
```
|
|
|
|
[0]: https://github.com/phelipetls/vim-hugo.git
|
|
[1]: https://gohugo.io/documentation/
|