We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05c1e1 commit c7675ddCopy full SHA for c7675dd
2 files changed
Makefile
@@ -56,6 +56,7 @@ content/specs/core-projects/core-projects.json: content/specs/core-projects/[^_]
56
57
html: prepare calendars core-project-json ## build the website in ./public
58
@hugo
59
+ npx --yes pagefind --site public
60
61
serve: prepare calendars core-project-json ## serve the website
62
@hugo --printI18nWarnings server
config.yaml
@@ -28,6 +28,8 @@ params:
28
images:
29
- /images/logo.svg
30
31
+ search: true
32
+
33
plausible:
34
dataDomain: scientific-python.org
35
0 commit comments