About
E-Ink Reader is a minimalist website optimized for e-ink devices and low-powered browsers. It is designed to display text content — speeches, presentations, notes, and documents — with maximum readability and minimal overhead.
Goals
- Zero JavaScript for maximum compatibility
- Sub-10KB pages with all CSS inlined
- Single HTTP request per page load
- High contrast, clean typography suited for e-ink displays
Technology
Built with Jekyll, a static site generator. All content is written in Markdown and served as plain HTML. There are no external fonts, frameworks, or dependencies of any kind.
Content
Posts are stored as Markdown files in the _posts/ directory, named by date in the format YYYY-MM-DD-title.md. The site rebuilds automatically on each push to the repository.
License
All code is released under the AGPL 3.0 License. All text content is released into the Public Domain.
Source
The source code for this site is available at github.com/brennanbrown/inkpage.