Liam Bigelow

Results 42 issues of Liam Bigelow

### Bookshop Librarian Revamp > When editing my site > I want Bookshop to warn me when references to components are out of date > So that changes to my...

Changes proposed in this pull request: - Override Pagefind's CSS variables when using the website's dark color scheme - Fix some `README.md` links @chrisburnell

### Checklist - [X] #638 - [X] I have read the latest README and followed the instructions. - [X] I have read the latest GitHub Actions official documentation and learned...

support

It looks like `lol-html` currently parses the `` element as RawText, along with the usual candidates like `` and ``. That's the correct behavior when parsing/tokenizing HTML with the [scripting...

This is tied to the goal of shifting Bookshop toward adapting to your existing components/includes/partials, rather than enforcing a strict naming convention. Goal: Currently, a Bookshop name of `hero` strictly...

Pagebreak has moved from being a Jekyll plugin to a standalone npx command. Removed the gems, and added a postbuild command.

## Assumption about the current state: If I have the file: ```html Example Content :host h1 { color: aliceblue; } :host p { color: blanchedalmond; } ``` After compilation I...

bug
enhancement

### Discussed in https://github.com/CloudCannon/pagefind/discussions/127 1. Provide functionality for the `glob` option to take a list of globs 2. Provide an inverse `exclude_glob` option to help setups which need to exclude...

improvement
Pagefind CLI

If you tag one page with duplicate filters (i.e. have `data-pagefind-filter="site:Blog"` multiple times on one page) then filter counts in that category will be double counted, as the page will...

When searching in quotes (i.e. `"my exact sentence"`), Pagefind is currently returning the `totalFilters` counts as if the quotes were not present. This needs to be calculated _after_ doing the...

bug
Pagefind CLI