# startup ```bash # git clone git clone https://github.com/kaushalmodi/hugo-search-fuse-js hugo-search-fuse-js # vi config.toml theme = ["hugo-search-fuse-js", "hugo-theme-even"] cat >content/search.md <hugo-search-fuse-js/layouts/_default/search.json 中 .Plain 修改为 .Title >hugo-search-fuse-js/layouts/_default/search.html 中 {{ define "main" }} 修改为 {{ define "content" }} >hugo-search-fuse-js/layouts/_default/search.html 中 {{ define "footer" }} 块移动到 {{ define "content" }} # ref * https://github.com/kaushalmodi/hugo-search-fuse-js * https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae