You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Configurable characters per page in reader mode via reader.charsPerPage in config.yaml. Users may not need to change this at all. But the idea is to keep it configurable in case there are some visual artifacts in the reader mode. This is responsible for splitting the pages for the reader mode. (#25)
Fixed
Reader mode now correctly paginates lists, code blocks, and blockquotes instead of truncating them mid-element. (#24)
Body of Work page now appears on first deploy when using a custom slug; reliably. (#23)