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 fd82b6f commit e623f20Copy full SHA for e623f20
.github/workflows/hugo.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
submodules: true
17
fetch-depth: 0
18
+
19
- name: Setup Go
20
uses: actions/setup-go@v5
21
@@ -28,9 +29,7 @@ jobs:
28
29
extended: true
30
31
- name: Build
- run: |
32
- hugo mod get -u github.com/imfing/hextra
33
- hugo --gc --minify
+ run: hugo --gc --minify
34
35
- name: Deploy
36
uses: peaceiris/actions-gh-pages@v3
hugo.yaml
@@ -51,6 +51,11 @@ params:
51
footer:
52
displayCopyright: true
53
displayPoweredBy: false
54
+ search:
55
+ enable: true
56
+ type: flexsearch
57
+ flexsearch:
58
+ index: content
59
60
menu:
61
main:
0 commit comments