Essays on writing, reading, typewriters, e-ink tools, and the making of Ize Compose.
This repository hosts the GitHub Pages site for Ize Studio, including English essays, fiction, reading notes, writing tool reflections, and project records.
- Essays
- Writing Tools
- Reading Notes
- Projects
- Fiction
Add Markdown files to _posts using the Jekyll filename format:
YYYY-MM-DD-title.md
Each post should include front matter:
---
layout: post
title: "Post Title"
date: 2026-06-03
category: Essays
---category and categories are both accepted:
category: Essayscategories: [Essays]