We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9afe5 commit 13ffafeCopy full SHA for 13ffafe
.gitignore
@@ -6,3 +6,8 @@
6
.vscode
7
.hugo_build.lock
8
*.swp
9
+
10
+# ctags
11
+tags
12
+*.tags
13
+TAGS
README.md
@@ -89,6 +89,12 @@ Local development
89
# add to go.mod for local development
90
# replace github.com/manid2/hugo-xterm => ../hugo-xterm
91
hugo server --source exampleSite
92
93
+# generate tags
94
+ctags -R assets/ layouts/ config.toml theme.toml
95
96
+# generate tags for exampleSite
97
+ctags -R exampleSite/layouts/ exampleSite/scripts/ exampleSite/config
98
```
99
100
Credits
0 commit comments