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 ce25856 commit c423ef6Copy full SHA for c423ef6
2 files changed
.gitignore
@@ -1,5 +1,6 @@
1
# Hugo
2
public/
3
+_vendor/
4
resources/_gen/
5
hugo_stats.json
6
.hugo_build.lock
hugo.yaml
@@ -25,12 +25,18 @@ menu:
25
weight: 2
26
params:
27
icon: github
28
- - name: Theme
+ - name: Search
29
weight: 3
30
+ params:
31
+ type: search
32
+ - name: Theme
33
+ weight: 4
34
35
type: theme-toggle
36
37
38
+ search:
39
+ enable: true
40
description: Dependency tools for git
41
navbar:
42
displayTitle: true
0 commit comments