Welcome to the E-Ink Reader
Date: September 25, 2025
Category: personal
Introduction
Welcome to the E-Ink Speech Reader, a minimalist platform designed specifically for reading speeches and presentations on e-ink devices. This first post demonstrates the format and capabilities of the system.
Purpose
This reader was built with several key principles:
- Simplicity: No JavaScript, minimal CSS, pure content focus
- Compatibility: Works on limited e-ink browsers with slow processors
- Readability: Maximum contrast, optimal line length, clean typography
- Portability: Easy to add content from any device
How to Use
- Navigate using the links at the top of each page
- Browse speeches by date or category
- All content is static and loads instantly
- No external dependencies or tracking
Adding Content
To add your own speeches:
- Create a new markdown file in the
_posts
directory - Name it in the format:
YYYY-MM-DD-title.md
- Include front matter with title, date, and category
- Write your content in standard markdown format
- Rebuild the site or push to your repository
End of document