-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make pagefind work in docker (#3899)
* Make search results appear in a fixed window; Make search text clickable; Improve search layout on mobile. * On window resize, adjust layout * Maybe make Firefox not resize. * Tweak initial- and maximum-scale * Make live-html work with pagefind; Make pagefind work in docker * Lint * Fix netlify deploy
- Loading branch information
1 parent
308aba8
commit 0fbf7d0
Showing
4 changed files
with
36 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ venv | |
.vscode | ||
*.DS_Store | ||
/.idea/ | ||
|
||
_pagefind/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
site: _build/html | ||
output_path: _pagefind/pagefind | ||
exclude_selectors: | ||
- "a.headerlink" | ||
- ".toctree-wrapper" | ||
|